Member since
09-08-2016
35
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3179 | 09-01-2016 03:47 AM |
05-02-2019
04:45 PM
Thanks Matt, I didn't realize that the colored text was not a comment in this case.
... View more
10-25-2018
07:32 AM
Hi @Praneender Vuppala
I haven't seen that error before but I bet you can probably get around with it by using find & xargs.
For example can you give this a try?
find /your/dir -name '*.txt' -print0|xargs -0 -P 4 -I % hadoop fs -put % /your/hdfs/destination
Let me know if that helps. If it resolves your problem, please take a moment to log in and click accept answer 🙂
PS. You can tweak with the -P flag to increase/decrease performance using parallelism. More described here.
... View more
09-14-2016
06:57 PM
@Michael Young Both hive views are working. I have not changed any java version. I am using 1.8.0_101.
... View more
09-01-2016
03:47 AM
I was able to resolve the issue. Its just that i added the primary node at the top of /etc/hosts file. It was able to register. It was trying to connect to the first host in the /etc/hosts file. Thanks for the help
... View more