Member since
01-09-2019
401
Posts
163
Kudos Received
80
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2600 | 06-21-2017 03:53 PM | |
| 4309 | 03-14-2017 01:24 PM | |
| 2403 | 01-25-2017 03:36 PM | |
| 3842 | 12-20-2016 06:19 PM | |
| 2103 | 12-14-2016 05:24 PM |
05-02-2016
05:44 PM
So, I see both Nodemanager and resourcemanager running on that host. Can you paste the screenshot from resourcemanager as well.. http://resourcemanagerhost:8088/cluster This should show how many nodemanagers have registered with your resourcemanager. If that shows 0 hosts as well, attach and /var/log/hadoop-yarn/yarn/yarn-yarn-nodemanager-<hostname>.log and /var/log/hadoop-yarn/yarn/yarn-yarn-resorucemanager-<hostname>.log
... View more
05-02-2016
04:39 PM
With 5 nodes, 2 master and 3 datanodes is a good setup. But accumulo by default here is asking for table metadata files to be stores as 5 replicas. While it will not effect running of your system, you will see underreplicated blocks. Take a look at https://issues.apache.org/jira/browse/ACCUMULO-683 This shows how you can switch the replication factor to 3 for table metadata. Making this change with repfactor on hdfs will not have much effect since any new metadata will again ask for replication factor 5.
... View more
05-02-2016
03:20 PM
1 Kudo
How many nodes is this cluster? This data has a replication factor of 5 but only found 3 replicas. In general, this gets autocorrected as long a there are 5 or more live data nodes. But if you have only 3 node cluster, you will obviously not get 5 replicas. You can correct number of replicas at HDFS level hdfs dfs -setrep -w 3 <hdfs path> I think this is the case of Accumulo using rep factor 5 as default for metadata. @Josh Elser can you confirm?
... View more
05-01-2016
03:01 AM
2 Kudos
hive shell tries to get one yarn container. If all your yarn containers are busy, then 'hive' can be in hang state until containers are available. Another issue could be hivemetastore not responding. please paste /tmp/hive/hive.log which can give some insights. If cluster is busy,
--hiveconf hive.execution.engine=mr
will not wait for getting a container. You can use that and then switch over to tez by setting execution engine again.
... View more
05-01-2016
12:19 AM
I got distcp working between HDP sandbox and isilon based HDP cluster both ways. If you want to use Falcon, to backup from HDP non-isilon cluster to HDP isilon cluster, this should work as well since its distcp based.
... View more
05-01-2016
12:11 AM
Yes, ubuntu16 is the problem here. As indicated on the other thread, support for this is going to take some time. Is this a production setup or testing one? If so, you can try with ubuntu14?
... View more
05-01-2016
12:09 AM
1 Kudo
@michael klybor Take a look at supported browsers with ambari here. Try sticking to them even if on sandbox since there are some known issues on other browsers.
... View more
05-01-2016
12:05 AM
16.04 was only released on 21st of this month. OS level support requires a lot of testing. While workarounds might come sooner, official support will take some time. ( I don't have the any timeline for this if that is what you are looking for)
... View more
04-30-2016
05:14 PM
As a quick workaround, you can do a manual registration of ambari-agent. Steps are here This should let your proceed with ambari-agent registration.
... View more
04-30-2016
03:08 AM
2 Kudos
Take a look at https://community.hortonworks.com/articles/30213/us-presidential-election-tweet-analysis-using-hdfn.html
... View more