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 | |
1452 | 01-03-2017 10:48 PM | |
1851 | 12-20-2016 11:11 PM | |
3623 | 09-03-2016 01:57 AM | |
1372 | 09-02-2016 04:55 PM |
08-29-2016
05:49 PM
1 Kudo
Zack: Can you check other regions which failed to open (such as a97029c18889b3b3168d11f910ef04ae ) ?
... View more
08-29-2016
05:47 PM
1 Kudo
Zack: You can use hfile tool to inspect: MY_BROKEN_TABLE/8a444fa1979524e97eb002ce8aa2d7aa/0/4f9a5c26ddb0413aa4eb64a869ab4a2c http://hbase.apache.org/book.html#hfile_tool
... View more
08-29-2016
01:53 AM
'hbase.master.logcleaner.plugins' is not overridden in hbase-site.xml Need to investigate further.
... View more
08-26-2016
10:12 PM
Snippet from master log: http://pastebin.com/4iv5YKEQ Here is related code: String plugins = conf.get(HBASE_MASTER_LOGCLEANER_PLUGINS); Looks like the value for "hbase.master.logcleaner.plugins" was null - default should be org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner Can you attach hbase-site.xml ? Thanks
... View more
08-22-2016
03:48 PM
I have sent an email to Roshan who is more familiar with Flume component.
... View more
08-22-2016
02:59 PM
Here is the code in HBaseSink.java: if (r instanceof Put) { ((Put) r).setWriteToWAL(enableWal); Here is code in Put.java of HDP 2.3: public Put setWriteToWAL(boolean write) { return (Put) super.setWriteToWAL(write); In pom.xml of Flume in HDP 2.3: <hbaseversion>0.94.2</hbaseversion> Planning to raise an internal JIRA for this incompatibility.
... View more
08-22-2016
02:54 PM
For #2, this is currently not possible. You need to upgrade the whole stack.
... View more
08-18-2016
08:59 PM
2 Kudos
The installation is controlled by the rpm packages. It is hard coded to /usr/hdp
... View more
08-17-2016
09:45 PM
Can you provide more information (attaching region server log) ? Load balancer wouldn't create new region.
... View more