Member since
05-09-2017
6
Posts
0
Kudos Received
0
Solutions
06-12-2017
01:39 PM
@Meryem Moumen It could be for many reasons, you have to check the YARN logs for the application ID that failed: yarn logs -applicationId application_1495808813398_0018
... View more
05-16-2017
09:02 AM
017-05-15 06:18:04,038 INFO ActionStartXCommand:520 - SERVER[sandbox.hortonworks.com] USER[maria_dev] GROUP[-] TOKEN[] APP[facebook] JOB[0000036-170514215031505-oozie-oozi-W] ACTION[0000036-170514215031505-oozie-oozi-W@:start:] Start action [0000036-170514215031505-oozie-oozi-W@:start:] with user-retry state : userRetryCount [0], userRetryMax [0], userRetryInterval [10]
2017-05-15 06:18:04,048 INFO ActionStartXCommand:520 - SERVER[sandbox.hortonworks.com] USER[maria_dev] GROUP[-] TOKEN[] APP[facebook] JOB[0000036-170514215031505-oozie-oozi-W] ACTION[0000036-170514215031505-oozie-oozi-W@:start:] [***0000036-170514215031505-oozie-oozi-W@:start:***]Action status=DONE
2017-05-15 06:18:04,048 INFO ActionStartXCommand:520 - SERVER[sandbox.hortonworks.com] USER[maria_dev] GROUP[-] TOKEN[] APP[facebook] JOB[0000036-170514215031505-oozie-oozi-W] ACTION[0000036-170514215031505-oozie-oozi-W@:start:] [***0000036-170514215031505-oozie-oozi-W@:start:***]Action updated in DB!
2017-05-15 06:18:04,168 INFO WorkflowNotificationXCommand:520 - SERVER[sandbox.hortonworks.com] USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000036-170514215031505-oozie-oozi-W] ACTION[0000036-170514215031505-oozie-oozi-W@:start:] No Notification URL is defined. Therefore nothing to notify for job 0000036-170514215031505-oozie-oozi-W@:start:
2017-05-15 06:18:04,168 INFO WorkflowNotificationXCommand:520 - SERVER[sandbox.hortonworks.com] USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000036-170514215031505-oozie-oozi-W] ACTION[] No Notification URL is defined. Therefore nothing to notify for job 0000036-170514215031505-oozie-oozi-W
2017-05-15 06:18:04,199 INFO ActionStartXCommand:520 - SERVER[sandbox.hortonworks.com] USER[maria_dev] GROUP[-] TOKEN[] APP[facebook] JOB[0000036-170514215031505-oozie-oozi-W] ACTION[0000036-170514215031505-oozie-oozi-W@spark_1] Start action [0000036-170514215031505-oozie-oozi-W@spark_1] with user-retry state : userRetryCount [0], userRetryMax [0], userRetryInterval [10]
... View more
05-09-2017
04:27 PM
Hi @Meryem Moumen, from the documentation: Download the latest release from here: https://github.com/hortonworks-spark/shc/releases Build with mvn package -DskipTests And run like this: ./bin/spark-submit --class your.application.class --master yarn-client --packages com.hortonworks:shc-core:1.1.0-2.1-s_2.11 --repositories http://repo.hortonworks.com/content/groups/public/ --files /etc/hbase/conf/hbase-site.xml /To/your/application/jar
... View more