Member since
07-26-2016
36
Posts
8
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4005 | 09-13-2016 10:07 AM | |
3042 | 09-07-2016 10:57 AM |
09-13-2016
10:09 AM
Thanks, It was really helpful
... View more
09-13-2016
10:07 AM
1 Kudo
Thanks, checking the log was helpfull. But restarting the Yarn RM resolved the issue.
... View more
09-13-2016
10:02 AM
we were using Hadoop 2.7.1.2.4.2.0-258
... View more
09-07-2016
10:57 AM
1 Kudo
The Issue got resolved after copying the file ojdbc6.jar in hdfs, path
/user/oozie/share/lib/lib_<ts>/sqoop/ojdbc6.jar. Then I restarted the yarn RM. Thanks for your help.
... View more
09-06-2016
07:16 AM
1 Kudo
Getting Error while running a sqoop script using yarn distributed shell. Submitting the job from name node and using required Kerberos principal. 16/09/06 12:33:53 WARN ipc.Client: Exception encountered while connecting to the server :
javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]
at com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(GssKrb5Client.java:211)
... View more
Labels:
- Labels:
-
Apache Sqoop
-
Apache YARN
09-01-2016
06:58 AM
I am trying to use yarn distributed shell. I am executing yarn node -list command to list the nodes present in a 4 node HDP cluster.
But it is only listing the node where i am executing the command, not the whole node list. However, I am able to see all the datanodes and namenodes from Ambari UI.
... View more
Labels:
- Labels:
-
Apache YARN
08-25-2016
05:27 AM
@mqureshi I dont have any such directory as /usr/hdp/current/sqoop-client/lib/. But I am able to import data from oracle database using sqoop. Problem starts while I am trying to do same using oozie sqoop action.
... View more
08-24-2016
09:20 AM
I am trying to import a oracle table data using sqoop action in oozie. I am getting error as WARN SqoopActionExecutor:523 - SERVER[****] USER[hadoop] GROUP[-] TOKEN[] APP[sample-wf] JOB[0000134-160802050043050-oozie-oozi-W] ACTION[0000134-160802050043050-oozie-oozi-W@source2landingZone] Launcher ERROR, reason: Main class [org.apache.oozie.action.hadoop.SqoopMain], exit code [1] Below is my workflow.xml. <workflow-app name="sample-wf" xmlns="uri:oozie:workflow:0.1">
<start to="source2landingZone"/>
<action name="source2landingZone">
<sqoop xmlns="uri:oozie:sqoop-action:0.2">
<job-tracker>${jobTracker}</job-tracker>
<name-node>${nameNode}</name-node>
<command>sqoop import --connect jdbc:oracle:thin:@//****:1521/orcl --username *** --password *** --table TEST_SQOOP --target-dir /user/hadoop/generic/test55 -m 1</command>
</sqoop>
<ok to="end"/>
<error to="kill"/>
</action>
<kill name="kill">
<message>Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]</message>
</kill>
<end name="end"/>
</workflow-app>
... View more
Labels:
- Labels:
-
Apache Oozie
-
Apache Sqoop
08-18-2016
06:47 AM
Hi Murali, you are right. Script was executing but output wasn't matching with the below action. ${wf:actionData('shell-node')['my_output'] eq 'Hello'} Now, I have changed the shell script as below and oozie job has finished successfully. >> echo "my_output=Hello" Thanks.
... View more
- « Previous
-
- 1
- 2
- Next »