[jira] [Created] (HBASE-11642) EOL 0.96

2014-08-01 Thread stack (JIRA)
stack created HBASE-11642: - Summary: EOL 0.96 Key: HBASE-11642 URL: https://issues.apache.org/jira/browse/HBASE-11642 Project: HBase Issue Type: Task Reporter: stack

[jira] [Created] (HBASE-11643) Read and Write MOB in HBase

2014-08-01 Thread Jingcheng Du (JIRA)
Jingcheng Du created HBASE-11643: Summary: Read and Write MOB in HBase Key: HBASE-11643 URL: https://issues.apache.org/jira/browse/HBASE-11643 Project: HBase Issue Type: New Feature

[jira] [Created] (HBASE-11644) External tools

2014-08-01 Thread Jingcheng Du (JIRA)
Jingcheng Du created HBASE-11644: Summary: External tools Key: HBASE-11644 URL: https://issues.apache.org/jira/browse/HBASE-11644 Project: HBase Issue Type: Sub-task Components:

[jira] [Created] (HBASE-11645) Snapshot for MOB

2014-08-01 Thread Jingcheng Du (JIRA)
Jingcheng Du created HBASE-11645: Summary: Snapshot for MOB Key: HBASE-11645 URL: https://issues.apache.org/jira/browse/HBASE-11645 Project: HBase Issue Type: Sub-task Components:

[jira] [Created] (HBASE-11646) Handle the MOB in compaction

2014-08-01 Thread Jingcheng Du (JIRA)
Jingcheng Du created HBASE-11646: Summary: Handle the MOB in compaction Key: HBASE-11646 URL: https://issues.apache.org/jira/browse/HBASE-11646 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-11647) Integration testings

2014-08-01 Thread Jingcheng Du (JIRA)
Jingcheng Du created HBASE-11647: Summary: Integration testings Key: HBASE-11647 URL: https://issues.apache.org/jira/browse/HBASE-11647 Project: HBase Issue Type: Sub-task

[jira] [Created] (HBASE-11648) Typo of config: hbase.hstore.compaction.ratio in book.xml

2014-08-01 Thread Liu Shaohui (JIRA)
Liu Shaohui created HBASE-11648: --- Summary: Typo of config: hbase.hstore.compaction.ratio in book.xml Key: HBASE-11648 URL: https://issues.apache.org/jira/browse/HBASE-11648 Project: HBase

Request: adding us as a contributor

2014-08-01 Thread Vitaliy Verbenko
Dear team at Hadoop, I'd like to become a Contributor and add our web app to your list here https://wiki.apache.org/hadoop/Hbase/PoweredBy . My username is VitaliyVerbenko We're using Hbase for our customer profiles in our customer service software (more specifically community and knowledge

Re: Request: adding us as a contributor

2014-08-01 Thread Stack
I made it so you can edit the wiki if you login as VitaliyVerbenko. Go ahead and add yourself. Thanks for doing so. St.Ack On Fri, Aug 1, 2014 at 8:14 AM, Vitaliy Verbenko vitaliy.verbe...@helprace.com wrote: Dear team at Hadoop, I'd like to become a Contributor and add our web app to

[jira] [Resolved] (HBASE-11516) Track time spent in executing coprocessors in each region.

2014-08-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11516. Resolution: Fixed Hadoop Flags: Reviewed Committed to 0.98+ Track time spent in

[jira] [Created] (HBASE-11649) Add shortcut commands to bin/hbase for test tools

2014-08-01 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-11649: -- Summary: Add shortcut commands to bin/hbase for test tools Key: HBASE-11649 URL: https://issues.apache.org/jira/browse/HBASE-11649 Project: HBase Issue

Re: hbase 2.0.0-SNAPSHOT compatibility with hadoop 1.2.1?

2014-08-01 Thread abhishek1015
Thanks Mike. I appreciate your input. I installed the newer version of the hadoop (2.2.0). This solved the security issue I was facing. However, I see the regionserver port conflict issue which I have posted on other thread. Thanks Abhishek -- View this message in context:

regionserver does not start in same machine as master

2014-08-01 Thread abhishek1015
Hello I am using hbase 2.0.0-SNAPSHOT with hadoop 2.2.0. I have two node cluster. After configuring the cluster, when i start the hbase cluster using start-hbase.sh command, every thing starts except the HRegionServer in same machine as HMaster. I see following error in HRegionServer logs.

[jira] [Resolved] (HBASE-11620) Record the class name of Writer in WAL header so that only proper Reader can open the WAL file

2014-08-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11620. Resolution: Fixed Hope you don't mind that I resolved this now Ted. It's not a bad idea

Friendly reminder to use git cherry-pick and git rebase instead of git merge

2014-08-01 Thread Andrew Purtell
We previously agreed to avoid merge commits appearing in our git history. Found a merge commit on 0.98 branch. Thanks! -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)

Re: regionserver does not start in same machine as master

2014-08-01 Thread Jimmy Xiang
In 2.0, a master is also a region server now. So it uses the region server ports. If you want to start a pseudo cluster, you can take a look HBASE-11575. For a distributed cluster, if you want to start a master and a regionserver on the same machine, you need to specify the port in the command

[DISCUSSION] applying patches

2014-08-01 Thread Stack
I just committed a message with 'git am' because the author took the trouble to write a sweet commit message. Others have been taking the trouble to write useful commit messages but up to this I've been just applying patches with patch with a commit message that is the issue number, subject, and

Re: [DISCUSSION] applying patches

2014-08-01 Thread Andrew Purtell
I noticed that commit and just sent something to private@ :-) I think it's a fine practice, but there is no sign off line on that commit so the committer is not apparent. As long as we can know who committed the patch at a glance it sounds good to me. On Fri, Aug 1, 2014 at 10:38 AM, Stack

Re: [DISCUSSION] applying patches

2014-08-01 Thread Mike Drob
It's a little more work, but without the sign-off line you can still find the committer by doing git log --formate=full Mike On Fri, Aug 1, 2014 at 12:43 PM, Andrew Purtell apurt...@apache.org wrote: I noticed that commit and just sent something to private@ :-) I think it's a fine practice,

Re: [DISCUSSION] applying patches

2014-08-01 Thread Stack
Yeah. I messed up not adding '--signoff'. St.Ack On Fri, Aug 1, 2014 at 10:43 AM, Andrew Purtell apurt...@apache.org wrote: I noticed that commit and just sent something to private@ :-) I think it's a fine practice, but there is no sign off line on that commit so the committer is not

Re: [DISCUSSION] applying patches

2014-08-01 Thread Nick Dimiduk
Can we enforce the use of --signoff with a hook? If author email isn't @ apache.org then signoff stamp is required, something like this? On Fri, Aug 1, 2014 at 10:53 AM, Mike Drob mad...@cloudera.com wrote: It's a little more work, but without the sign-off line you can still find the

Re: [DISCUSSION] applying patches

2014-08-01 Thread Andrew Purtell
I think the author or signoff line should indicate the committer. Not sure a precommit hook can do that, most committers have multiple emails and dev boxes and I observe their identity can shift from commit to commit. I know that committer identity is available in git metadata, but it would be

Re: [DISCUSSION] applying patches

2014-08-01 Thread Nick Dimiduk
Apparently the signoff feature was added for the benefit of Linux's Certificate of Origin requirements. By using the same mechanism, are we implying that we follow the same guidelines in its use? I don't think it's common for a committer to assert the OSS validity of the contribution, or that the

Re: [DISCUSSION] applying patches

2014-08-01 Thread Elliott Clark
I'd rather have people change their git settings to include the committer rather than add additional process. Though that's just personal preference. On Fri, Aug 1, 2014 at 11:09 AM, Andrew Purtell apurt...@apache.org wrote: I think the author or signoff line should indicate the committer. Not

Re: [DISCUSSION] applying patches

2014-08-01 Thread Andrew Purtell
If you look over git history, our current process is committer is Author and contributor name is added in parenthesis at the end of the first line of the commit message. No additional process is needed, nor changes to local configuration, if we stick to this practice. On Fri, Aug 1, 2014 at

[jira] [Resolved] (HBASE-11625) Reading datablock throws Invalid HFile block magic and can not switch to hdfs checksum

2014-08-01 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11625. Resolution: Cannot Reproduce Ok, then I am going to resolve this as Cannot Reproduce.

Re: [DISCUSSION] applying patches

2014-08-01 Thread Sean Busbey
One nice side effect of maintaining the contributor as the author of the commit is that it's much easier to do community analysis based on contributors. For example, exiting codebase summary toys (like Ohloh / Open Hub) rely on the author field. On Fri, Aug 1, 2014 at 1:28 PM, Andrew Purtell

Re: [DISCUSSION] applying patches

2014-08-01 Thread Stack
On Fri, Aug 1, 2014 at 11:28 AM, Andrew Purtell apurt...@apache.org wrote: If you look over git history, our current process is committer is Author and contributor name is added in parenthesis at the end of the first line of the commit message. No additional process is needed, nor changes to

Re: [DISCUSSION] applying patches

2014-08-01 Thread Andrew Purtell
I'm not arguing for one way only. I'd like to be able to see who committed the patch when looking at the log. If people think this is too much to ask I will deal with it. On Aug 1, 2014, at 1:36 PM, Stack st...@duboce.net wrote: On Fri, Aug 1, 2014 at 11:28 AM, Andrew Purtell

[jira] [Created] (HBASE-11650) Write hbase.id to a temporary location and move into place

2014-08-01 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-11650: -- Summary: Write hbase.id to a temporary location and move into place Key: HBASE-11650 URL: https://issues.apache.org/jira/browse/HBASE-11650 Project: HBase

[jira] [Created] (HBASE-11651) Add conf which disables MetaMigrationConvertingToPB check (for experts only)

2014-08-01 Thread stack (JIRA)
stack created HBASE-11651: - Summary: Add conf which disables MetaMigrationConvertingToPB check (for experts only) Key: HBASE-11651 URL: https://issues.apache.org/jira/browse/HBASE-11651 Project: HBase

[jira] [Reopened] (HBASE-11640) Add syntax highlighting support to HBase Ref Guide programlistings

2014-08-01 Thread Misty Stanley-Jones (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Misty Stanley-Jones reopened HBASE-11640: - Add syntax highlighting support to HBase Ref Guide programlistings

Re: [DISCUSSION] applying patches

2014-08-01 Thread Stack
On Fri, Aug 1, 2014 at 2:01 PM, Andrew Purtell andrew.purt...@gmail.com wrote: I'm not arguing for one way only. I'd like to be able to see who committed the patch when looking at the log. If people think this is too much to ask I will deal with it. Agree on being able to figure (easily) who

[jira] [Created] (HBASE-11652) Port HBASE-3270 and HBASE-11650 to 0.94 - create cluster id and version file in a tmp location and move it into place

2014-08-01 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created HBASE-11652: - Summary: Port HBASE-3270 and HBASE-11650 to 0.94 - create cluster id and version file in a tmp location and move it into place Key: HBASE-11652 URL:

[jira] [Resolved] (HBASE-11651) Add conf which disables MetaMigrationConvertingToPB check (for experts only)

2014-08-01 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-11651. --- Resolution: Fixed Fix Version/s: 0.98.5 Assignee: stack Release Note: Set

[jira] [Created] (HBASE-11653) RegionObserver coprocessor cannot override KeyValue values in prePut()

2014-08-01 Thread Gary Helmling (JIRA)
Gary Helmling created HBASE-11653: - Summary: RegionObserver coprocessor cannot override KeyValue values in prePut() Key: HBASE-11653 URL: https://issues.apache.org/jira/browse/HBASE-11653 Project:

[jira] [Resolved] (HBASE-11641) TestDistributedLogSplitting.testMasterStartsUpWithLogSplittingWork fails frequently

2014-08-01 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-11641. --- Resolution: Later TestDistributedLogSplitting.testMasterStartsUpWithLogSplittingWork fails

[jira] [Resolved] (HBASE-11652) Port HBASE-3270 and HBASE-11650 to 0.94 - create cluster id and version file in a tmp location and move it into place

2014-08-01 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved HBASE-11652. --- Resolution: Fixed Hadoop Flags: Reviewed Committed. Thanks for taking a look. Port