Member since
10-22-2015
241
Posts
86
Kudos Received
20
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2413 | 03-11-2018 12:01 AM | |
1451 | 01-03-2017 10:48 PM | |
1851 | 12-20-2016 11:11 PM | |
3623 | 09-03-2016 01:57 AM | |
1370 | 09-02-2016 04:55 PM |
03-11-2018
12:01 AM
Please read the following: https://blogs.apache.org/hbase/entry/the_effect_of_columnfamily_rowkey http://hadoop-hbase.blogspot.com/2016/02/hbase-compression-vs-blockencoding_17.html
... View more
10-23-2017
06:21 PM
Please take a look at: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_spark-component-guide/content/spark-on-hbase.html
... View more
10-15-2017
06:20 PM
Which version of HDP are you using ? Can you post the full stack trace ?
... View more
10-02-2017
07:31 PM
kafka-consumer-groups.sh calls ConsumerGroupCommand Please take a look at the following method: ConsumerGroupCommand#getPartitionOffsets
... View more
09-13-2017
06:23 PM
bq. Thread.sleep("sometime"); How long was the sleep ? I might be possible that compaction finished after the sleep. Which HDP version are you using ?
... View more
09-13-2017
06:18 PM
Before PHOENIX-3288 is resolved, please set phoenix.schema.isNamespaceMappingEnabled to true. hbase-site.xml should be on the classpath
... View more
09-12-2017
06:16 PM
For hbase, you can obtain configuration from the following URL: master-node:16010/conf
... View more
01-04-2017
11:32 AM
bq. is there a different version for Netty required ? As I said above, HDP 2.4 came with 3.2.4.Final which is different from 3.9.4.Final (opentsdb built with)
... View more
01-03-2017
11:55 PM
bq. OpenTSDB only has Netty 3.2.4 jar But the list below showed netty-3.9.4.Final.jar
... View more
01-03-2017
11:35 PM
As you can see, there are two netty jars on the classpath with different version. I am not aware of plan to support OpenTSDB. See if you can build OpenTSDB with the netty version hbase uses. Shading is another option but I am not expert there.
... View more