Member since
06-03-2016
77
Posts
7
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4022 | 09-08-2016 01:16 PM | |
2392 | 07-28-2016 10:42 AM |
02-13-2019
08:21 AM
I am facing same issue. java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask
SQL Exception Occured Any pointer is appreciated.
... View more
09-08-2016
01:16 PM
1 Kudo
@Constantin Stanca : Thanks for your clarifications. We are getting list of shell scripts from an upstream application. These shell scripts contains shell command and Sqoop command as well which needs to run on multiple nodes in a Hadoop cluster.
... View more
09-07-2016
09:00 AM
@Constantin Stanca Thanks for your suggestions. Is it possible to execute sqoop command using Yarn distributed shell?
... View more
09-06-2016
12:00 PM
1 Kudo
We are trying to run sqoop command using Yarn distributed shell. All the command is written within shell script. The sqoop client is not installed in NameNode.But Sqoop is installed all the data node. While running the script ,we are getting "ExecScript.sh: line 5: sqoop: command not found" error. P.S-The sqoop command running fine in the individual data node. Am I missing anything here?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Sqoop
-
Apache YARN
08-25-2016
06:58 AM
1 Kudo
Can we specify ticket lifetime for a particular user in kerberos? If yes , what are the steps to specify ticket lifetime for the particular user?
... View more
Labels:
- Labels:
-
Kerberos
08-05-2016
07:34 AM
@ Kuldeep Kulkarni : Issue got resolved by uncommenting export OOZIE_CONFIG_FILE=oozie-site.xml in /etc/oozie/conf/oozie-env.sh
... View more
08-05-2016
06:11 AM
1 Kudo
@ Kuldeep Kulkarni Also tried to change the /etc/oozie/conf/oozie-env.sh file.After doing the necessary changes ,I restarted the service . I found all the changes reverted. Can you please let me know what went wrong here?
... View more
08-05-2016
05:47 AM
@ Kuldeep Kulkarni After running the command, I am getting below error Connection exception has occurred [ java.net.ConnectException Connection refused ]. Trying after 1 sec. Retry count = 1
Connection exception has occurred [ java.net.ConnectException Connection refused ]. Trying after 2 sec. Retry count = 2
Connection exception has occurred [ java.net.ConnectException Connection refused ]. Trying after 4 sec. Retry count = 3
Connection exception has occurred [ java.net.ConnectException Connection refused ]. Trying after 8 sec. Retry count = 4
Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 4. Exception = Connection refused
... View more
08-05-2016
05:10 AM
While running oozie jobs command from CLI I am getting below error.Can any one tell me the issue? ava.lang.IllegalArgumentException: Oozie URL is not available neither in command option or in the environment
at org.apache.oozie.cli.OozieCLI.getOozieUrl(OozieCLI.java:711)
at org.apache.oozie.cli.OozieCLI.createXOozieClient(OozieCLI.java:911)
at org.apache.oozie.cli.OozieCLI.jobsCommand(OozieCLI.java:1544)
at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:676)
at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:626)
at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:225)
Oozie URL is not available neither in command option or in the environment
... View more
Labels:
- Labels:
-
Apache Oozie
08-04-2016
02:21 PM
@Jonas Straub I use JDK "1.8.0_91".But still getting same error.
... View more