[jira] [Created] (HBASE-7893) hbase.hregion.majorcompaction not taking effect.

2013-02-21 Thread pranav sharma (JIRA)
pranav sharma created HBASE-7893: Summary: hbase.hregion.majorcompaction not taking effect. Key: HBASE-7893 URL: https://issues.apache.org/jira/browse/HBASE-7893 Project: HBase Issue Type:

[jira] [Created] (HBASE-7894) Update Filter javadoc about the use of read/write fields for multiple regions

2013-02-21 Thread Bryan Baugher (JIRA)
Bryan Baugher created HBASE-7894: Summary: Update Filter javadoc about the use of read/write fields for multiple regions Key: HBASE-7894 URL: https://issues.apache.org/jira/browse/HBASE-7894 Project:

Build failed in Jenkins: HBase-TRUNK-on-Hadoop-2.0.0 #414

2013-02-21 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/414/changes Changes: [jmhsieh] HBASE-7290 / HBASE-6055 Online and Offline table snapshots. Merged to trunk. (Jesse Yates, Matteo Bertozzi, Jonathan Hsieh, Ted Yu) -- [...truncated 21074

Re: Exception while using HBase trunk with hadoop - 2.0.3

2013-02-21 Thread Ted Yu
The exception was from hadoop layer - when waiting to get out of safe mode. Here is the call: } catch (Exception e) { if (e instanceof IOException) throw (IOException) e; // Check whether dfs is on safemode. inSafeMode = dfs.setSafeMode(

Re: Exception while using HBase trunk with hadoop - 2.0.3

2013-02-21 Thread ramkrishna vasudevan
I thought it was something to do with the ProtoBuf layer between RPC client and server. But not sure. Regards Ram On Thu, Feb 21, 2013 at 9:12 PM, Ted Yu yuzhih...@gmail.com wrote: The exception was from hadoop layer - when waiting to get out of safe mode. Here is the call: } catch

Re: Exception while using HBase trunk with hadoop - 2.0.3

2013-02-21 Thread Anoop John
I am remembering that there was some discussion around use of dfs.setSafeMode() recently. Which issue I forgot -Anoop- On Thu, Feb 21, 2013 at 9:12 PM, Ted Yu yuzhih...@gmail.com wrote: The exception was from hadoop layer - when waiting to get out of safe mode. Here is the call: } catch

Re: Exception while using HBase trunk with hadoop - 2.0.3

2013-02-21 Thread Ted Yu
Here was the issue: HBASE-7715 FSUtils#waitOnSafeMode can incorrectly loop on standby NN On Thu, Feb 21, 2013 at 7:48 AM, Anoop John anoop.hb...@gmail.com wrote: I am remembering that there was some discussion around use of dfs.setSafeMode() recently. Which issue I forgot -Anoop- On Thu,

Re: Exception while using HBase trunk with hadoop - 2.0.3

2013-02-21 Thread Ted Yu
bq. But when i tried with hadoop - 1.0.4 it worked fine. Just a guess: did you recompile code with hadoop 2.0 profile before trying ? The fact that initialization failed with PB exception led to the above question. Cheers On Thu, Feb 21, 2013 at 7:24 AM, ramkrishna vasudevan

[jira] [Created] (HBASE-7895) Fix Javadoc warnings

2013-02-21 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-7895: --- Summary: Fix Javadoc warnings Key: HBASE-7895 URL: https://issues.apache.org/jira/browse/HBASE-7895 Project: HBase Issue Type: Improvement

Review request for HBASE-7692: Ordered byte[] serialization

2013-02-21 Thread Nick Dimiduk
Hi everyone, I'm of the opinion that HBase should provide a mechanism for serializing common java types such that the serialized format sorts according the the natural ordering of the type. I think many application efforts end up building a custom, partial implementation of this kind of

[jira] [Created] (HBASE-7896) make rename_table working in 92/94

2013-02-21 Thread Tianying Chang (JIRA)
Tianying Chang created HBASE-7896: - Summary: make rename_table working in 92/94 Key: HBASE-7896 URL: https://issues.apache.org/jira/browse/HBASE-7896 Project: HBase Issue Type: Bug

Re: please hold off on turnk commits until I give the all clear, merging snapshots branch with trunk. thx. EOM

2013-02-21 Thread Enis Söztutar
Thanks guys for driving this. Awesome work. Enis On Wed, Feb 20, 2013 at 9:03 PM, Dave Wang d...@cloudera.com wrote: You guys rock! - Dave On Wed, Feb 20, 2013 at 7:59 PM, Jonathan Hsieh j...@cloudera.com wrote: All clear, snapshots branch has been merged. Mucho gracias to those

[jira] [Created] (HBASE-7897) Add support for tags to Cell Interface

2013-02-21 Thread stack (JIRA)
stack created HBASE-7897: Summary: Add support for tags to Cell Interface Key: HBASE-7897 URL: https://issues.apache.org/jira/browse/HBASE-7897 Project: HBase Issue Type: Task Reporter:

[jira] [Created] (HBASE-7898) Serializing Cells over RPC

2013-02-21 Thread stack (JIRA)
stack created HBASE-7898: Summary: Serializing Cells over RPC Key: HBASE-7898 URL: https://issues.apache.org/jira/browse/HBASE-7898 Project: HBase Issue Type: Task Components: IPC/RPC

[jira] [Resolved] (HBASE-7895) Fix Javadoc warnings

2013-02-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-7895. --- Resolution: Duplicate Covered by addendum in HBASE-7725 Fix Javadoc warnings

[jira] [Resolved] (HBASE-7233) Serializing KeyValues over RPC

2013-02-21 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-7233. -- Resolution: Won't Fix Won't fix. Overtaken by a bunch of more pointed jiras. Serializing

[jira] [Resolved] (HBASE-7448) Add tags to Cell API

2013-02-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-7448. --- Resolution: Duplicate Closing as dup of HBASE-7897 Add tags to Cell API

[jira] [Created] (HBASE-7899) Cell block building tools: Cell codec and means of iterating an objects Cells

2013-02-21 Thread stack (JIRA)
stack created HBASE-7899: Summary: Cell block building tools: Cell codec and means of iterating an objects Cells Key: HBASE-7899 URL: https://issues.apache.org/jira/browse/HBASE-7899 Project: HBase

Re: please hold off on turnk commits until I give the all clear, merging snapshots branch with trunk. thx. EOM

2013-02-21 Thread Stack
On Wed, Feb 20, 2013 at 7:59 PM, Jonathan Hsieh j...@cloudera.com wrote: All clear, snapshots branch has been merged. Mucho gracias to those who reviewed and extra thanks to the good job that Jesse, Matteo, and Ted did to get this in! Good on you lads. What you all going to do now?

Re: [ANNOUNCE} The 2nd hbase 0.94.5 release candidate is available for download

2013-02-21 Thread Stack
0.94.5 should be available in maven now: https://repository.apache.org/content/repositories/releases/org/apache/hbase/hbase/0.94.5/ St.Ack On Wed, Feb 20, 2013 at 1:17 PM, Enis Söztutar enis@gmail.com wrote: Thanks Ted, I must have missed that. On Wed, Feb 20, 2013 at 1:14 PM, Ted Yu

Re: please hold off on turnk commits until I give the all clear, merging snapshots branch with trunk. thx. EOM

2013-02-21 Thread Gary Helmling
Well done, guys! Thanks for all the hard work pushing this through. On Thu, Feb 21, 2013 at 12:22 PM, Stack st...@duboce.net wrote: On Wed, Feb 20, 2013 at 7:59 PM, Jonathan Hsieh j...@cloudera.com wrote: All clear, snapshots branch has been merged. Mucho gracias to those who reviewed

Re: please hold off on turnk commits until I give the all clear, merging snapshots branch with trunk. thx. EOM

2013-02-21 Thread Andrew Purtell
On Thu, Feb 21, 2013 at 12:27 PM, Gary Helmling ghelml...@gmail.com wrote: Well done, guys! Thanks for all the hard work pushing this through. +1000

Re: Review request for HBASE-7692: Ordered byte[] serialization

2013-02-21 Thread Jonathan Hsieh
Nick, While I believe having an order-preserving canonical serialization is a good idea, from doing a read of the mail and a skim of the jira it is not clear to my why this is inside hbase as part of hbase-common. Why isn't this part of a library on top of hbase (a dependency for Pig/Hive)

[jira] [Created] (HBASE-7900) Have client Mutations (Put/Delete/etc.) and Result implement CellScanner Interface

2013-02-21 Thread stack (JIRA)
stack created HBASE-7900: Summary: Have client Mutations (Put/Delete/etc.) and Result implement CellScanner Interface Key: HBASE-7900 URL: https://issues.apache.org/jira/browse/HBASE-7900 Project: HBase

Build failed in Jenkins: HBase-TRUNK #3889

2013-02-21 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/3889/changes Changes: [stack] Add hbasecon2013 notice [enis] HBASE-6493. HashSet of byte array is being used in couple of places (Nick Dimiduk) [jyates] HBASE-7725: Add ability to create custom compaction request - ADDENDUM: fix javadocs [tedyu]

[jira] [Created] (HBASE-7901) TestStore::testDeleteExpiredStoreFiles has a hidden issue

2013-02-21 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-7901: --- Summary: TestStore::testDeleteExpiredStoreFiles has a hidden issue Key: HBASE-7901 URL: https://issues.apache.org/jira/browse/HBASE-7901 Project: HBase

[jira] [Created] (HBASE-7902) deletes may be removed during minor compaction, depending on file set

2013-02-21 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-7902: --- Summary: deletes may be removed during minor compaction, depending on file set Key: HBASE-7902 URL: https://issues.apache.org/jira/browse/HBASE-7902 Project:

Re: Exception while using HBase trunk with hadoop - 2.0.3

2013-02-21 Thread ramkrishna vasudevan
YEs Ted. I have two different setups with me . One compiled with hadoop 2.0 and other with 1.0 profile. Regards Ram On Thu, Feb 21, 2013 at 10:30 PM, Ted Yu yuzhih...@gmail.com wrote: bq. But when i tried with hadoop - 1.0.4 it worked fine. Just a guess: did you recompile code with hadoop

Re: please hold off on turnk commits until I give the all clear, merging snapshots branch with trunk. thx. EOM

2013-02-21 Thread Sergey Shelukhin
Congrats, noticed git pull earlier :) On Thu, Feb 21, 2013 at 12:45 PM, Andrew Purtell apurt...@apache.orgwrote: On Thu, Feb 21, 2013 at 12:27 PM, Gary Helmling ghelml...@gmail.com wrote: Well done, guys! Thanks for all the hard work pushing this through. +1000

Re: Review request for HBASE-7692: Ordered byte[] serialization

2013-02-21 Thread Enis Söztutar
I think this belongs in core HBase, as a replacement to Bytes, which should be deprecated eventually. We have a Bytes utility which is supposed to convert basic java types to byte[]'s, but it does not work for signed numbers. We already know that all of the clients, Hive, Pig, Phoenix, have to

Re: Exception while using HBase trunk with hadoop - 2.0.3

2013-02-21 Thread ramkrishna vasudevan
I tried this by recompiling once again. I end up in same problem. Not sure what am i missing? Any hints or clues? Regards Ram On Fri, Feb 22, 2013 at 7:56 AM, ramkrishna vasudevan ramkrishna.s.vasude...@gmail.com wrote: YEs Ted. I have two different setups with me . One compiled with

[jira] [Created] (HBASE-7903) [89-fb] Add the large rows/prefetching option to hadoop hbase streaming

2013-02-21 Thread Rishit Shroff (JIRA)
Rishit Shroff created HBASE-7903: Summary: [89-fb] Add the large rows/prefetching option to hadoop hbase streaming Key: HBASE-7903 URL: https://issues.apache.org/jira/browse/HBASE-7903 Project: HBase

Re: Review request for HBASE-7692: Ordered byte[] serialization

2013-02-21 Thread lars hofhansl
I think we have to enable building stuff on top of HBase by having well defined building blocks as part of HBase. It seems to me that a canonical supported byte representation for datatypes is such a building block. -- Lars From: Jonathan Hsieh

Re: Exception while using HBase trunk with hadoop - 2.0.3

2013-02-21 Thread ramkrishna vasudevan
Just to add on As i said i have two setups. Verified the HBase lib dir in these two setups. The one complied with profile 2.0 has hadoop 2.0 jars. And the one compiled with profile 1.0 has hadoop 1.0 jars. I used to ways of creating and compiling this package mvn clean install

Build failed in Jenkins: HBase-TRUNK-on-Hadoop-2.0.0 #415

2013-02-21 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/415/changes Changes: [enis] HBASE-7305. ZK based Read/Write locks for table operations [stack] Add hbasecon2013 notice [enis] HBASE-6493. HashSet of byte array is being used in couple of places (Nick Dimiduk) [jyates] HBASE-7725:

Re: Exception while using HBase trunk with hadoop - 2.0.3

2013-02-21 Thread ramkrishna vasudevan
During this time NN says Incorrect header or version mismatch from 127.0.0.1:34789 got version 7 expected version 8 Regards Ram On Thu, Feb 21, 2013 at 8:54 PM, ramkrishna vasudevan ramkrishna.s.vasude...@gmail.com wrote: Hi Devs I tried to run HBase current trunk snapshot with Hadoop

Re: Exception while using HBase trunk with hadoop - 2.0.3

2013-02-21 Thread Ted Yu
This indicates that the hadoop 2.0 HBase got built with lags the binary running as Namenode. Cheers On Thu, Feb 21, 2013 at 8:42 PM, ramkrishna vasudevan ramkrishna.s.vasude...@gmail.com wrote: During this time NN says Incorrect header or version mismatch from 127.0.0.1:34789 got version 7

Re: Exception while using HBase trunk with hadoop - 2.0.3

2013-02-21 Thread ramkrishna vasudevan
hadoop-2.0.3-alpha is the HDFS that am running. REgards Ram On Fri, Feb 22, 2013 at 10:26 AM, Ted Yu yuzhih...@gmail.com wrote: This indicates that the hadoop 2.0 HBase got built with lags the binary running as Namenode. Cheers On Thu, Feb 21, 2013 at 8:42 PM, ramkrishna vasudevan

[jira] [Created] (HBASE-7904) Upgrade hadoop 2.0 dependency to 2.0.3-alpha

2013-02-21 Thread Ted Yu (JIRA)
Ted Yu created HBASE-7904: - Summary: Upgrade hadoop 2.0 dependency to 2.0.3-alpha Key: HBASE-7904 URL: https://issues.apache.org/jira/browse/HBASE-7904 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-7905) Add passing of optional cell blocks over rpc

2013-02-21 Thread stack (JIRA)
stack created HBASE-7905: Summary: Add passing of optional cell blocks over rpc Key: HBASE-7905 URL: https://issues.apache.org/jira/browse/HBASE-7905 Project: HBase Issue Type: Sub-task

Build failed in Jenkins: HBase-TRUNK #3890

2013-02-21 Thread Apache Jenkins Server
See https://builds.apache.org/job/HBase-TRUNK/3890/changes Changes: [enis] HBASE-7305. ZK based Read/Write locks for table operations -- [...truncated 3858 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.636 sec Running

hbasecon2013, June 13th in San Francisco: Call for Speakers opened today

2013-02-21 Thread Stack
In case you haven't yet heard, hbasecon2013 was announced today [1]. The call for speakers is open so please consider giving a talk on anything that falls within the pull of the hbase planet. We (your lovely hbasecon2013 program committee listed along the bottom of [1]), would love to have you.

Re: Review request for HBASE-7692: Ordered byte[] serialization

2013-02-21 Thread Jonathan Hsieh
So I buy the argument about this being included in hbase, but several of the questions still stand -- Why is this part of hbase-common? shouldn't this be just a dependency of hbase-client module? Does the hbase-server side need to depend on this? Since this is a large import of a currently