Member since
10-22-2015
241
Posts
86
Kudos Received
20
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2414 | 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 |
01-03-2017
10:55 PM
Here is HDP 2.4's dependency: [INFO] org.apache.hbase:hbase-it:jar:1.1.2 ... [INFO] +- org.jboss.netty:netty:jar:3.2.4.Final:compile
... View more
01-03-2017
10:52 PM
The above seems to indicate version mismatch of netty between OpenTSDB and HDP 2.4 Can you get the version of netty for OpenTSDB 2.2.1 ? Thanks
... View more
01-03-2017
10:49 PM
bq. HBase versions shipped with HDP2.4 and 2.5, both say 1.1.2 Both 2.4 and 2.5 were based on hbase 1.1.2 but 2.5 had a lot more fixes / backports (MOB being one of them)
... View more
01-03-2017
10:48 PM
1 Kudo
I would say it is not recommended (I am the person who ported MOB to HDP) There hasn't been any testing on using 2.5 jars on top of 2.4 Is there particular reason why the customer cannot upgrade to 2.5 ? Thanks
... View more
12-20-2016
11:13 PM
servlet-api-2.5.jar is brought in by transitive dependency: [INFO] +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.3.2.6.0.0-SNAPSHOT:compile [INFO] | +- org.apache.hadoop:hadoop-yarn-common:jar:2.7.3.2.6.0.0-SNAPSHOT:compile [INFO] | | +- javax.xml.bind:jaxb-api:jar:2.2.2:compile [INFO] | | | \- javax.activation:activation:jar:1.1:compile [INFO] | | +- javax.servlet:servlet-api:jar:2.5:compile
... View more
12-20-2016
11:11 PM
1 Kudo
netty-3.2.4.Final.jar is brought in by hbase-it module. It shouldn't collide with netty-all-4.0.23.Final.jar
... View more
09-17-2016
08:09 PM
1 Kudo
You can take a look at: http://hbase.apache.org/book.html#ops.snapshots Especially: http://hbase.apache.org/book.html#ops.snapshots.export The backup / restore feature in HDP 2.5 makes backing up multiple tables easy to operate.
... View more
09-06-2016
06:10 PM
1 Kudo
How many regions are there for this table ? What's the value for hbase.hregion.max.filesize ? Thanks
... View more
09-06-2016
06:09 PM
Can you attach region server log for the server which hosts the single large region ? There should be some clue in the region server log.
... View more