Member since
05-22-2018
69
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3982 | 06-07-2018 05:33 AM | |
1011 | 05-30-2018 06:30 AM |
12-05-2019
06:15 AM
1 Kudo
@pateljay As this thread is older and solved the original question. You would be better served by creating a new thread for your specific issue. That way there is no confusion between the two separate issues.
... View more
03-30-2019
11:50 AM
Hi, Create a new file in /etc/profile.d/ named “your_scala_version.sh”. The full path should be “/etc/profile.d/your_scala_version.sh”. Then, enter these next two lines in the file: export SCALA_HOME="/path to your scala folder" export PATH="$PATH:${SCALA_HOME}/bin" Then you need to restart the system. That's all.
... View more
08-17-2018
11:11 AM
I have this same problem, I too tried follow the method of @Vinod369 and not resolved
... View more
07-12-2018
06:22 AM
@Vinicius Higa Murakami Thanks for the reply, But as per my knowledge, it won't work. Cause I have too many input files in the same folder, how could Sqoop identify which file user wants to export? Regards, Jay.
... View more
07-09-2018
11:30 PM
Hi @JAy PaTel go to /var/log/hbase/ and then take a look at master and region log to check if there's an exception. From https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/PleaseHoldException.html you can see: "This exception is thrown by the master when a region server was shut down and restarted so fast that the master still hasn't processed the server shutdown of the first instance, or when master is initializing and client call admin operations, or when an operation is performed on a region server that is still starting." Regards, Samir
... View more
06-18-2018
10:21 AM
@Felix Albani Hi, I have actually tried both, i.e with the full path of spark-submit and navigate directory and execute there there. But faced same error. Anyways, I have updated my question. Have look into that. Regards, Jay.
... View more
02-07-2019
06:18 PM
Awesome!!!
... View more
06-13-2018
12:55 PM
@Felix Albani No, I meant to say, I have reviewed my code and took Oozie of out picture. After that, I could able run spark-submit command. My command is also working well. But the problem is with SparkAction for Oozie. Regards, Jay.
... View more
06-14-2018
07:56 AM
@Felix Albani I tried using putty also. But it also doesn't work for me. Regards, Jay.
... View more
07-06-2018
07:59 AM
@Shu Thank a ton !!! I would like to suggest to use While Loop. Regards, Jay.
... View more