hadoop - Installing flume agent on windows 10 -


i want install flume agent on windows10 taking logs hortonworks sandbox installed on virtual box. did setup refering link-https://gudisevablog.wordpress.com/2016/12/08/apache-flume-windows-10/ occured problem when run this

command - " flume-ng agent –conf %flume_conf% –conf-file %flume_conf%/flume-conf.properties.template –name agent"

error- sourcing environment configuration script c:\flume\apache-flume-1.7.0-bin\conf\flume-env.ps1 warn: did not find c:\flume\apache-flume-1.7.0-bin\conf\flume-env.ps1 including hadoop libraries found in (c:\hadoop\hadoop-2.6.0) dfs access system cannot find path specified. system cannot find path specified. '-dhadoop.security.logger' not recognized internal or external command, operable program or batch file. warn: hbase_home not found warn: hive_home not found

running flume agent : class: org.apache.flume.node.application arguments: -n agent -f "c:\flume\apache-flume-1.7.0-bin\conf\flume-conf.properties.template"

start-process : command cannot run due error: system cannot find file specified. @ c:\flume\apache-flume-1.7.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

i did setting given on blog can tell me i'm stuck??


Comments

Post a Comment

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

javascript - Angular2 intelliJ config error.. Cannot find module '@angular/core' -