Skip to content

Commit c8e59ab

Browse files
author
Maxim Moinat
authored
Update Readme.md
1 parent 2f9418f commit c8e59ab

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Readme.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
Run manually with:
1+
Build jar from source and run with:
22
```
3-
hadoop jar restructurehdfs-all-0.1.0.jar webhdfs://radar-test.thehyve.net:50070 /topicAndroidPhoneNew/ output2
3+
hadoop jar restructurehdfs-all-0.1.0.jar <webhdfs_url> <hdfs_topic> <output_folder>
44
```
5-
6-
Cron example, executing every hour (/etc/crontab):
7-
```
8-
00 * * * * root hadoop jar /home/maxim/hadoop-test/restructurehdfs-all-0.1.0.jar webhdfs://radar-test.thehyve.net:50070/ /udooE4Time/ /home/maxim/hadoop-test/outputCron > /home/maxim/hadoop-test/logCron.txt
9-
```

0 commit comments

Comments
 (0)