Member since
10-22-2015
241
Posts
86
Kudos Received
20
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2467 | 03-11-2018 12:01 AM | |
1506 | 01-03-2017 10:48 PM | |
1900 | 12-20-2016 11:11 PM | |
3701 | 09-03-2016 01:57 AM | |
1414 | 09-02-2016 04:55 PM |
06-07-2016
12:15 AM
1 Kudo
Please increase the value for the following parameter: <name>hbase.client.scanner.timeout.period</name>
<value>60000</value>
... View more
06-06-2016
11:48 PM
2 Kudos
Turns out that the following JIRA is not in any HDP branch yet: HBASE-13864 HColumnDescriptor should parse the output from master and from describe for TTL (Ashu Pachauri) Before the above is backported, please use the workaround.
... View more
06-06-2016
11:44 PM
Please see related code in PrettyPrinter.java : {code} private static String humanReadableTTL(final long interval){ ... if (interval == Integer.MAX_VALUE) {
sb.append("FOREVER"); {code} Please specify Integer.MAX_VALUE for TTL and withdraw change to 'hbase.store.delete.expired.storefile'
... View more
06-06-2016
11:30 PM
Can you ask for more detail from the customer ? If a unit test which reproduces the situation can be obtained, that would be best. I am going over changes to see if there may be any related JIRAs.
... View more
06-06-2016
01:52 PM
Is the correct hbase-site.xml accessible (on the classpath) ? Can you pastebin the stack trace when timeout is encountered ? Which version of HDP are you using ? Thanks
... View more
06-03-2016
11:06 PM
3 Kudos
Please take a look at hbase-client/src/main/java/org/apache/hadoop/hbase/util/JsonMapper.java for example of conversion.
... View more
06-02-2016
04:36 PM
@Daniel Buraimo Have you got a chance to check zookeeper log ? Let us know what help we can provide.
... View more
06-02-2016
03:53 PM
1 Kudo
Please verify that regions of your table are evenly distributed across the servers.
... View more
06-02-2016
03:52 PM
Which version of HDP are you using ? I am currently porting over this JIRA which would show us more information: HBASE-15931 Add log for long-running tasks in AsyncProcess How large is your region size ? Did you monitor your region servers to see which ones were the hot spot during the import ? Please pastebin more of the error / stack trace. Thanks
... View more
06-01-2016
10:13 PM
I navigated Ambari UI w.r.t. the zookeeper server(s) There is no direct UI for log collection. Please log onto the VM. Log should be under /var/log/zookeeper/ Thanks
... View more