Member since
04-03-2019
962
Posts
1743
Kudos Received
146
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
11336 | 03-08-2019 06:33 PM | |
4837 | 02-15-2019 08:47 PM | |
4140 | 09-26-2018 06:02 PM | |
10511 | 09-07-2018 10:33 PM | |
5565 | 04-25-2018 01:55 AM |
01-25-2016
07:42 AM
5 Kudos
Is there any way to invoke the smoke test for different HDP components using Ambari API ? also can we check the status of smoke test using API ?
... View more
Labels:
- Labels:
-
Apache Ambari
01-25-2016
05:53 AM
5 Kudos
After installing HDFS, YARN, HIVE, OOZIE, HBASE by Ambari Blueprints, does Ambari automatically run smoke tests for those service? I think Ambari does not run smoke test, it only installs and starts installed components in blueprint installation. Please correct me if I'm wrong here.
... View more
Labels:
- Labels:
-
Apache Ambari
01-23-2016
11:39 AM
6 Kudos
@Robin Dong Yes of-course you can install Ambari server on Namenode machine, basically if you want you can install everything on single node 🙂 Please check what is purpose of using hadoop, think about volume of input data, how much raw data you want to retain, how much output data you want to retain, what kind of processing you are going to do on Hadoop, what all ecosystems you are planning to use, by considering all these points decide hardware resources and distribute hadoop components amongst nodes in the cluster. Hope this information helps!
... View more
01-23-2016
11:30 AM
6 Kudos
I noticed that using Ambari experimental functionality we can do lot of interesting stuff.
For e.g. rolling/express upgrade is in progress and some service checked failed, to recover from failure we need to update some configuration parameters and restart that particular service, during upgrade Ambari will not allow us to modify any configuration property, so either we can use configs.sh script or another option is to use ambari experimental functionality and enable "opsDuringRollingUpgrade" option 🙂 Please feel free add more information about Ambari experimental functionality here!
... View more
Labels:
01-23-2016
11:09 AM
4 Kudos
@Michel Meulpolder try to run hive shell in debug mode first and see where it is getting stuck hive --hiveconf hive.root.logger=INFO,console,DEBUG
... View more
01-21-2016
10:26 AM
1 Kudo
Thanks @Raja Sekhar Chintalapati
... View more
01-21-2016
10:25 AM
5 Kudos
Suggestion given by @Hajime We can add below lines in hive-env template via ambari to disable hive-shell if [ "$SERVICE" = "cli" ]; then
echo "Sorry! I have disabled hive-shell"
exit 1
fi After restarting hive services, when you try to run hive shell then you will get below output [root@sandbox hive]# hive
Sorry! I have disabled hive-shell
... View more
01-21-2016
10:20 AM
1 Kudo
Thanks @Neeraj Sabharwal
... View more
01-21-2016
10:20 AM
Thanks @Artem Ervits
... View more