Re: two rs nodes crashed

2014-05-12 Thread shashwat shriparv
​GC​ Pause sessoin timeout On Mon, May 12, 2014 at 12:39 PM, Li Li fancye...@gmail.com wrote: [main] zookeeper.ZooKeeper: Client *Warm Regards_**∞_* * Shashwat Shriparv* [image: http://www.linkedin.com/pub/shashwat-shriparv/19/214/2a9]http://www.linkedin.com/pub/shashwat-shriparv/19

Re: hbase shell can't connect to server

2014-03-05 Thread shashwat shriparv
and just give actual ip address and a hostname to your pc in /etc/hostname file and /etc/hosts file and restart all the processes hadoop and hbase and let use know if it works. *Warm Regards_**∞_* * Shashwat Shriparv* [image: http://www.linkedin.com/pub/shashwat-shriparv/19/214/2a9]http

Re: hbase shell can't connect to server

2014-03-05 Thread shashwat shriparv
Dont execute it on hbase shell it must be executed outside shell. *Warm Regards_**∞_* * Shashwat Shriparv* [image: http://www.linkedin.com/pub/shashwat-shriparv/19/214/2a9]http://www.linkedin.com/pub/shashwat-shriparv/19/214/2a9[image: https://twitter.com/shriparv] https://twitter.com/shriparv

Re: hbase shell can't connect to server

2014-03-04 Thread shashwat shriparv
Please check your hmaster logs and hmaster servic3 On 5 Mar 2014 10:54, Li Li fancye...@gmail.com wrote: hi all, when I run ./bin/hbase shell. it's ok. but when I execute 'list', it hangs. I have tested it with telnet zookeeper 2181 and it's ok. but I use netstat -lnp can't find

Re: Is HBase is feasible for storing 4-5 MB of data as cell value

2014-02-25 Thread shashwat shriparv
to it in hbase table. 3. schema you can decide, you can have a matrix how you store values to that you can decide. *Warm Regards_**∞_* * Shashwat Shriparv* [image: http://www.linkedin.com/pub/shashwat-shriparv/19/214/2a9]http://www.linkedin.com/pub/shashwat-shriparv/19/214/2a9[image: https://twitter.com

Re: Hbase ports

2013-09-26 Thread shashwat shriparv
and will understand what it is for. *Thanks Regards* ∞ Shashwat Shriparv On Thu, Sep 26, 2013 at 5:13 PM, Steve Loughran ste...@hortonworks.comwrote: On 23 September 2013 19:14, Jean-Daniel Cryans jdcry...@apache.org wrote: On Mon, Sep 23, 2013 at 9:14 AM, John Foxinhead

Re: Calculating size in HBase.

2013-07-05 Thread shashwat shriparv
hadoop dfs -dus /hbase *Thanks Regards* ∞ Shashwat Shriparv On Fri, Jul 5, 2013 at 4:54 PM, Amit Mor amit.mor.m...@gmail.com wrote: From hadooo shell man DU Usage: hadoop fs -du URI [URI …] Displays aggregate length of files contained in the directory or the length of a file

Re: Deleting range of rows from Hbase.

2013-07-04 Thread shashwat shriparv
Sure you can do it but not using hbase shell directly but writing a hbase shell script either a shell script python script or rubi script read about hbase shell scripts for basic reference. http://hbase.apache.org/shell.html *Thanks Regards* ∞ Shashwat Shriparv On Thu, Jul 4, 2013

Re: Weird Replication exception

2013-06-02 Thread shashwat shriparv
asaf.mes...@gmail.com wrote: S failed contacting the master), thus replicati *Thanks Regards* ∞ Shashwat Shriparv

Re: Couting number of records in a HBase table

2013-05-29 Thread shashwat shriparv
bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter tablename [column1 column2...] *Thanks Regards* ∞ Shashwat Shriparv On Wed, May 29, 2013 at 10:29 AM, rajeshbabu chintaguntla rajeshbabu.chintagun...@huawei.com wrote: If you enable aggregation coprocessors you can use aggreation

Re: HBase Support

2013-05-12 Thread shashwat shriparv
On Sun, May 12, 2013 at 12:18 PM, Raju muddana rajumudd...@gmail.comwrote: .Is It o Yes it is fine, mine was a typo :) *Thanks Regards* ∞ Shashwat Shriparv

Re: HBase Support

2013-05-11 Thread shashwat shriparv
in your code add this parameter zookeeper.session.timeout zookeeper tick tome conf.addresources(,value) *Thanks Regards* ∞ Shashwat Shriparv On Sat, May 11, 2013 at 9:22 PM, Mohammad Tariq donta...@gmail.com wrote: Hello Raju, Please add the scheme i.e. file:// in your URI

Re: HBase is not running.

2013-05-01 Thread shashwat shriparv
Commment out everything in /etc/host file add 127.0.0.1 localhost and then try. *Thanks Regards* ∞ Shashwat Shriparv On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq donta...@gmail.com wrote: Hello Yves, I think by that JM means that you should first make sure that all you

Re: HBase and Datawarehouse

2013-04-28 Thread shashwat shriparv
HBase is a nosql database *Thanks Regards* ∞ Shashwat Shriparv On Sun, Apr 28, 2013 at 4:42 PM, Em mailformailingli...@yahoo.de wrote: I suggest you to read Google's BigTable-paper to understand the differences. Am 28.04.2013 05:12, schrieb Kiran: What is the difference between

Re: error when starting hbase

2013-04-23 Thread shashwat shriparv
What you are running is a stand alone mode. for that you need not change anything just donwload the the tar file extract it and bin/start-hbase.sh thats all. *Thanks Regards* ∞ Shashwat Shriparv On Tue, Apr 23, 2013 at 6:38 PM, Rajna Jacob rajna.ja...@gmail.com wrote: Hello, I didn't

Re: error when starting hbase

2013-04-23 Thread shashwat shriparv
Set the permission 755 for the user through which you are starting hbase chmod -R 755 hbasefolder *Thanks Regards* ∞ Shashwat Shriparv On Tue, Apr 23, 2013 at 6:38 PM, Rajna Jacob rajna.ja...@gmail.com wrote: Hello, I didn't manage to make hbase work properly and i would need some

Re: Wait for master before creating tables

2013-04-23 Thread shashwat shriparv
On Tue, Apr 23, 2013 at 5:43 PM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: t? Or maybe look at the source code and do something si Before working with HBase that namenode is not in safemode. *Thanks Regards* ∞ Shashwat Shriparv

Re: Hbase question

2013-04-21 Thread shashwat shriparv
/book/ops_mgt.html http://hbase.apache.org/book/mapreduce.html *Thanks Regards* ∞ Shashwat Shriparv On Sun, Apr 21, 2013 at 10:47 PM, Ted Yu yuzhih...@gmail.com wrote: HBase relies on hdfs features heavily. HBase also supports running Map Reduce Jobs. You can find examples

Re: hbase hbase.rootdir configuration

2013-04-17 Thread shashwat shriparv
On Wed, Apr 17, 2013 at 8:25 PM, lztaomin lztao...@163.com wrote: hdfs://cluster/hbase/val Where is the port number bro *Thanks Regards* ∞ Shashwat Shriparv

Re: Unable to start regionserver in distributed mode

2013-03-28 Thread shashwat shriparv
hbase is starting at localhost or hadoop is starting at and hbase is not able to connect to hadoop. can you please send your hadoop configuration and hbase configuration? ∞ Shashwat Shriparv

Re: can we use same column name for 2 different column families?

2013-03-10 Thread shashwat shriparv
Ya sure you can have that... as you always specify columnfamily to read out of hbase, i dont think there should be a problem in that. ∞ Shashwat Shriparv On Sun, Mar 10, 2013 at 11:41 PM, Ramasubramanian Narayanan ramasubramanian.naraya...@gmail.com wrote: Hi, Is it fine to use same

Re: Exception : ClassNotFoundException: org.apache.hadoop.net.SocketInputWrapper

2013-02-26 Thread shashwat shriparv
On Tue, Feb 26, 2013 at 6:50 PM, tarang dawer tarang.da...@gmail.comwrote: p.security.UserGroupInformation Check if hadoop is in safe mode. i am assuming you have defined all the env variables correctly. ∞ Shashwat Shriparv

Re: MapReduce job over HBase fails

2013-02-20 Thread shashwat shriparv
On Wed, Feb 20, 2013 at 3:56 PM, bhushan.kandalkar bhushan.kandal...@harbingergroup.com wrote: How to resolve it? Your hbase is not able to connect to hbase and its not able to find the hadoop jars, define hadoop home properly and hadoop lass path ∞ Shashwat Shriparv

Re: : Region Servers crashing following: File does not exist, Too many open files exceptions

2013-02-10 Thread shashwat shriparv
On Sun, Feb 10, 2013 at 6:21 PM, David Koch ogd...@googlemail.com wrote: problems but could not find any. The settings increase the u limit for the user using you are starting the hadoop and hbase services, in os ∞ Shashwat Shriparv

Re: Hbase scans taking a lot of time

2013-01-25 Thread Shashwat Shriparv
Try to use caching for query Regards § Shashwat Shriparv Sent from Samsung GalaxyJean-Marc Spaggiari jean-m...@spaggiari.org wrote:You're better to put the data based on the way you will access it. If you always read data from columns A, B, C and D together, then bundle them in a single

Re: Hbase scans taking a lot of time

2013-01-25 Thread Shashwat Shriparv
I would suggest u to look onto caching techniques Regards § Shashwat Shriparv Sent from Samsung GalaxyAdrien Mogenet adrien.moge...@gmail.com wrote:Definitely not, you should keep it under 3 maximum. Keep in mind that 1 CF == 1 Store == at least that many big files to read. On Fri, Jan 25

Re: Hbase tables disappear

2013-01-14 Thread Shashwat Shriparv
What is the root directory location of hbase  Sent from Samsung Galaxy NoteIbrahim Yakti iya...@souq.com wrote:I'm using cdh4 on ec2 HBase 0.92 Sqoop 1.4.2 I'll double check versions tomorrow. when I reboot all the tables are deleted, I'll check the default location tomorrow as well. What

Re: persistence in Hbase

2013-01-10 Thread shashwat shriparv
. :) right.. ∞ Shashwat Shriparv On Fri, Jan 11, 2013 at 9:52 AM, anil gupta anilgupt...@gmail.com wrote: Never mind i got the Jira: https://issues.apache.org/jira/browse/HBASE-5954 On Thu, Jan 10, 2013 at 8:16 PM, anil gupta anilgupt...@gmail.com wrote: Hi Lars, Yes, that is true. I

Re: Storing images in Hbase

2013-01-10 Thread shashwat shriparv
Hi Kavish, i have a better idea for you copy your image files to a single file on hdfs, and if new image comes append it to the existing image, and keep and update the metadata and the offset to the HBase. Because if you put bigger image in hbase it wil lead to some issue. ∞ Shashwat Shriparv

Re: Hbase and Search Integration

2012-09-24 Thread shashwat shriparv
Can you try this? http://bizosyshsearch.sourceforge.net/ Regards ∞ Shashwat Shriparv On Mon, Sep 24, 2012 at 5:01 PM, Jignesh Patel jigneshmpa...@gmail.comwrote: I didn't see any respond. Saurabh do you happen to find the solution for integrating search with HBase. On Tue, Mar 20, 2012

Re: Problem with Hadoop and /etc/hosts file

2012-09-17 Thread shashwat shriparv
∞ Shashwat Shriparv On Mon, Sep 17, 2012 at 1:09 PM, Alberto Cordioli cordioli.albe...@gmail.com wrote: How can I set my rDNS? Anyway this is the /etc/hosts file on my hosts: 127.0.0.1 localhost 10.220.55.41skil01 10.220.55.42skil02 10.220.55.40skil03 The file

Re: Problem with Hadoop and /etc/hosts file

2012-09-16 Thread shashwat shriparv
cnn you send the content of your hostname and hosts file content? Regards ∞ Shashwat Shriparv On Mon, Sep 17, 2012 at 11:09 AM, Michel Segel michael_se...@hotmail.comwrote: Just a hunch, w DNS, do you have your rDNS (reverse DNS lookup) set up correctly. Sent from a remote device. Please

Re: Basic Question on Partitioner,Combiner and Co-Processor

2012-07-23 Thread shashwat shriparv
Check out this link may be will help you.. http://developer.yahoo.com/hadoop/tutorial/module5.html#partitioning http://www.ashishpaliwal.com/blog/2012/05/hadoop-recipe-implementing-custom-partitioner/ Regards ∞ Shashwat Shriparv On Mon, Jul 23, 2012 at 11:22 PM, syed kather in.ab

Re: Basic Question on Partitioner,Combiner and Co-Processor

2012-07-23 Thread shashwat shriparv
Shriparv.. Is there any interface or abstract class partitioner avaliable for hbase specifically .. Thanks and Regards, S SYED ABDUL KATHER On Mon, Jul 23, 2012 at 11:54 PM, shashwat shriparv dwivedishash...@gmail.com wrote: Check out this link may be will help

Re: hbase map reduce is talking lot of time

2012-07-17 Thread shashwat shriparv
and check if its working Regards ∞ Shashwat Shriparv On Tue, Jul 17, 2012 at 11:50 AM, syed kather in.ab...@gmail.com wrote: Team , i had wrote a mapreduce program . scenario of my program is to emit userid,seqid . Total no user : 825 Total no seqid:6583100 No of map which

Re: hbase map reduce is talking lot of time

2012-07-17 Thread shashwat shriparv
Hi Syed, Do give try to this solution : http://agiletesting.blogspot.in/2011/11/troubleshooting-memory-allocation.html Regards ∞ Shashwat Shriparv On Wed, Jul 18, 2012 at 12:18 AM, shashwat shriparv dwivedishash...@gmail.com wrote: Hi Syed, The problem is with the disk space. as map

Re: Map-Reduce Program in Hbase is failed

2012-07-04 Thread shashwat shriparv
-- ∞ Shashwat Shriparv

Re: Create table fails with org.apache.hadoop.hbase.client.RegionOfflineException:

2012-07-04 Thread shashwat shriparv
. When I do disable and drop, it is happening without any errors. Can someone suggest me some ways to debug this issue? Any help would be greatly appreciated. -- Regards, Anand -- ∞ Shashwat Shriparv

Re: datanode timeout

2012-06-27 Thread shashwat shriparv
Hey increase the number of open file setting... Regards Shashwat Shriparv On Mon, Jun 25, 2012 at 10:21 PM, Stack st...@duboce.net wrote: On Mon, Jun 25, 2012 at 9:00 AM, Frédéric Fondement frederic.fondem...@uha.fr wrote: 2012-06-25 10:25:30,646 ERROR

Re: Hbase Replication

2012-06-23 Thread shashwat shriparv
cluster will automatically take its place..Need some advice/comments from the experts.Many thanks. Regards, Mohammad Tariq -- Alok Kumar -- ∞ Shashwat Shriparv

Re: ServerNotRunningException

2012-06-22 Thread shashwat shriparv
Add the remote ip and the domain name(the pc id where you are trying to connect) in your hosts file and then try. Regards ∞ Shashwat Shriparv On Fri, Jun 22, 2012 at 10:58 PM, Jean-Daniel Cryans jdcry...@apache.orgwrote: For sure there's nothing in the master's log? Also if you want

Re: ConnectionLoss

2012-06-22 Thread shashwat shriparv
can I do for solve this problem? -- Att. José Guilherme Vanz Os obstáculos são vistos quando tiramos os olhos do objetivo The obstacles are seen when we left eyes from objective -- ∞ Shashwat Shriparv

Re: delete rows from hbase

2012-06-19 Thread shashwat shriparv
table? Thanks in advance. Oleg. -- ∞ Shashwat Shriparv

Re: Getting started

2012-06-12 Thread shashwat shriparv
. I think I'm closed because everything is running. But there is still some communication issues. Does anyone has any recommandation to fix that? Thanks, JM -- ∞ Shashwat Shriparv

Re: Full text search on HBase

2012-06-08 Thread shashwat shriparv
Just give a look on thiese: http://bizosyshsearch.sourceforge.net/ http://www.lilyproject.org/lily/index.html Regards ∞ Shashwat Shriparv On Fri, Jun 8, 2012 at 1:43 PM, Michel Segel michael_se...@hotmail.comwrote: That's actually a bit out of date. Sent from a remote device. Please

Re: : Pseudo Distributed: ERROR org.apache.hadoop.hbase.HServerAddress: Could not resolve the DNS name of localhost.localdomain

2012-06-07 Thread shashwat shriparv
:12,106 INFO org.apache.hadoop.hbase.master.HMaster: Aborting 2012-06-07 12:13:12,106 DEBUG org.apache.hadoop.hbase.master.HMaster: Stopping service threads Thanks, Manu S -- ∞ Shashwat Shriparv

Re: HBase is able to connect to ZooKeeper but the connection closes immediately

2012-06-07 Thread shashwat shriparv
and regards ∞ Shashwat Shriparv On Thu, Jun 7, 2012 at 3:16 PM, Mohammad Tariq donta...@gmail.com wrote: which distribution are you using??actually this is not possible..it must be there..download it put it there Regards, Mohammad Tariq On Thu, Jun 7, 2012 at 2:41 PM, Manu S

Re: HBase is able to connect to ZooKeeper but the connection closes immediately

2012-06-07 Thread shashwat shriparv
I need to add once again in hbase configuration? Thanks, Manu S On Thu, Jun 7, 2012 at 7:11 PM, shashwat shriparv dwivedishash...@gmail.com wrote: Try this settings check what you have and what you dont have in the configuration : *configuration* *property

Re: HBase (BigTable) many to many with students and courses

2012-05-29 Thread shashwat shriparv
of HBase). That's why I give the question to you: How do you do this kind of operation by using HBase? Kind regards, Em -- ∞ Shashwat Shriparv

Re: Problems Loading RegionObserver Coprocessor

2012-05-25 Thread shashwat shriparv
-site.xml and restart the cluster, then HBase starts up fine. I am new to coprocessors so any help is great. Thanks. -- ∞ Shashwat Shriparv

Re: Problem doing bulk load programmatically

2012-05-24 Thread shashwat shriparv
your hbase is not able to communicate to hadoop, so before starting hbase put the core-site.xml, hdfs-site.xml and mapred-site.xml from hadoop conf dir to hbase conf dir and then start hbase and try,, also you can copy hadoop core from hadoop to hbase library.. Regards ∞ Shashwat Shriparv

Re: Pagination in hbase

2012-05-24 Thread shashwat shriparv
-tp33901703p33901703.html Sent from the HBase User mailing list archive at Nabble.com. http://www.mindtree.com/email/disclaimer.html -- ∞ Shashwat Shriparv

Re: Hbase DeleteAll is not working

2012-05-14 Thread shashwat shriparv
In terminal i mean through sell use double quote for specifying row key instead of single quote. and for hbase api what i can thing is its not able to match the row key. try using double quote there also... Regards ∞ Shashwat Shriparv On Mon, May 14, 2012 at 10:27 AM, Mahesh Balija

Re: Hbase DeleteAll is not working

2012-05-14 Thread shashwat shriparv
doing anything wrong or is this know weird behavior of the hbase? Thanks, Mahesh.B. -- ∞ Shashwat Shriparv

Re: Important Undefined Error

2012-05-13 Thread shashwat shriparv
. Regards ∞ Shashwat Shriparv -Original Message- From: Dalia Sobhy [mailto:dalia.mohso...@hotmail.com] Sent: 12 May 2012 22:48 To: user@hbase.apache.org Subject: RE: Important Undefined Error Hi Shashwat, I want to tell you about my configurations: I am using 4

Re: Important Undefined Error

2012-05-12 Thread shashwat shriparv
pastebin.com to send us the output. 3. Also this command is not working$host -v -t A `namenode`namenode: command not found The right command is perhaps just: $host -v -t A `hostname` -- Harsh J -- Harsh J -- ∞ Shashwat Shriparv

Re: Important Undefined Error

2012-05-12 Thread shashwat shriparv
you can turn off hadoop safe mode uisng *hadoop dfsadmin -safemode leave* On Sat, May 12, 2012 at 8:15 PM, shashwat shriparv dwivedishash...@gmail.com wrote: First thing copy core-site.xml, dfs xml from hadoop conf directory to hbase conf dirctory. and turn of hadoop save mode and then try

Re: How to run two data nodes on one pc?

2012-05-10 Thread shashwat shriparv
/photos/universidad_uci -- ∞ Shashwat Shriparv

Re: Confusing questions ! Hadoop Beginner

2012-05-10 Thread shashwat shriparv
it will provide you many built in functions like join, avg and many more) to get the data from hbase. any how hive also runs mapreduce internally to fetch the data. And also depends on what and how much data you need to store Regards ∞ Shashwat Shriparv On Thu, May 10, 2012 at 8:03 PM, yavuz

Re: HBase Rowcounter not working..

2012-05-07 Thread shashwat shriparv
) at org.apache.hadoop.mapred.Child.main(Child.java:264) 2012-05-07 11:05:00,853 INFO org.apache.hadoop.mapred.Task: Runnning cleanup for the task -- Any help is appreciated... Thank you. -- ∞ Shashwat Shriparv

Re: HBase RegionServer can't connect to Master

2012-05-04 Thread shashwat shriparv
slave1 someip slave2.host.com slave2 do same thing on the slaves also... will solve everything related to domain problem in hadoop hbase or anything else Regards ∞ Shashwat Shriparv On Fri, May 4, 2012 at 1:30 PM, yonghu yongyong...@gmail.com wrote: I think you can also use ifconfig

Re: Multiple filterlist

2012-05-02 Thread shashwat shriparv
a combination of ColumnPrefixFilter and ValueFilter in filterlist1 for column one and another combination of ColumnPrefixFilter and ValueFilter in filterlist2 for column two. i want to combine these two and get result in one shot... Can ny1 help??? -- ∞ Shashwat Shriparv

Re: Multiple filterlist

2012-05-02 Thread shashwat shriparv
(list2); -- ∞ Shashwat Shriparv

Re: HBase with C++

2012-04-27 Thread shashwat shriparv
used Avro in the past to serialized some data, would that be preferred over Thrift ? -sri -- ∞ Shashwat Shriparv

Re: Hbase filter with column and value.

2012-04-26 Thread shashwat shriparv
data internally, seeSection 8.7.5.4, “KeyValue”http://hbase.apache.org/book.html#keyvalue . Hope some how it will help you.. ∞ Shashwat Shriparv On Thu, Apr 26, 2012 at 11:26 PM, Davis davisabra...@gmail.com wrote: Hi Jieshan Thanks a lot for the reply. BUT in this case i don't have

Re: hbase installation

2012-04-25 Thread shashwat shriparv
://old.nabble.com/hbase-installation-tp33746422p33746422.html Sent from the HBase User mailing list archive at Nabble.com. -- Nitin Pawar -- ∞ Shashwat Shriparv

Re: hbase installation

2012-04-25 Thread shashwat shriparv
to 127.0.0.1...also add the hadoop-core.jar from hadoop folder and commons-configuration.jar from the hadoob/lib to the hbae/lib folder. On Apr 25, 2012 11:59 PM, shashwat shriparv dwivedishash...@gmail.com wrote: just foll this http://hbase.apache.org/book/standalone_dist.html On Wed

Re: HBase to JSON with java

2012-04-11 Thread shashwat shriparv
Mahdi -- ∞ Shashwat Shriparv

Re: NotServingRegionException in Pseudo-Distributed Mode

2012-04-11 Thread shashwat shriparv
(ThreadPoolExecutor.java:6 03) [java] at java.lang.Thread.run(Thread.java:722) -- ∞ Shashwat Shriparv

Re: namenode not starting

2012-04-10 Thread shashwat shriparv
the HBase User mailing list archive at Nabble.com. -- ∞ Shashwat Shriparv

Re: HMaster shutdown when a DNS address cannot be solved

2012-04-09 Thread shashwat shriparv
2012-04-08 21:06:46,044 INFO org.apache.hadoop.ipc.HBaseServer: Stopping server on 6 Mikael.S -- ∞ Shashwat Shriparv

Re: How to create external table for hbase

2012-04-06 Thread shashwat shriparv
Thanks alot peter, you saved my life. what i understood that i need to explore hive and hbase and hadoop in more detail :) thanx a ton... On Fri, Apr 6, 2012 at 3:43 AM, Peter Vandenabeele pe...@vandenabeele.comwrote: On Thu, Apr 5, 2012 at 2:45 PM, shashwat shriparv dwivedishash...@gmail.com

Re: Java Programming and Hbase

2012-03-12 Thread shashwat shriparv
. -- Shashwat Shriparv +91-9663531241 +91-990059620

Re: Install hbase on Ubuntu 11.10

2012-03-05 Thread shashwat shriparv
://myexadata.blogspot.com/**2012/03/hbase-0905-and-hadoop-** 020203.htmlhttp://myexadata.blogspot.com/2012/03/hbase-0905-and-hadoop-020203.html Let me know how far you get. -- Shashwat Shriparv +91-9663531241 +91-990059620

Re: Is it possible to connect HBase remotely?

2012-02-09 Thread shashwat shriparv
://www.mail-archive.com/user@hbase.apache.org/msg13488.html On Wed, Feb 8, 2012 at 3:59 PM, shashwat shriparv dwivedishash...@gmail.com wrote: Hey, I tried using what you suggested not its giving the following exception : org.apache.hadoop.hbase.ZooKeeperConnectionException: HBase

Re: Is it possible to connect HBase remotely?

2012-02-08 Thread shashwat shriparv
the zookeeper connection property in the client, it should work. This should do it: conf .set(hbase.zookeeper.quorum, 192.168.2.122); conf .set(hbase.zookeeper.property.clientPort, 2181); Cheers, N. On Wed, Feb 8, 2012 at 3:26 PM, shashwat shriparv dwivedishash...@gmail.com

Re: Is it possible to connect HBase remotely?

2012-02-08 Thread shashwat shriparv
into on the remote machine. Regards Shashwat On Wed, Feb 8, 2012 at 8:13 PM, shashwat shriparv dwivedishash...@gmail.com wrote: Let me, try thanks alot On Wed, Feb 8, 2012 at 8:05 PM, N Keywal nkey...@gmail.com wrote: Hi, The client needs to connect to zookeeper as well. You haven't

Re: count the rows in a table from java

2012-01-25 Thread shashwat shriparv
me the code i have to write to count the row in a table?? Thanks!! Andrea. -- View this message in context: http://old.nabble.com/count-the-rows-in-a-table-from-java-tp33203283p33203283.html Sent from the HBase User mailing list archive at Nabble.com. -- Shashwat Shriparv

Re: Exception starting HBase

2012-01-18 Thread shashwat shriparv
-- Shashwat Shriparv

Re: Hbase Images

2012-01-17 Thread shashwat shriparv
and inline w/ the request they'll have imagemagick do size transforms: http://www.slideshare.net/jacque74/hug-hbase-presentation) At SU we serve thumbnails from hbase. St.Ack -- Shashwat Shriparv

Re: Hbase for real-time data aggregation

2012-01-06 Thread shashwat shriparv
a keyrange ( from ts1_* to ts2* ) to compute the the keyword frequency for that range. Any other better technologies for this use-case ? Like MomgoDB, Cassandra, Storm etc. The use case is primarily on aggregation. -prasen -- Shashwat Shriparv 09900059620 09663531241 iframe src= http

Re: hbase-0.90.4 unable to execute java application to retrieve hbase table

2012-01-05 Thread shashwat shriparv
) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) ... 2 more Kindly see if any one has experienced the same issue at any point of time. As for me its a long way ahead, hbase over HDFS and then hadoop cluster... Thanks Regards Neetu sharma -- Shashwat Shriparv 09900059620

Re: Failed to start master in standalone mode

2012-01-04 Thread shashwat shriparv
version=1.0? ?xml-stylesheet type=text/xsl href=configuration.xsl? configuration property namehbase.rootdir/name valuefile:///DIRECTORY/hbase/value /property /configuration Thanks! -- Shashwat Shriparv 09900059620 09663531241 iframe src= http://rcm.amazon.com/e/cm

Re: Failed to start master in standalone mode

2012-01-04 Thread shashwat shriparv
and do not forget to restart the system On Thu, Jan 5, 2012 at 12:53 AM, shashwat shriparv dwivedishash...@gmail.com wrote: Changed the address to loopback (127.0.0.1) in /etc/hosts file will help. there will be two entries with 127.0.0.1 and 127.0.1.1 make 2nd one as 127.0.0.1 and let

Happy new year....

2011-12-31 Thread shashwat shriparv
Happy new year my friends.Happy birghday to you many many happy returns of the day have a great year ahead and Happy new year to you..may the coming year brings lods of love joy happyness and skucess to your life. -- Shashwat Shriparv

Happy new year

2011-12-31 Thread shashwat shriparv
Happy new year to all may this year boost the development and make it to reach to new hights... :) execuse me for last mail :) -- Shashwat Shriparv

Re: Re: Re: RegionServer unable to connect to master

2011-12-16 Thread shashwat shriparv
02:37:43,Mohammad Tariq donta...@gmail.com wrote: I agree with J-D and Shashwat. BTW, which version of Hadoop are you using?? Regards, Mohammad Tariq On Thu, Dec 15, 2011 at 11:56 PM, shashwat shriparv dwivedishash...@gmail.com wrote: make 127.0.1.1 to 127.0.0.1 that will solve lot

Re: RegionServer unable to connect to master

2011-12-15 Thread shashwat shriparv
slave1 10.66.201.245 slave2 any idea on this problems? cheers exception -- Shashwat Shriparv 09900059620 09663531241 iframe src= http://rcm.amazon.com/e/cm?t=shriparv-20o=1p=48l=ur1category=kindlerotatingf=ifr; width=728 height=90 scrolling=no border=0

Re: Delivery Status Notification (Failure)

2011-12-13 Thread shashwat shriparv
We are putting data into HBase in specific format, since the data in HBase will be very large hence we need to crawl data from HBase and index it into Solr, so which is the tool available for this requirement, or how to approach on this requirement. Regards Shashwat

Re: Delivery Status Notification (Failure)

2011-12-13 Thread shashwat shriparv
...@apache.orgwrote: Do you have a more specific question? Have you tried anything yet? Thanks for helping us helping you, J-D On Tue, Dec 13, 2011 at 5:24 AM, shashwat shriparv dwivedishash...@gmail.com wrote: We are putting data into HBase in specific format, since the data in HBase

Re: Delivery Status Notification (Failure)

2011-12-13 Thread shashwat shriparv
, shashwat shriparv dwivedishash...@gmail.com wrote: Till now i was trying to use nutch to crawl from http addresses and index into solr, and i got requirement to crawl from hbase, means the data will be stored in hbase and i need to crawl it and index into solr, up to now as i have researched