Member since
09-28-2015
11
Posts
23
Kudos Received
0
Solutions
12-09-2015
11:08 PM
1 Kudo
Thanks David. The commitment from EMC and HWX is ongoing certification. I am not sure if AnswerHub allows for versioning, so folks can look at historical posts. However I will update this article going forward.
... View more
09-29-2016
01:58 AM
@Vinod : Here are the API details: Delete SPARK Job Server: curl -u admin:admin -H "X-Requested-By: ambari" -X PUT -d '{"RequestInfo":{"context":"Stop Service"},"Body":{"ServiceInfo":{"state":"INSTALLED"}}}' http://:8080/api/v1/clusters/clustername/services/SPARK>:8080/api/v1/clusters/clustername/services/SPARK
curl -u admin:admin -H "X-Requested-By: ambari" -X PUT -d '{"RequestInfo":{"context":"Stop Component"},"Body":{"HostRoles":{"state":"INSTALLED"}}}' http://:8080/api/v1/clusters/clustername/services/SPARK>:8080/api/v1/clusters/clustername/hosts/<old-host>/host_components/SPARK_JOBHISTORYSERVER
curl -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://:8080/api/v1/clusters/clustername/services/SPARK>:8080/api/v1/clusters/clustername/services/SPARK/components/SPARK_JOBHISTORYSERVER
Add SPARK Job Server to New Server curl -u admin:admin -H "X-Requested-By: ambari" -i -X POST http://:8080/api/v1/clusters/clustername/services/SPARK>:8080/api/v1/clusters/clustername/services/SPARK/components/SPARK_JOBHISTORYSERVER
curl -u admin:admin -H "X-Requested-By: ambari" -i -X POST -d '{"host_components" : [{"HostRoles":{"component_name":"SPARK_JOBHISTORYSERVER"}}] }' http://:8080/api/v1/clusters/clustername/services/SPARK>:8080/api/v1/clusters/clustername/hosts?Hosts/host_name=<new-host>
curl -u admin:admin -H "X-Requested-By: ambari" -i -X PUT -d '{"ServiceInfo": {"state" : "INSTALLED"}}' http://:8080/api/v1/clusters/clustername/services/SPARK>:8080/api/v1/clusters/clustername/services/SPARK
... View more
06-10-2016
10:59 PM
Update on this article -- recent OneFS releases do support Rolling Upgrade of HDP. Here's the improved procedure: https://community.emc.com/community/products/isilon/blog/2016/01/07/rolling-upgrade-of-hdp-23-with-onefs
... View more
02-08-2019
08:58 AM
In our setup, we run queries with a client that connects to HS2. For deployment, if I deregister HS2 from ZK then it starts shutdown of the JVM, and shuts the port for checking query progress, leading for the client to retry. Is there any way, I can do deployment without impacting jobs. e.g. deregister from ZK and all running queries are running and connection are maintained. Stop accepting a new request. So when the query is finished I can deploy.
... View more
10-21-2015
02:58 AM
2 Kudos
In HDP 1.x we had documented support for HA for master services with vSphere, it is documented here. There is a Hortonworks blog that was published around Apache Ambari and VMware vSphere BDE last year. VMWare blog has video showing how to use Ambari with vSphere HDP 2.1. The new VMWare vSphere (v6.0) BDE 2.2 announcement mentions support for Ambari 1.7 with HDP 2.2.
... View more
01-30-2018
01:03 PM
Hello, Could you please assist me in answering the following query of mine: https://community.hortonworks.com/questions/167906/we-are-unable-to-access-sparkspark2-when-we-change.html Regards, Subhankar
... View more