Member since
09-24-2015
105
Posts
82
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2214 | 04-11-2016 08:30 PM | |
1817 | 03-11-2016 04:08 PM | |
1835 | 12-21-2015 09:51 PM | |
1070 | 12-18-2015 10:43 PM | |
8938 | 12-08-2015 03:01 PM |
07-14-2016
05:45 PM
2 Kudos
@Andrew Watson
Ambari APIs seem like the right way to go about this. As for getting started, you could explore the output of: http://<ambari_server>:8080/api/v1/clusters/<cluster_name>/configurations/service_config_versions Some of the fields in the output of above call that could fit with your requirement: "service_name" - Name of each service "service_config_version_note" - List the comments made against each config change "tag" - Version# associated with the service config changes "user" - context under which config change was done "stack_id" - stack version against which change was done (esp. useful if you want to track against upgrades too) This link has some information -https://cwiki.apache.org/confluence/display/AMBARI/Service+Config+Versions+API+usage Thanks, Vivek
... View more
10-26-2016
02:58 AM
Hi Yolada, How do you pass flowfile attributes into your JOLT Transformation? Thanks,
... View more
07-11-2016
06:23 PM
1 Kudo
Sanjay Radia recently presented a new concept to be introduced into HDFS (Hadoop 3) called Storage Containers. Storage Containers are an extensibility mechanism that will allow HDFS to manage object storage, such as S3. Watch
https://www.youtube.com/watch?v=SdmJHmpvp7E
and see "EVOLVING HDFS TO A GENERALIZED DISTRIBUTED STORAGE SUBSYSTEM".
... View more
06-10-2016
04:12 AM
1 Kudo
You don't necessarily need to remove Kafka service but to clean up topics use the following approach https://community.hortonworks.com/questions/1786/how-to-clean-up-purge-kafka-queues.html
... View more
05-12-2016
07:20 PM
1 Kudo
Hi @Andrew Watson, No such script exists today, although one could be written for the specific version of Hue in use as well as the backing database. In the upcoming release of Ambari, an Ambari view has been introduced to allow for just such a migration (https://github.com/apache/ambari/tree/trunk/contrib/views/hueambarimigration). Until such time that this is released, a custom solution would need to be implemented.
... View more
06-08-2018
08:13 AM
@Raghu Gurrala Hi Raghu Can you please help me in understanding how to load the data into OpenTSDB using Nifi alone?
... View more
04-15-2016
12:14 AM
1 Kudo
@Laurent Edel That is if unsecure. If secure it would be Datanode: 1004 & WebHDFS 1006
... View more
04-13-2016
07:10 PM
@Andrew Watson You could put up a script to check for the services and restart them for this period. But as @Sagar Shimpi pointed out, you might have to take care of some of the services. Also ensure that dependent HDP dependent components like Java / Python are not upgraded during this patching. If they are to be, it needs to be tested ahead.
... View more
03-25-2017
05:38 PM
can we install python 2.7 or later on current running HDP2.4.2 secure cluster, with out breaking any components?
... View more
06-08-2016
12:02 PM
Hue is not included with the current version of the sandbox. All activities are done either through Ambari or from the OS prompt. If you want to use Hue, you would have to "side load" it onto your sandbox. I am sure there are instructions as to how to do that out on the Internet. I did not do that. We want to stay "stock" Hortonworks.
... View more