Member since
09-15-2015
457
Posts
507
Kudos Received
90
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
12349 | 11-01-2016 08:16 AM | |
8387 | 11-01-2016 07:45 AM | |
4689 | 10-25-2016 09:50 AM | |
1171 | 10-21-2016 03:50 AM | |
2182 | 10-14-2016 03:12 PM |
10-14-2015
07:14 AM
I have seen a similar issue a couple weeks ago. Ambari was running fine, but after some time I had to restart ambari-server because Ambari Metrics was spamming the ambari log. If you have Ambari Metrics installed and enabled, could you please stop the service, restart ambari server and see if the problem still occurs? Also make sure you Ambari Metrics Service is configured correctly, especially the heap (usually too low by default). Check this link for heap tuning https://cwiki.apache.org/confluence/display/AMBARI/Configurations+-+Tuning
... View more
10-13-2015
07:41 AM
5 Kudos
Do you want to enable Knox High Availability (having multiple Knox instances) or do you want to enable HDFS HA within your Knox instance? If the latter, check out the WebHdfs HA section on https://knox.apache.org/books/knox-0-6-0/user-guide.html#WebHDFS To enable HA functionality for WebHDFS in Knox the following configuration has to be added to the topology file: <provider>
<role>ha</role>
<name>HaProvider</name>
<enabled>true</enabled>
<param>
<name>WEBHDFS</name>
<value>maxFailoverAttempts=3;failoverSleep=1000;maxRetryAttempts=300;retrySleep=1000;enabled=true</value>
</param>
</provider>
And for the service configuration itself the additional URLs that standby nodes should be added to the list. The active URL (at the time of configuration) should ideally be added to the top of the list. <service>
<role>WEBHDFS</role>
<url>http://{host1}:50070/webhdfs</url>
<url>http://{host2}:50070/webhdfs</url>
</service>
Let me know if that helps Jonas 😃
... View more
10-12-2015
08:43 PM
1 Kudo
We already had some clusters going from HDP 2.1 directly to HDP 2.3.2 and apparently only minor issues along the way, nothing serious though.
... View more
10-12-2015
05:31 PM
1 Kudo
+1 for YCSB, definitely a good choice for basic performance tests
... View more
10-12-2015
05:25 PM
1 Kudo
If the cluster is kerberized, please be aware that we are currently facing some issues with Hive and HDFS view in secure environments. "Hive and file view are not working after enabling kerberos." (Internally tracked via EAR-2412) Jonas
... View more
10-12-2015
02:54 PM
Is the cluster kerberized?
... View more
10-12-2015
02:17 PM
2 Kudos
Hey Wes, here are some of my notes about HBase (Tuning).
Validate your data model (key
design, naming, no. versions, ...) Check configuration (RAM,
BlockSize,...) Caching
http://www.n10k.com/blog/blockcache-101/ http://www.n10k.com/blog/blockcache-showdown/
Compression (Gzip,Snappy,...) How is data retrieved?
Random lookups => Maybe
smaller block size makes more sense? Sequential scans => Maybe
higher block size makes more sense? Check whether you have hot
spots in your Hbase Environment?
http://blog.sematext.com/2012/04/09/hbasewd-avoid-regionserver-hotspotting-despite-writing-records-with-sequential-keys/ "Hot Spotting is an
hbase phenomenon where a region server is hosting most sought after data.
This causes that region server to run really hot and potentially slow
down and run in a degraded mode." Metrics to check
BlockCache Ratio and
Hit/Miss Compaction Queue Memstore size Flush Queue Call Queue CPU load & WIO Memory usage Latency IOPS JVM Metrics (GC, Log,...) Links:
http://blog.sematext.com/2012/07/16/hbase-memstore-what-you-should-know/ http://hortonworks.com/blog/introduction-to-hbase-mean-time-to-recover-mttr/ http://hadoop-hbase.blogspot.de/2014/03/hbase-gc-tuning-observations.html http://hadoop-hbase.blogspot.de/2015/01/more-hbase-gc-tuning.html Not a consolidated guide, but it might help anyway 🙂 Let me know if you need more information about metrics or specific tuning methods (RAM, blockSize, etc.) I might have some more documents on my drive. Jonas
... View more
10-08-2015
10:09 AM
2 Kudos
Apparently ODBC Drivers are available as of last night: http://public-repo-1.hortonworks.com/HDP/hive-odbc/2.0.5.1005/centos6/hive-odbc-native-2.0.5.1005-1.el6.x86_64.rpm http://public-repo-1.hortonworks.com/HDP/hive-odbc/2.0.5.1005/centos6/hive-odbc-native-32bit-2.0.5.1005-1.el6.i686.rpm
... View more
10-07-2015
05:17 PM
1 Kudo
Thanks for the update!
... View more
10-07-2015
05:06 PM
2 Kudos
Where can I find the latest Hive ODBC Driver for HDP 2.3? We used to have a link under AddOns on our website, however we only have SmartSense under AddOns at the moment. I can find the previous version (Hive ODBC Driver for HDP 2.2, v1.4.14) for HDP 2.2 in or Downloads-Archive => http://hortonworks.com/products/releases/hdp-2-2/#add_ons, is this version compatible with the Hive version included in HDP 2.3 package? Thanks!
... View more
Labels:
- Labels:
-
Apache Hive
- « Previous
- Next »