[jira] [Created] (HBASE-10679) Both clients operating on a same region will get wrong scan results if the first scanner expires and the second scanner is created with the same scannerId

2014-03-05 Thread Feng Honghua (JIRA)
Feng Honghua created HBASE-10679: Summary: Both clients operating on a same region will get wrong scan results if the first scanner expires and the second scanner is created with the same scannerId Key: HBASE-10679

[jira] [Created] (HBASE-10680) Check if the block keys, index keys can be used as Cells instead of byte[]

2014-03-05 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-10680: -- Summary: Check if the block keys, index keys can be used as Cells instead of byte[] Key: HBASE-10680 URL: https://issues.apache.org/jira/browse/HBASE-10680

[jira] [Created] (HBASE-10681) Allow Hbase artifacts to deploy to remote repo other than apache

2014-03-05 Thread Guo Ruijing (JIRA)
Guo Ruijing created HBASE-10681: --- Summary: Allow Hbase artifacts to deploy to remote repo other than apache Key: HBASE-10681 URL: https://issues.apache.org/jira/browse/HBASE-10681 Project: HBase

Re: DISCUSS: We need a mascot, a totem HBASE-4920

2014-03-05 Thread Nicolas Liochon
Yes, let's decide first on the animal itself (well we're done it seems), and use another discussion thread for the picture. On Wed, Mar 5, 2014 at 7:56 AM, Eric Charles e...@apache.org wrote: On 03/04/2014 11:19 PM, Jean-Marc Spaggiari wrote: Can we not have Stack as the mascot? ;) Well,

[jira] [Created] (HBASE-10682) region_mover.rb throws can't convert nil into String for regions moved

2014-03-05 Thread Matteo Bertozzi (JIRA)
Matteo Bertozzi created HBASE-10682: --- Summary: region_mover.rb throws can't convert nil into String for regions moved Key: HBASE-10682 URL: https://issues.apache.org/jira/browse/HBASE-10682

[jira] [Created] (HBASE-10683) Rolling restart never ending when a RS doesn't come back online.

2014-03-05 Thread Jean-Marc Spaggiari (JIRA)
Jean-Marc Spaggiari created HBASE-10683: --- Summary: Rolling restart never ending when a RS doesn't come back online. Key: HBASE-10683 URL: https://issues.apache.org/jira/browse/HBASE-10683

HTrace

2014-03-05 Thread Biju G.S Nair
Trying to understand the process to enable HTrace. Following is the change to hbase-site.xml property namehbase.trace.spanreceiver.localfilespanreceiver.filename/name value/var/log/hbase/htrace.out/value /property Following is a simple code to trace a get call public static void

Re: HTrace

2014-03-05 Thread Masatake Iwasaki
Hi Biju, Trying to understand the process to enable HTrace. Following is the change to hbase-site.xml property namehbase.trace.spanreceiver.localfilespanreceiver.filename/name value/var/log/hbase/htrace.out/value /property Please try configuration like below.:: property

[jira] [Created] (HBASE-10684) Fixing the TestSimpleOperations' delete tests

2014-03-05 Thread Gaurav Menghani (JIRA)
Gaurav Menghani created HBASE-10684: --- Summary: Fixing the TestSimpleOperations' delete tests Key: HBASE-10684 URL: https://issues.apache.org/jira/browse/HBASE-10684 Project: HBase Issue

Re: DISCUSS: We need a mascot, a totem HBASE-4920

2014-03-05 Thread Stack
On Wed, Mar 5, 2014 at 2:18 AM, Nicolas Liochon nkey...@gmail.com wrote: Yes, let's decide first on the animal itself (well we're done it seems), and use another discussion thread for the picture. Agreed. We've decided on the mascot (Hurray!). Now for the representation. Will do in another

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread Stack
(Good discusssion) Intellectually and if we go by the numbers, it makes 'sense' keeping hadoop1 support in hbase1. But if we instead allow that our versioning currently is of-kilter -- Lars Hofhansl has argued off-line that 0.96.0 should have been 1.0 -- and if we are realistic and ask the

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread lars hofhansl
I suppose the next question is: Do we intentionally drop it, or just not spend any additional time on it? (I.e. some new features might not work with Hadoop-1, etc). We could keep the -hadoop1 test suites running and fix failures, but not do anything beyond that. -- Lars

Re: HTrace

2014-03-05 Thread Biju G.S Nair
Thanks Masatake. The org.apache.hadoop.hbase.trace.SpanReceiverHost is available only in the server jar. If we intend to keep the client and server components in separate jars this call need to be included in the client jar as well. Thanks, Biju Tel#: 978-707-5066 On Wed, Mar 5, 2014 at

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread Stack
On Wed, Mar 5, 2014 at 11:51 AM, lars hofhansl la...@apache.org wrote: I suppose the next question is: Do we intentionally drop it, or just not spend any additional time on it? (I.e. some new features might not work with Hadoop-1, etc). We could keep the -hadoop1 test suites running and fix

Re: HTrace

2014-03-05 Thread Masatake Iwasaki
Hi Biju, The org.apache.hadoop.hbase.trace.SpanReceiverHost is available only in the server jar. If we intend to keep the client and server components in separate jars this call need to be included in the client jar as well. Thanks for your feedback! I will take this into consideration on

[jira] [Created] (HBASE-10685) [WINDOWS] TestKeyStoreKeyProvider fails on windows

2014-03-05 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-10685: - Summary: [WINDOWS] TestKeyStoreKeyProvider fails on windows Key: HBASE-10685 URL: https://issues.apache.org/jira/browse/HBASE-10685 Project: HBase Issue

[jira] [Created] (HBASE-10686) [WINDOWS] TestStripeStoreFileManager fails on windows

2014-03-05 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-10686: - Summary: [WINDOWS] TestStripeStoreFileManager fails on windows Key: HBASE-10686 URL: https://issues.apache.org/jira/browse/HBASE-10686 Project: HBase

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread Enis Söztutar
In the matrix, we have NS = Not supported, and NT = Not tested. We can go 0.98 with hadoop 1 = NT. It seems that the consensus is to either go with NS or NT for 1.0. I would like to completely commit and drop support completely (not releasing the artifacts, possibly breaking the build with

[jira] [Created] (HBASE-10687) Fix description about HBaseLocalFileSpanReceiver in reference manual

2014-03-05 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HBASE-10687: Summary: Fix description about HBaseLocalFileSpanReceiver in reference manual Key: HBASE-10687 URL: https://issues.apache.org/jira/browse/HBASE-10687

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread Stack
On Wed, Mar 5, 2014 at 3:11 PM, Enis Söztutar enis@gmail.com wrote: In the matrix, we have NS = Not supported, and NT = Not tested. Just to say that there is no NS, its X: http://hbase.apache.org/book.html#hadoop We can go 0.98 with hadoop 1 = NT. Currently it is X. Do we want to

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread Enis Söztutar
Just to say that there is no NS, its X: http://hbase.apache.org/book.html#hadoop Yep. Currently it is X. Do we want to go back up to NT? I thought we did not explicitly decide to be that case (see my question in the first email in the thread). It is X possibly because we overlooked. We

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread Stack
On Wed, Mar 5, 2014 at 3:29 PM, Enis Söztutar enis@gmail.com wrote: ... Currently it is X. Do we want to go back up to NT? I thought we did not explicitly decide to be that case (see my question in the first email in the thread). It is X possibly because we overlooked. We are still

[jira] [Created] (HBASE-10688) Add a draining_node script to manage nodes in draining mode

2014-03-05 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-10688: - Summary: Add a draining_node script to manage nodes in draining mode Key: HBASE-10688 URL: https://issues.apache.org/jira/browse/HBASE-10688 Project: HBase

Re: HTrace

2014-03-05 Thread Biju G.S Nair
Masatake, Where you able to use the graphDrawer.py script against the HTrace output. Attached is the output got from my test and didn't generate any image. Any thoughts why? Thanks in advance. - Biju On Wed, Mar 5, 2014 at 4:57 PM, Masatake Iwasaki iwasak...@oss.nttdata.co.jp wrote:

Re: HTrace

2014-03-05 Thread Ted Yu
Biju: Attachment didn't go through. Consider using pastebin, etc. On Wed, Mar 5, 2014 at 4:41 PM, Biju G.S Nair bijun...@acm.org wrote: Masatake, Where you able to use the graphDrawer.py script against the HTrace output. Attached is the output got from my test and didn't generate any

Re: HTrace

2014-03-05 Thread Biju G.S Nair
Thanks Ted. Data is available at http://pastebin.com/dHaBrgw5 Thanks, Biju Tel#: 978-707-5066 On Wed, Mar 5, 2014 at 7:44 PM, Ted Yu yuzhih...@gmail.com wrote: Biju: Attachment didn't go through. Consider using pastebin, etc. On Wed, Mar 5, 2014 at 4:41 PM, Biju G.S Nair

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread Andrew Purtell
On Thu, Mar 6, 2014 at 3:39 AM, Stack st...@duboce.net wrote: But if we instead allow that our versioning currently is of-kilter -- Lars Hofhansl has argued off-line that 0.96.0 should have been 1.0 Related, is Hadoop 2.3.0 more like 3.0 ? If, for example, we wanted to pin the HFiles of

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread Ted Yu
bq. Maybe a new hadoop-compat module for 2.3.0 +? +1 On Wed, Mar 5, 2014 at 5:02 PM, Andrew Purtell apurt...@apache.org wrote: On Thu, Mar 6, 2014 at 3:39 AM, Stack st...@duboce.net wrote: But if we instead allow that our versioning currently is of-kilter -- Lars Hofhansl has argued

[jira] [Created] (HBASE-10689) Explore advisory caching for MR over snapshot scans

2014-03-05 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-10689: Summary: Explore advisory caching for MR over snapshot scans Key: HBASE-10689 URL: https://issues.apache.org/jira/browse/HBASE-10689 Project: HBase Issue

[jira] [Resolved] (HBASE-10668) TestExportSnapshot runs too long

2014-03-05 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-10668. Resolution: Done Assignee: (was: Rekha Joshi) Agreed. Also, I did a naive

[jira] [Created] (HBASE-10690) Drop Hadoop-1 support

2014-03-05 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-10690: - Summary: Drop Hadoop-1 support Key: HBASE-10690 URL: https://issues.apache.org/jira/browse/HBASE-10690 Project: HBase Issue Type: Improvement

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread Enis Söztutar
Ok, the consensus seems to be to drop the support. I am all in favor of less overhead, but was initially concerned about leaving some of the users behind. If we are ok with that, lets pull the trigger. Opened an issue for doc and tasks : https://issues.apache.org/jira/browse/HBASE-10690. Marked

[jira] [Created] (HBASE-10691) test-patch.sh doesn't need to test compilation against hadoop 1.0 / 1.1

2014-03-05 Thread Ted Yu (JIRA)
Ted Yu created HBASE-10691: -- Summary: test-patch.sh doesn't need to test compilation against hadoop 1.0 / 1.1 Key: HBASE-10691 URL: https://issues.apache.org/jira/browse/HBASE-10691 Project: HBase

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread Biju G.S Nair
If we haven't done already, as some body suggested earlier, it would be good to communicate this to the user mailing list as well. This will help anyone using HBase to plan to move to hadoop 2. Thanks, Biju Tel#: 978-707-5066 On Wed, Mar 5, 2014 at 8:16 PM, Enis Söztutar enis@gmail.com

[jira] [Created] (HBASE-10692) The Multi TableMap job don't support the security HBase cluster

2014-03-05 Thread Liu Shaohui (JIRA)
Liu Shaohui created HBASE-10692: --- Summary: The Multi TableMap job don't support the security HBase cluster Key: HBASE-10692 URL: https://issues.apache.org/jira/browse/HBASE-10692 Project: HBase

[jira] [Created] (HBASE-10693) Correct declarations of Atomic* fields from 'volatile' to 'final'

2014-03-05 Thread Feng Honghua (JIRA)
Feng Honghua created HBASE-10693: Summary: Correct declarations of Atomic* fields from 'volatile' to 'final' Key: HBASE-10693 URL: https://issues.apache.org/jira/browse/HBASE-10693 Project: HBase