Member since
07-31-2013
1924
Posts
462
Kudos Received
311
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2266 | 07-09-2019 12:53 AM | |
| 13076 | 06-23-2019 08:37 PM | |
| 9942 | 06-18-2019 11:28 PM | |
| 10899 | 05-23-2019 08:46 PM | |
| 5159 | 05-20-2019 01:14 AM |
03-07-2019
08:21 AM
Thank you for the confirmation. Yes, I'll make a feature request.
... View more
03-07-2019
07:46 AM
Issue was master node couldn't reach https://archive.cloudera.com/, Issue was solved when IT allowed it
... View more
03-07-2019
01:03 AM
Thank you very much Harsh
... View more
03-06-2019
11:42 PM
1 Kudo
MapReduce jobs can be submitted with ease, as all they mostly require is the correct config on the classpath (such as under src/main/resources for Maven projects). Spark/PySpark greatly relies on its script tooling to submit to a remote cluster so it is a little more involved to achieve this. IntelliJ IDEA has a remote execution option in its run targets that can be configured to copy over the build jar and invoke any arbitrary command on an edge host. This can be combined with remote debugging perhaps to get equal experience as MR. Another option is to use a web interface based editor such as CDSW.
... View more
03-06-2019
01:54 AM
We don't have any critical issues. We just saw in other systems (Cassandra, Kafka etc) that G1GC brought better performance and fewer problems so we thought to use it also for CDH, but I see from your answer it is not a big change. Thanks!
... View more
02-15-2019
08:03 PM
@Harsh J you are a genius! Thanks a lot!
... View more
02-15-2019
07:13 PM
1 Kudo
The share-lib in Oozie is modular, so it only adds necessary jars for each action type. The java action is the most generic of all action types, and therefore receives none of the other action type dependencies (such as hive, pig, distcp, spark, etc.). The article you've linked to carries an answer to the question of 'how do I further include jars from action type X into my action type Y', which I've quoted below for convenience: """ For example, if you want all Pig actions in one of your Workflows to include the HCatalog ShareLib, you would add oozie.action.sharelib.for.pig=pig,hcatalog to your job.properties. """ So in your case, you may want to try and add: oozie.action.sharelib.for.java=java,hive
... View more
02-14-2019
12:19 AM
Great! Thank you very much!
... View more
09-10-2018
09:36 PM
@Harsh J yeap with <property>
<name>dfs.ha.fencing.methods</name>
<value>shell(/bin/true)</value>
</property> It working perfect now Thanks you very much
... View more
- « Previous
- Next »