Re: HBase 0.96 dependecy

2014-05-22 Thread Renato Marroquín Mogrovejo
Maybe this is what you are looking for Talat? http://mvnrepository.com/artifact/org.apache.hbase/hbase/0.96.0-hadoop2 On May 22, 2014 9:38 AM, Talat Uyarer ta...@uyarer.com wrote: Hi all, I try to use Hbase 0.96 version with hadoop 2.4.0. But I found it's jar in maven central repo. Where

Re: [ANN] Apache Gora 0.4 Released

2014-05-02 Thread Renato Marroquín Mogrovejo
Hi Ted, Yes, we do want to upgrade to the latest stable version for sure. Just a quick question, are there any big differences between 0.94.x and 0.96.x? Let's say about dependencies? Hadoop? Avro? Thanks for your interest Ted! Renato M. 2014-04-28 18:26 GMT+02:00 Ted Yu yuzhih...@gmail.com:

Re: a short introduction of simplehbase(hbase ORM)

2014-01-05 Thread Renato Marroquín Mogrovejo
There is also Apache Gora which is a ORM over several NoSQL datastores. Renato M. On Jan 5, 2014 1:05 PM, Asaf Mesika asaf.mes...@gmail.com wrote: There are two projects doing orm for HBase, one named Kundera - check it out. On Sunday, January 5, 2014, zhang_xzhi wrote: I just read some

Re: hBase - the server has too many connections (maxClientConn property set to 0 does not help)

2013-11-14 Thread Renato Marroquín Mogrovejo
Hi, Did you give this [1] a look? Looks like the error you are getting. Renato M. [1] https://wiki.apache.org/nutch/ErrorMessagesInNutch2 2013/11/14 Jean-Marc Spaggiari jean-m...@spaggiari.org Hi, JobTracker is MapReduce... So you should look on the MapReduce side. Few links which

Re: Batch method

2013-10-03 Thread Renato Marroquín Mogrovejo
RetriesExhaustedWithDetailsException(exceptions, actions, addresses); } You should be able to extract failure information from RetriesExhaustedWithDetailsException thrown. Cheers On Wed, Oct 2, 2013 at 4:15 PM, Renato Marroquín Mogrovejo renatoj.marroq...@gmail.com

Batch method

2013-10-02 Thread Renato Marroquín Mogrovejo
Hi all, I am using the batch method[1] and it states that I will get an array of objects containing possibly null values. So my question is if there is a way on knowing which operation was the one that failed from this null value? Or any other way in which I could check for the failing operation?

Re: Batch method

2013-10-02 Thread Renato Marroquín Mogrovejo
operation failed within a batch of operations. Is this possible? Renato M. 2013/10/2 Ted Yu yuzhih...@gmail.com Looks like this is related: HBASE-8112 Deprecate HTable#batch(final List? extends Row) On Wed, Oct 2, 2013 at 3:35 PM, Renato Marroquín Mogrovejo renatoj.marroq...@gmail.com

Re: Batch method

2013-10-02 Thread Renato Marroquín Mogrovejo
[]) On Wed, Oct 2, 2013 at 3:57 PM, Renato Marroquín Mogrovejo renatoj.marroq...@gmail.com wrote: Hi Ted, Thank you very much for answering! But I don't think HBASE-8112 is related to my question. I saw that the signature of the method changed in order to retrieve partial results. I am

Re: Loading hbase-site.xml settings from Hadoop MR job

2013-09-24 Thread Renato Marroquín Mogrovejo
, Sep 23, 2013 at 1:06 PM, Renato Marroquín Mogrovejo renatoj.marroq...@gmail.com wrote: Maybe you should putting this configurations within your class path, so it can be reached from your clients env. 2013/9/23 Shahab Yunus shahab.yu...@gmail.com From where are you running your job

Re: Loading hbase-site.xml settings from Hadoop MR job

2013-09-23 Thread Renato Marroquín Mogrovejo
Maybe you should putting this configurations within your class path, so it can be reached from your clients env. 2013/9/23 Shahab Yunus shahab.yu...@gmail.com From where are you running your job? From which machine? This client machine from where you are kicking of this job should have the

Re: Two concurrent programs using the same hbase

2013-09-10 Thread Renato Marroquín Mogrovejo
Hi Benjamin, Are you able to insert data through hbase shell? How big is your zookeeper quorum? Are you running zookeeper as a separate process? Maybe you should just add more connections to your zookeeper process through its configuration file. Renato M. 2013/9/10 Sznajder ForMailingList

User mailing list

2013-01-15 Thread Renato Marroquín Mogrovejo
Hi all, I am an HBase user but not a developer. The thing is that I keep on getting all the JIRA emails from HBase + the user's emails, isn't that supposed to be only for the dev list? Could anyone with the necessary superpowers take the JIRA emails out of the users list please? Thanks in

Re: User mailing list

2013-01-15 Thread Renato Marroquín Mogrovejo
Marroquín Mogrovejo renatoj.marroq...@gmail.com wrote: Hi all, I am an HBase user but not a developer. The thing is that I keep on getting all the JIRA emails from HBase + the user's emails, isn't that supposed to be only for the dev list? Could anyone with the necessary superpowers take the JIRA

Re: Upgrading 0.20.6 - 0.89

2010-09-28 Thread Renato Marroquín Mogrovejo
Just a quick question that often intrigues me, why do you guys prefer the CDH3b2? and not a regular hadoop-0.20.X??? Thanks in advanced. Renato M. 2010/9/28 Jean-Daniel Cryans jdcry...@apache.org Will upgrading to 0.89 be a PITA? Unless you still use the deprecated APIs, it's actually just

Re: Upgrading 0.20.6 - 0.89

2010-09-28 Thread Renato Marroquín Mogrovejo
hadoop-common: http://github.com/apache/hadoop-common/tree/branch-0.20-append but CDH3 offers other benefits, check out their blog. Best regards, - Andy --- On Tue, 9/28/10, Renato Marroquín Mogrovejo renatoj.marroq...@gmail.com wrote: From: Renato Marroquín Mogrovejo