Member since
10-01-2015
3933
Posts
1150
Kudos Received
374
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3365 | 05-03-2017 05:13 PM | |
2796 | 05-02-2017 08:38 AM | |
3076 | 05-02-2017 08:13 AM | |
3006 | 04-10-2017 10:51 PM | |
1517 | 03-28-2017 02:27 AM |
01-08-2016
02:49 AM
@Yuri Chemolosov @schintalapani good find Yuri, have you tried the suggested work around and set nimbus_uptime_secs to 0? the https://storm.apache.org/apidocs/backtype/storm/generated/ClusterSummary.html#set_nimbus_uptime_secs(int) let me know if the workaround works, I see it is happening frequently.
... View more
01-07-2016
02:06 PM
@Mehdi TAZI Lily is not an HDP product, it was contributed by Ngdata. Perhaps you can reach out to their mailing list for any HA advice? You may have to come up with your own HA for it, then you should certainly share your docs here for the best of the community! As far as HBase, make sure you run multiple master servers.
... View more
01-07-2016
01:52 PM
can you still provide the regionserver logs? @Raja Ray what I suggested are just common practices and not necesserily a solution for your problem.
... View more
01-07-2016
12:20 PM
This calls for an expert, @bsaini
... View more
01-07-2016
04:39 AM
3 Kudos
Go to the host where the service is installed, click on service actions and choose move service, follow the prompts.
... View more
01-07-2016
04:13 AM
1 Kudo
@Yashwant Chandrakar Metadata store: Metadata is modeled using a graph model, implemented using the Graph database Titan. Titan has options for a variety of backing stores for persisting the graph, including an embedded Berkeley DB, Apache HBase and Apache Cassandra. The choice of the backing store determines the level of service availability. http://atlas.incubator.apache.org/Architecture.htm... * Hbase as the Storage Backend for the Graph Repository By default, Atlas uses Titan as the graph repository and is the only graph repository implementation available currently. The HBase versions currently supported are 1.1.x. For configuring ATLAS graph persistence on HBase, please go through the "Configuration - Graph persistence engine - HBase" section for more details. * Configuring SOLR as the Indexing Backend for the Graph Repository By default, Atlas uses Titan as the graph repository and is the only graph repository implementation available currently. For configuring Titan to work with Solr, please follow the instructions below http://atlas.incubator.apache.org/0.6.0-incubating...
... View more
01-07-2016
03:35 AM
@Pavel Benes more of a hack but maybe you can try using a shell action to call your java command, then capture output of the action?
... View more
01-07-2016
03:23 AM
@Kuldeep Kulkarni you can familiarize yourself with Ambari Metrics design docs to customize alerts. Here's the whole section on Metrics system. Nagios was deprecated in Ambari and now uses Ambari Metrics Collector/Monitor system. Please upgrade your Ambari system to use the Metrics API and not Nagios/Ganglia, then you can extend the alert functionality. One more doc for good measure.
... View more
01-07-2016
03:00 AM
@Ram D yes see my comment above
... View more
01-07-2016
02:44 AM
yes you can assign multiple nodes to a label, that's the premise of node labels, you want to designate GPU heavy nodes to node label GPU, nodes with SSD to label SSD, etc, the label needs to be shared and not exclusive. Here's design PDF and yet another PDF for node lables and associated Jira. Here's a screenshot from the first PDF:
... View more