Member since
04-13-2016
422
Posts
150
Kudos Received
55
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1862 | 05-23-2018 05:29 AM | |
4870 | 05-08-2018 03:06 AM | |
1629 | 02-09-2018 02:22 AM | |
2637 | 01-24-2018 08:37 PM | |
6058 | 01-24-2018 05:43 PM |
05-21-2016
12:51 PM
@Manoj Dhake : Can you please share complete error log file? we get "Main class [org.apache.oozie.action.hadoop.HiveMain], exit code [40000]." in many senaerios
... View more
05-21-2016
02:11 AM
I have faced the same issue, used same steps to get standby namenode up and it worked. If you have any questions in following above steps please let me know.
... View more
05-21-2016
02:02 AM
1 Kudo
Anandha L Ranganathan standby namenode and journal node configurations were in a corrupted state, so that when the cluster tried to switch to the standby, you encountered the error that you reported. Initially we have toW put the primary namenode into safemode and saved the namespace with the following commands:
hdfs dfsadmin -safemode enter
hdfs dfsadmin -saveNamespace su - hdfs -c "hdfs namenode -bootstrapStandby -force"
this was to make sure that the namenode was in a consistent state before we attempted to restart the HDFS components one last time to make sure all processes started cleanly and that HDFS would automatically leave safemode
... View more
05-19-2016
02:19 PM
1 Kudo
@sheetal: Are you sure? Because I have successfully captured bundle, but still I don't see an option of download, Even I have lost download option for previously captured bundles i.e. before the upgrade. You can see in the attached screenshot.
... View more
05-19-2016
04:15 AM
I have recently upgraded Ambari to 2.21 and SmartSense to 1.2. Previously I use to have the option to download captured bundle from SmartSense UI, but after upgrade doesn't see an option to download bundle from SmartSense UI. Is that feature removed in latest version or is something wrong with my installation?
... View more
Labels:
- Labels:
-
Hortonworks SmartSense
05-19-2016
12:18 AM
in FIFO, it will execute in the order you have submitted the job. Refer: http://hortonworks.com/blog/understanding-apache-hadoops-capacity-scheduler/
... View more
05-19-2016
12:07 AM
Any update on this issue?
... View more
05-18-2016
11:57 PM
@Nasheb Ismaily: Yes, If job1 is using all the container then job2-job5 has to have wait, Else job2 will pick remaining container and start executing it.
... View more
05-18-2016
10:27 PM
1 Kudo
This error is most probably caused due to the corrupt Image file that you’re are trying to import in Oracle Virtual Box. The error message also suggests that it’s failing due to check sum mismatch (VERR_TAR_CHKSUM_MISMATCH). or need to update my VirtualBox installation.
... View more
05-18-2016
10:16 PM
yes, perfect auth=KERBEROS;proxyuser=root
... View more