简体   繁体   中英

Flume configuration

I am trying to configure Flume. When I run the following command:

sudo mv Downloads/flume-sources-1.0-SNAPSHOT.jar /usr/lib/apache-1.7.0-bin/lib/ 

I get the following error:

mv: cannot move Downloads/flume-sources-1.0-SNAPSHOT.jar' to /usr/lib/apache-1.7.0-bin/lib/': No such file or directory.

Any one can help me please?

Thanks.

In step 5 you are asked to download the file:

Use below link and download flume-sources-1.0-SNAPSHOTS.jar https://drive.google.com/file/d/0B-Cl0IfLnRozUHcyNDBJWnNxdHc/view?usp=sharing

Then at the start of step 6 it says:

Move the flume-sources-1.0-SNAPSHOT.jar file from Downloads directory to lib directory of apache flume:

Command: sudo mv Downloads/flume-sources-1.0-SNAPSHOT.jar /usr/lib/apache-flume-1.4.0-bin/lib/

This step has assumed that your downloads folder is called Downloads and is a subfolder of the one that your console is open at the time. If this is not the case, use the cd command to move to the folder where the newly downloaded file exists, and run sudo mv flume-sources-1.0-SNAPSHOT.jar /usr/lib/apache-flume-1.4.0-bin/lib/

Alternatively if you have access to a desktop on the machine, just cut and paste the downloaded file from where it went when you downloaded it from the internet into the folder /usr/lib/apache-flume-1.4.0-bin/lib/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM