Running FLUME agent :
class: org.apache.flume.node.Application
arguments: -n agent1 -f "C:\Flume\apache-flume-1.9.0-bin\conf\spooler.conf"
Start-Process : This command cannot be run due to the error: The system cannot find the file specified.
At C:\Flume\apache-flume-1.9.0-bin\bin\flume-ng.ps1:189 char:10
+ $x = Start-Process $javaPath -ArgumentList "$fullJavaCommand" -Wa ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
+ FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand