Member since
10-03-2016
51
Posts
1
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1278 | 09-14-2018 01:30 AM | |
1449 | 08-24-2018 03:37 AM | |
2770 | 08-18-2018 02:19 AM |
09-17-2018
01:43 AM
oozie can successed schedule the other mission , i.e. mapreduce?
... View more
09-16-2018
06:42 AM
I agree with you!you are right about this problem,First,have to try use spark-sumit to run this App,Then can use oozie go to schedule.
... View more
09-14-2018
01:30 AM
1 Kudo
Just need to add this tag in wf.xml <property>
<name>oozie.launcher.mapred.child.java.opts</name>
<value>-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000</value>
</property>
... View more
09-13-2018
12:27 PM
Hi,friend.I want to remote debug oozie workflow,but I don't know how to do it.I need some help.Thank you very much. I use oozie.sh jpda start,and use my IDEA connected,but i can't submit wf and the oozie process is on ,so somebody can tell me how to do next?
... View more
Labels:
- Labels:
-
Apache Oozie
08-24-2018
03:37 AM
This problem have to add spark.yarn.jars in sparkopts.and It have to start with"hdfs://"
... View more
08-24-2018
03:35 AM
It's my linux problem.
... View more
08-23-2018
03:46 AM
Hi,I have the same question,same error with one 1 action,I try your method,but it didn't work!
... View more
08-20-2018
11:40 AM
version: oozie:4.3 spark2.1 2018-08-20 19:33:23,998 [uber-SubtaskRunner] ERROR org.apache.spark.SparkContext - Error initializing SparkContext.
java.lang.NullPointerException
at scala.collection.mutable.ArrayOps$ofRef$.newBuilder$extension(ArrayOps.scala:190)
at scala.collection.mutable.ArrayOps$ofRef.newBuilder(ArrayOps.scala:186)
at scala.collection.TraversableLike$class.filterImpl(TraversableLike.scala:246)
at scala.collection.TraversableLike$class.filter(TraversableLike.scala:259)
at scala.collection.mutable.ArrayOps$ofRef.filter(ArrayOps.scala:186)
at org.apache.spark.deploy.yarn.Client$$anonfun$prepareLocalResources$6.apply(Client.scala:531)
at org.apache.spark.deploy.yarn.Client$$anonfun$prepareLocalResources$6.apply(Client.scala:527)
at scala.collection.mutable.ArraySeq.foreach(ArraySeq.scala:74)
at org.apache.spark.deploy.yarn.Client.prepareLocalResources(Client.scala:527)
at org.apache.spark.deploy.yarn.Client.createContainerLaunchContext(Client.scala:868)
at org.apache.spark.deploy.yarn.Client.submitApplication(Client.scala:170)
... View more
Labels:
- Labels:
-
Apache Oozie
08-18-2018
02:23 AM
Yaeh,I don't konw why,I change another cluster,every thing is fine.so thank you very much!
... View more