Member since
02-18-2016
18
Posts
13
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7048 | 04-05-2016 01:01 AM | |
3285 | 03-31-2016 02:39 AM | |
4514 | 02-19-2016 01:56 AM |
03-31-2016
03:01 AM
1 Kudo
The hive-site.xml, workflow.xml, and job.properties files should all be copied to the same application (deployment) folder in HDFS. Supporting JAR files should be placed in a “lib” sub-directory under that same application folder. Looking at your notes above, it is not clear that this is the case. Can you verify?
... View more
02-16-2018
06:48 PM
Hi @allen huang. I faced the same issue. so you solved the problem by removing some of the properties of hive-site.xml? Do you know which properties were making the problem? @Kuldeep Kulkarni, @Artem Ervits do you guys have any idea in this regards?
... View more
03-19-2016
12:53 PM
2 Kudos
you can search for a file across the entire filesystem. This won't find libraries which have copied the contents of the JAR in (spark-assembly), but it will find self-contained tachyon releases find . -name tachyon\*.jar -print
... View more