Member since
09-15-2015
457
Posts
507
Kudos Received
90
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
15397 | 11-01-2016 08:16 AM | |
10868 | 11-01-2016 07:45 AM | |
8092 | 10-25-2016 09:50 AM | |
1842 | 10-21-2016 03:50 AM | |
3613 | 10-14-2016 03:12 PM |
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
10-07-2015
04:39 PM
thanks @jdamji@hortonworks.com for the advice, did update my answer
... View more
10-07-2015
10:30 AM
1 Kudo
Awesome! These API urls were really helpful! You have to make sure the user or group is not assigned to any policy before you delete it. If the user/group is assigned to a policy the API returns 404 not found as result.
... View more
10-07-2015
09:23 AM
3 Kudos
Yes its possible, however can take a long time. Checkout https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsRollingUpgrade.html We also have some documentation for 2.2.8 (http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.2.8/bk_rolling-upgrade/content/ch_overview-rolling-upgrade.xml.html) No documentation for HDP 2.3 available so far
... View more
- « Previous
- Next »