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
12-09-2015
06:50 PM
7 Kudos
HDP 2.2 and Isilon OneFS 7.2.0.4 are now officially certified by Hortonworks and EMC Isilon and ready for Hadoop deployment. Hortonworks and EMC Isilon have a close engineering relation that started in September of 2014, to ensure that Hortonworks Data Platform (HDP) is integrated with the Isilon OneFS filesystem. The HDP test suite employed to certify the Isilon OneFS filesystem has over 10,000 individual tests. The gives assurance to customers that both EMC and Hortonworks have done the due diligence to ensure that all Hadoop workloads work on this integrated platform, with security and operational ease. HDP with Isilon reference architecture Isilon OneFS has implemented the HDFS API as an over the wire protocol consistent with its multi-protocol support for NFS, SMB and others. This is different from implementations of Hadoop Compatible File Systems (HCFS) in that OneFS mimics the HDFS behavior for the subset of features that it supports. The deployment model for HDP with Isilon is shown in the figure above, where HDP is installed on a compute cluster where the nodes can be on-premise or in the cloud. Installation of HDP over Isilon is supported via a custom Ambari Agent that is included with OneFS. Details of HDP Certification with Isilon Certification of HDP with Isilon is an ongoing commitment from EMC and Hortonworks. It started with with HDP 2.1 and Isilon OneFS 7.2.0.1 in Q2 of 2015. The Isilon engineering team recently wrapped up HDP 2.2 certification with Isilon OneFS 7.2.0.4 and is currently in the process of certifying the HDP 2.3 with Isilon OneFS 8.0 with an expected completion date of Q1 2016. The coverage of components as part of the HDP certification effort is depicted above. Components in the HDP 2.2 column are part of the HDP 2.2 certification and new components that will be added in HDP 2.3 are included in the HDP 2.3 column, including Spark on YARN, Tez as the default execution engine for Hive and Pig, Kafka for streaming data ingest and Knox for perimeter security. If you have currently deployed HDP 2.2 with Isilon and are considering upgrading to HDP 2.3, we have validated that HDP 2.3 is compatible with HDP 7.2.1.1 while detailed certification testing is in progress. Details of the the upgrade process can be found in a recent blog post shared by Isilon engineering team.
... View more
11-24-2015
04:57 AM
2 Kudos
Answer from Ambari team for MapReduce History Server Delete Mapreduce History Server if server died curl -u admin:admin -H "X-Requested-By: ambari" -X PUT -d '{"RequestInfo":{"context":"Stop Service"},"Body":{"ServiceInfo":{"state":"INSTALLED"}}}' http://<ambari-server-name>:8080/api/v1/clusters/<cluster-name>/services/MAPREDUCE2 curl -u admin:admin -H "X-Requested-By: ambari" -X PUT -d '{"RequestInfo":{"context":"Stop Component"},"Body":{"HostRoles":{"state":"INSTALLED"}}}' http://<ambari-server-name>:8080/api/v1/clusters/<cluster-name>/hosts/<old-host-name>/host_components/HISTORYSERVER curl -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://<ambari-server-name>:8080/api/v1/clusters/<cluster-name>/services/MAPREDUCE2/components/HISTORYSERVER Add Mapreduce History Server to New Server curl -u admin:admin -H "X-Requested-By: ambari" -i -X POST http://<ambari-server-name>:8080/api/v1/clusters/<cluster-name>/services/MAPREDUCE2/components/HISTORYSERVER curl -u admin:admin -H "X-Requested-By: ambari" -i -X POST -d '{"host_components" : [{"HostRoles":{"component_name":"HISTORYSERVER"}}] }' http://<ambari-server-name>:8080/api/v1/clusters/<cluster-name>/hosts?Hosts/host_name=<new-host-name>; curl -u admin:admin -H "X-Requested-By: ambari" -i -X PUT -d '{"ServiceInfo": {"state" : "INSTALLED"}}' http://<ambari-server-name>:8080/api/v1/clusters/<cluster-name>/services/MAPREDUCE2 Go to Ambari Web > Services > MapReduce2 > Configs > Advanced, and modify mapreduce.jobhistory.address and mapreduce.jobhistory.webapp.address to point to the new History Server host. Restart MapReduce2 Service after saving the configuration.
... View more
11-24-2015
04:57 AM
1 Kudo
@vshukla can you provide details on REST API to be used ?
... View more
11-18-2015
09:59 PM
5 Kudos
We are looking for a documented process for moving services that are currently not supported by Ambari. The Services I am currently looking for information for: 1. HDFS Jornal Node 2. Map Reduce Job History Server 3. Spark History Server
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Spark
11-11-2015
07:15 PM
5 Kudos
EMC Blog Post containing instructions when upgrading HDP 2.2 to HDP 2.3 with Isilon We have been working with the Isilon engineering team to document the upgrade process from HDP 2.2. to HDP 2.3 when the underlying storage layer is OneFS instead of HDFS. The instructions in the blog post are to be used in conjunction with Ambari instructions on upgrading HDP. Important to note that Isilon is working on making enhancements to OneFS to support rolling upgrade. This will be made available in an upcoming release of OneFS.
... View more
11-08-2015
10:18 PM
Is there a documented process for forcing a failover for the Hive Service in an HDP cluster with HA enabled ? In particular I am looking to see if this process can be automated - so is there is a command that can be invoked by CLI and/or API?
... View more
Labels:
- Labels:
-
Apache Hive
10-20-2015
10:06 PM
@Neeraj Sabharwal the question is specifically around support of vSpehe 6.0 and if we have any implementation guide for installing and deploying HDP.
... View more
10-20-2015
02:58 PM
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)