Re: Re: Will hbase automatically distribute the data across region servers or NOT..??

2013-08-26 Thread Vamshi Krishna
namehbase.regions.slop/name value0.2/value descriptionRebalance if any regionserver has average + (average * slop) regions. Default is 20% slop. /description /property Frank Chow From: Vamshi Krishna Date: 2013-08-23 22:51 To: user; Dhaval Shah Subject: Re: Will hbase

Re: regions are not getting distributed

2013-08-26 Thread Vamshi Krishna
go. You shouldn't draw conclusions from inadequate deploys. On Friday, August 23, 2013, Vamshi Krishna wrote: Hello all, I set up a 2 node hbase cluster. I inserted million rows in to hbase table. Machine1-master and region server machine-2-only region server. After

Store specific rows on specific region server

2013-08-26 Thread Vamshi Krishna
row should be stored on which region server..? ) -- *Regards* * Vamshi Krishna *

Re: regions are not getting distributed

2013-08-26 Thread Vamshi Krishna
for this question.) On Mon, Aug 26, 2013 at 3:01 PM, Vamshi Krishna vamshi2...@gmail.comwrote: Ted, I guessed the problem could be due to only single zookeeper server in hbase.zookeepr.quorumpeer. So, i have added the region server machine also apart from the master. Now, i don't see any such FAIL cases

Re: Hbase region server is not communicating with zookeeper and stopping after some time it was started

2013-08-23 Thread Vamshi Krishna
/debugging-hbase-installation.html Also Make sure iptables are off etc.. On Aug 22, 2013, at 6:02 AM, Vamshi Krishna vamshi2...@gmail.com wrote: Hi I setup a hbase cluster of 2 machines. Master Machine (vamshi_RS) running both master Regionserver slave machine - Running only

Will hbase automatically distribute the data across region servers or NOT..??

2013-08-23 Thread Vamshi Krishna
on the same machine, where I am running master and region server. Do we need to distribute the data explicitly by any means..? I guess that should be done automatically by load balancer of Hbase , right? Please someone help me..! -- *Regards* * Vamshi Krishna *

Re: regions are not getting distributed

2013-08-23 Thread Vamshi Krishna
AM, Vamshi Krishna vamshi2...@gmail.com wrote: Hello all, I set up a 2 node hbase cluster. I inserted million rows in to hbase table. Machine1-master and region server machine-2-only region server. After the insertion completed, Still i see the 4 regions formed

Re: Will hbase automatically distribute the data across region servers or NOT..??

2013-08-23 Thread Vamshi Krishna
for hbase.hregion.max.filesize to 10MB seems too small. Did you mean 10GB? Regards, Dhaval From: Vamshi Krishna vamshi2...@gmail.com To: user@hbase.apache.org; zhoushuaifeng zhoushuaif...@gmail.com Sent: Friday, 23 August 2013 9:38 AM Subject: Re: Will hbase

Hbase region server is not communicating with zookeeper and stopping after some time it was started

2013-08-22 Thread Vamshi Krishna
valuecom.bil.coproc.ColumnAggregationEndpoint/value /property -- *Regards* * Vamshi Krishna *

Region server is getting disconnected and becomes unreachable.

2013-08-21 Thread Vamshi Krishna
I setup hbase cluster on two machines. One machine has master aswell as regionserver and other has only RS. After running ./start-hbase.sh all daemons are started perfectly. But 2nd machine which runs only RS is getting disconnceted after some time and what ever data i iserted in to Hbase table

Hbase region server disconnecting with master after some time.

2013-08-21 Thread Vamshi Krishna
Hi all, Facing problem with Hbase region server disconnecting with master after some time. I set up Hbase cluster with 2 machines where Machine-1 (M1) is master and Region server and M2 is only Region server. After running hbase-start.sh , all the daemons are started perfectly but after some time

Re: Integrity constraints

2012-04-25 Thread Vamshi Krishna
basic regexs for validation. Or you could consider using a more structured serialization format like protobufs. --gh On Tue, Apr 24, 2012 at 9:35 PM, Vamshi Krishna vamshi2...@gmail.com wrote: Hi all , here i am having one basic doubt about constraints on hbase table, after knowing

Re: how get() works

2012-02-15 Thread Vamshi Krishna
/book.html#regions.arch On 2/14/12 11:06 AM, Doug Meil doug.m...@explorysmedical.com wrote: Keys are stored in sorted order, it's basically a binary search. On 2/14/12 9:31 AM, Vamshi Krishna vamshi2...@gmail.com wrote: Thank you Doug.. Onemore question is, If a particular region

Re: how get() works

2012-02-14 Thread Vamshi Krishna
. On 2/13/12 1:46 AM, Vamshi Krishna vamshi2...@gmail.com wrote: Hi all, i have a small basic doubt regarding get() method which is used in HTable. From the hbase book, under 8.3.Client section, i understood that, when ever client sends a request like get(rowKey) on any htable instance, from ROOT

how get() works

2012-02-12 Thread Vamshi Krishna
.. -- *Regards* * Vamshi Krishna *

can anybody have hbase dataset

2012-01-31 Thread Vamshi Krishna
for download, please send me. Thank you -- *Regards* * Vamshi Krishna *

type mismatch in mapreduce program

2012-01-28 Thread Vamshi Krishna
) at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:621) at org.apache.hadoop.mapred.MapTask.run(MapTask.java:305) at org.apache.hadoop.mapred.Child.main(Child.java:170) please some body help.. -- *Regards* * Vamshi Krishna *

Re: type mismatch in mapreduce program

2012-01-28 Thread Vamshi Krishna
#mapreduce.example On 1/28/12 6:43 AM, Ioan Eugen Stan stan.ieu...@gmail.com wrote: 2012/1/28 Vamshi Krishna vamshi2...@gmail.com: Hi, here i am trying to read rows from a table, and put them to a file as it is.For that my mapper class and run method are as shown below. (Correct me if any thing wrong

Re: Exception during batch of put problem

2011-12-20 Thread Vamshi Krishna
[batch.size()]; and then pass it to table.batch(batch, results); I hope that helps On Tue, Dec 20, 2011 at 11:26 AM, Vamshi Krishna vamshi2...@gmail.com wrote: Hi all, i am trying to copy rows from multiple tables to one table, selecting rows by some criteria. i am using batch of puts

task failed because of exception in thread connection to hbase region server

2011-12-19 Thread Vamshi Krishna
: FAILED Task attempt_201112191543_0001_m_01_0 failed to report status for 600 seconds. Killing! No tasks of job are running.. please help what could be the reason for this? -- *Regards* * Vamshi Krishna *

Exception during batch of put problem

2011-12-19 Thread Vamshi Krishna
-desktop:/usr/local/hadoop-0.20.2$ Actually some thousands of rows have to be inserted to the new table, but only 200 rows i could see after above messages thrown on to console. Please help me why it is happening like this..? please somebody help.. -- *Regards* * Vamshi Krishna *

Re: No changes or progress status on web UI during mapreduce program running

2011-12-15 Thread Vamshi Krishna
sure you have added the relevant jars in your classpath correctly. Error is : Caused by: java.lang.ClassNotFoundException: org.apache.zookeeper.KeeperException Your code is not able to find proper jars in path. Hope this helps! -Original Message- From: Vamshi Krishna [mailto:vamshi2

Re: No changes or progress status on web UI during mapreduce program running

2011-12-14 Thread Vamshi Krishna
a cluster. On 13-Dec-2011, at 8:43 AM, Vamshi Krishna wrote: what i shoud set in job's classpath ? where should i do setting class path for job and how ? My requirement is to run the MR jobs on the cluster of nodes and NOT by LocalJobRunner , when i start the program form eclipse. please help me

Re: No changes or progress status on web UI during mapreduce program running

2011-12-14 Thread Vamshi Krishna
above settings on all the machines of my cluster. Thank you. On Wed, Dec 14, 2011 at 8:13 PM, Vamshi Krishna vamshi2...@gmail.comwrote: Hi, thank you. all these days i am coding in eclipse and trying to run that program from eclipse only, but never i saw that program running on the cluster

Re: No changes or progress status on web UI during mapreduce program running

2011-12-12 Thread Vamshi Krishna
); job.setMapperClass(setInsertionMapper.class); ... ... On Mon, Dec 12, 2011 at 11:35 PM, Jean-Daniel Cryans jdcry...@apache.orgwrote: That setting also needs to be in your job's classpath, it won't guess it. J-D On Thu, Dec 8, 2011 at 10:14 PM, Vamshi Krishna vamshi2

Re: No changes or progress status on web UI during mapreduce program running

2011-12-11 Thread Vamshi Krishna
machines , all daemons are running. what i should do to run it on clusetr from the eclipse.. please help.. On Fri, Dec 9, 2011 at 11:44 AM, Vamshi Krishna vamshi2...@gmail.comwrote: Hi harsh, ya, i no jobs are seen in that jobtracker page, under RUNNING JOBS it is none, under FINISHED JOBS

Re: hbase mapreduce running though command line

2011-12-10 Thread Vamshi Krishna
, Dec 9, 2011 at 11:13 PM, Jean-Daniel Cryans jdcry...@apache.orgwrote: You don't need the conf dir in the jar, in fact you really don't want it there. I don't know where that alert is coming from, would be nice if you gave more details. J-D On Fri, Dec 9, 2011 at 6:45 AM, Vamshi Krishna

hbase mapreduce running though command line

2011-12-09 Thread Vamshi Krishna
are locations inside DFS. when i tried to create jar of my whole java project from eclipse, i got alert that, 'conf directory of HBase was not exported to jar', So how to run my program through command line to insert data into hbase table..?? can anybody help?? -- *Regards* * Vamshi Krishna *

Re: No changes or progress status on web UI during mapreduce program running

2011-12-08 Thread Vamshi Krishna
the program via a LocalJobRunner, and not submitting to the cluster. This is cause of improper config setup (you need mapred.job.tracker set at minimum, to submit a distributed job). On 08-Dec-2011, at 12:10 PM, Vamshi Krishna wrote: Hi all, i am running hbase on 3 machine cluster.i am

Re: what is region server startcode

2011-12-07 Thread Vamshi Krishna
. Regards Ram -Original Message- From: Vamshi Krishna [mailto:vamshi2...@gmail.com] Sent: Tuesday, December 06, 2011 11:56 AM To: user@hbase.apache.org Subject: what is region server startcode Hi i want to move some regions of table from one server to other, but in the move method

No changes or progress status on web UI during mapreduce program running

2011-12-07 Thread Vamshi Krishna
of mapreduce jobs, like map tasks' progresses etc.. What is the problem, how can i see their progress on the browser, while mapreduce program is running from eclipse? i am using ubuntu-10.04 can anybody help? -- *Regards* * Vamshi Krishna *

Re: what is region server startcode

2011-12-06 Thread Vamshi Krishna
(); Startcode is used to distinguish between the start-ups of same regionserver at different time point. It's the start-time of one regionserver. Jieshan. -邮件原件- 发件人: Vamshi Krishna [mailto:vamshi2...@gmail.com] 发送时间: 2011年12月6日 14:26 收件人: user@hbase.apache.org 主题: what is region server

what is region server startcode

2011-12-05 Thread Vamshi Krishna
Hi i want to move some regions of table from one server to other, but in the move method argumemnts, what is the meaning of regionserver startcode? from where i can get it? please can anybody tell..? -- *Regards* * Vamshi Krishna *

Re: hbase-regionserver1: bash: {HBASE_HOME}/bin/hbase-daemon.sh: No such file or directory

2011-12-02 Thread Vamshi Krishna
machines to master:6. J-D On Thu, Dec 1, 2011 at 6:45 AM, Vamshi Krishna vamshi2...@gmail.com wrote: I found in the logs of region server machines, i found this error (on both regionserver machines) 2011-11-30 14:43:42,447 INFO org.apache.hadoop.ipc.HbaseRPC: Server at hbase

Re: hbase-regionserver1: bash: {HBASE_HOME}/bin/hbase-daemon.sh: No such file or directory

2011-12-02 Thread Vamshi Krishna
, Vamshi Krishna vamshi2...@gmail.com wrote: I disabled the firewall in all the machines.Then i started hbase(bin/start-hbase.sh), after 2-3 minutesi stopped hbase on master node (bin/stop-hbase.sh). Even then HRegionserver daemon is running on region server machine. So i checked regionserver

Re: hbase-regionserver1: bash: {HBASE_HOME}/bin/hbase-daemon.sh: No such file or directory

2011-12-01 Thread Vamshi Krishna
. Look at their logs to figure what's going on. J-D On Tue, Nov 29, 2011 at 10:46 PM, Vamshi Krishna vamshi2...@gmail.com wrote: hey soryy for posting multiple times. J-D, As you said, i refered to my regionserver log, there i found Could not resolve the DNS name

keyvalue size is too large, even though i am inserting 2.5MB

2011-11-30 Thread Vamshi Krishna
checked the hbase.region.max.filesize , it is 256MB. And one morething, is there any minimum size that we can set for both region size and keyValue size? can anybody help ? -- *Regards* * Vamshi Krishna *

Re: hbase-regionserver1: bash: {HBASE_HOME}/bin/hbase-daemon.sh: No such file or directory

2011-11-29 Thread Vamshi Krishna
going on. J-D On Mon, Nov 28, 2011 at 10:33 PM, Vamshi Krishna vamshi2...@gmail.com wrote: Hi Lars, i am not using cygwin, i am using 3 ubuntu-10.04 machines. Finally that problem i mentioned got resolved i.e now i can see the following after i run bin/start-hbase.sh on my master

Re: HRegionserver daemon is not running on region server node

2011-11-28 Thread Vamshi Krishna
28, 2011 at 9:00 PM, Suraj Varma svarma...@gmail.com wrote: Ok. Can you run dos2unix against both your HBASE_HOME/bin and HBASE_HOME/conf directory? After this, restart your cluster and see if you are getting the same issue. --Suraj On Sun, Nov 27, 2011 at 10:58 PM, Vamshi Krishna vamshi2

Re: hbase-regionserver1: bash: {HBASE_HOME}/bin/hbase-daemon.sh: No such file or directory

2011-11-28 Thread Vamshi Krishna
the list of servers to the regionservers file in the $HBASE_HOME/conf/ dir? Are you using Cygwin? Or what else is your environment? Lars On Nov 26, 2011, at 7:37 AM, Vamshi Krishna wrote: Hi i am running hbase on 3 machines, on one node master and regionserver, on other two nodes

Re: HRegionserver daemon is not running on region server node

2011-11-27 Thread Vamshi Krishna
with a fully wired setup, if your goal is to have a stable hbase cluster. If it is a at home test cluster, then that's fine - but be prepared for frequent cluster reboots. :) --Suraj On Sat, Nov 26, 2011 at 11:20 PM, Vamshi Krishna vamshi2...@gmail.com wrote: Hi suraj, Thank you, i

hbase-regionserver1: bash: {HBASE_HOME}/bin/hbase-daemon.sh: No such file or directory

2011-11-25 Thread Vamshi Krishna
or directory , but i could find out {HBASE_HOME}/bin/hbase-daemon.sh on both machines. Infact the path of the {HBASE_HOME} folder on each of the respective machines machines is same. i.e /home/hduser/Documents/HBASE_SOFTWRAE/hbase-0.90.4 please can anybody help? -- *Regards* * Vamshi Krishna *

Re: HRegionserver daemon is not running on one machine.

2011-11-18 Thread Vamshi Krishna
at 6:34 AM, Vamshi Krishna vamshi2...@gmail.com wrote: hi i am working with 2 node hbase cluster as shown below On node1 (10.0.1.54) : master node, region server, hadoop namenode, hadoop datanode on node2 (10.0.1.55): region server, hadoop datanode. When i start both hadoop

HRegionserver daemon is not running on one machine.

2011-11-17 Thread Vamshi Krishna
}/bin/hbase-daemon.sh: No such file or directory , but i could find out {HBASE_HOME}/bin/hbase-daemon.sh clearly.. i don't know what went wrong..! -- *Regards* * Vamshi Krishna *

Not able to change the VERSION of hbase row

2011-11-16 Thread Vamshi Krishna
..? -- *Regards* * Vamshi Krishna *

HRegionserver daemon is not running on region server node

2011-11-16 Thread Vamshi Krishna
}/bin/hbase-daemon.sh: No such file or directory , but i could find out {HBASE_HOME}/bin/hbase-daemon.sh clearly.. i don't know what went wrong..! please can any body help? -- *Regards* * Vamshi Krishna *

zookeeper session establishing time out and stopping

2011-11-15 Thread Vamshi Krishna
, hbase-0.26-transactional.jar to my hbase project build path while i am working on the top of hbase-0.90.4.? -- *Regards* * Vamshi Krishna *

HMaster daemon is disappearing immidietly after i ran start-hbase.sh

2011-11-10 Thread Vamshi Krishna
shut down when i run bin/start-hbase.sh command HRegionserver daemon is supposed to run on regionserver machine also, but i couldnot find any such daemon on regionserver machine. can anybody please help.! -- *Regards* * Vamshi Krishna *

writing data to hbase from java code in eclipse

2011-09-22 Thread vamshi krishna
) at org.apache.hadoop.hbase.client.HTable.init(HTable.java:171) at org.apache.hadoop.hbase.client.HTable.init(HTable.java:145) at PutExample.main(PutExample.java:19) please anyone help me, where i went wrong? -- *Regards* * Vamshi Krishna *

HBase setup problem mvn eclipse:eclipse

2011-09-04 Thread vamshi krishna
seconds [INFO] Finished at: Sun Sep 04 11:50:57 IST 2011 [INFO] Final Memory: 2M/15M [INFO] vamshi@vamshikrishna-desktop:~/Documents/hbase-core-trunk$ Please can somebody help.. -- *Regards* * Vamshi Krishna *

Re: How to debug and run hadoop/HBase source code in eclipse

2011-09-03 Thread vamshi krishna
to help you build and modify HBase in a local eclipse project. Regards, Ian On Sep 1, 2011, at 8:07 PM, vamshi krishna vamshi2...@gmail.com wrote: Hi folks, most of the users subscribed in this mailing-list are trying to modify the actual source code to add extra

How to debug and run hadoop/HBase source code in eclipse

2011-09-01 Thread vamshi krishna
to debug and run normal programs on hadoop , but i couldn't run the source code. Please help me in this regard. I have been trying to do the same for somany days, please sombody help how to change, debug and run the source code of hadoop/HBase in eclipse IDE. Thank you. -- *Regards* * Vamshi

Re: Where are .META. and ROOT tables data

2011-08-29 Thread vamshi krishna
request is actually handled by the resultant RS. The *main idea* being is , we can get rid off the single point failure with respect to -ROOT- stored in a single region. On Thu, Aug 18, 2011 at 12:13 PM, vamshi krishna vamshi2...@gmail.comwrote: Thank you very much Lars..! On Thu, Aug 18

Re: Where are .META. and ROOT tables data

2011-08-18 Thread vamshi krishna
(if not, see above link), that's where you will find META and ROOT tables. (The root directory would be a local directory in local mode, or a directory in HDFS). -- Lars From: vamshi krishna vamshi2...@gmail.com To: user@hbase.apache.org Sent: Wednesday, August 17

Where are .META. and ROOT tables data

2011-08-17 Thread vamshi krishna
of hadoop i should use to run HBase at current time.. means asper latest versions which versions are compatible? * Thank you.. Vamshi Krishna *