简体   繁体   English

水槽配置

[英]Flume configuration

I am trying to configure Flume.我正在尝试配置 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. mv: 无法将Downloads/flume-sources-1.0-SNAPSHOT.jar' to /usr/lib/apache-1.7.0-bin/lib/': 没有这样的文件或目录。

Any one can help me please?任何人都可以帮助我吗?

Thanks.谢谢。

In step 5 you are asked to download the file:在步骤 5 中,您需要下载文件:

Use below link and download flume-sources-1.0-SNAPSHOTS.jar https://drive.google.com/file/d/0B-Cl0IfLnRozUHcyNDBJWnNxdHc/view?usp=sharing使用以下链接下载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:然后在第 6 步开始时它说:

Move the flume-sources-1.0-SNAPSHOT.jar file from Downloads directory to lib directory of apache flume:将flume-sources-1.0-SNAPSHOT.jar文件从Downloads目录移动到apacheflume的lib目录下:

Command: sudo mv Downloads/flume-sources-1.0-SNAPSHOT.jar /usr/lib/apache-flume-1.4.0-bin/lib/命令: 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.此步骤假定您的下载文件夹称为Downloads并且是您的控制台当时打开的文件夹的子文件夹。 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/如果不是这种情况,请使用cd命令移动到新下载文件所在的文件夹,然后运行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/或者,如果您可以访问机器上的桌面,只需将下载的文件从互联网下载时的位置剪切并粘贴到文件夹/usr/lib/apache-flume-1.4.0-bin/lib/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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