Member since
01-18-2018
34
Posts
3
Kudos Received
0
Solutions
07-02-2018
04:52 AM
@vivek jain Can you upload your hbase configuration file.
... View more
06-16-2018
02:43 AM
@Josh Elser Tnx dude for your reply, can you please explain me how query matcher in hbase work or else if you have a good link regarding query matcher please share with me, it will helpful for me to understand. Thank you
... View more
06-15-2018
02:57 PM
Let say i have a region with region max store file size 10 GB and after major compaction i have a single hfile with size 9GB(stored in hadoop). Now my doubt is how regionserver will read and process that 9GB file from hadoop. Will it initially load that file to regionserver inmemory? if yes how it is possible if my heap size is only 8GB?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache HBase
06-08-2018
09:14 AM
zookeeper.out file growing too big. Anyone please explain me waht is the use of this file and what information is stored in this file?
... View more
Labels:
- Labels:
-
Apache Zookeeper
06-07-2018
03:50 AM
@Geoffrey Shelton Okot Tnx dude now i understand..
... View more
06-06-2018
12:10 PM
Lets take a scenorio i have a 3 journalnode(1,2,3). All three where upto date initially. I stoped the 2nd journal node for some time and now i am going to up the 2nd journal node now how will this journal node will receive and save missed edit logs
... View more
Labels:
- Labels:
-
Apache Hadoop
06-05-2018
07:19 AM
I am going to add new journalnode to my hadoop cluster. So, for scp i need to select a journalnode with all edits without any lag How to find which journalnode has all edits without any lag?
... View more
Labels:
- Labels:
-
Apache Hadoop
05-09-2018
06:01 AM
Hi, here i am using hbase and i wanted to know what is the average time taken for doing minor compaction and and also major average time taken for major compaction Is there any way to find this in hbase?
... View more
Labels:
- Labels:
-
Apache HBase
03-29-2018
04:20 AM
When i was planning how many region split need to be done initially to increase performance, i was confused about how region server utilizing heap memory, i have 128 GB RAM and 16 GB java heap memory, i am running both datanode and region server in the same machine can anyone tell me * How region server will use heap and what are the parameters will occupy heap memory * Is region server will use only 16 GB heap or even other space of RAM
... View more
Labels:
- Labels:
-
Apache HBase
02-08-2018
03:15 AM
Is hbase has default support of secondary index.... On many site they suggested to use CoProcessor or Hindex If hbase has secondary index support or any alternatives how to achieve these, can any one please explain...... if hbase has no secondary index, How hbase perform in column qualifier based scan like [scan 'tablename',{COLUMNS => ['column1']}]
... View more
Labels:
- Labels:
-
Apache HBase