[jira] [Resolved] (HBASE-8370) Report data block cache hit rates apart from aggregate cache hit rates

2013-06-26 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-8370. -- Resolution: Fixed Report data block cache hit rates apart from aggregate cache hit rates

[jira] [Reopened] (HBASE-8370) Report data block cache hit rates apart from aggregate cache hit rates

2013-06-26 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reopened HBASE-8370: -- Report data block cache hit rates apart from aggregate cache hit rates

[jira] [Reopened] (HBASE-8803) region_mover.rb should move multiple regions at a time

2013-06-26 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Marc Spaggiari reopened HBASE-8803: region_mover.rb should move multiple regions at a time

Compile fails

2013-06-26 Thread Shivendra Singh
Hi All, I am trying to compile the hbase-server project after cloning the git repository. However, it is errors out: / Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:

Re: Compile fails

2013-06-26 Thread Jesse Yates
You need to do a mvn clean install -DskipTests on the *entire HBase project, not just hbase-server*. Should get you going. -Jesse --- Jesse Yates @jesse_yates jyates.github.com On Wed, Jun 26, 2013 at 11:04 AM, Shivendra Singh shivendra.p.si...@oracle.com wrote: Hi All, I

[jira] [Created] (HBASE-8809) Include deletes in the scan (setRaw) method does not respect the time range or the filter

2013-06-26 Thread Vasu Mariyala (JIRA)
Vasu Mariyala created HBASE-8809: Summary: Include deletes in the scan (setRaw) method does not respect the time range or the filter Key: HBASE-8809 URL: https://issues.apache.org/jira/browse/HBASE-8809

[jira] [Reopened] (HBASE-8776) tweak retry settings some more (on trunk and 0.94)

2013-06-26 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin reopened HBASE-8776: - tweak retry settings some more (on trunk and 0.94)

[jira] [Created] (HBASE-8810) Bring in code constants in line with default xml's

2013-06-26 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-8810: Summary: Bring in code constants in line with default xml's Key: HBASE-8810 URL: https://issues.apache.org/jira/browse/HBASE-8810 Project: HBase Issue Type:

Re: Compile fails

2013-06-26 Thread Shivendra Singh
Hi Jesse, Thanks for replying. I am running mvn compile on the entire project, what I meant in the earlier mail was that I am making changes to hbase-server. I ran mvn clean install -DskipTests on the entire project and still have same errors. Thanks, Shivendra On 6/26/2013 11:06 AM, Jesse

Re: Compile fails

2013-06-26 Thread Ted Yu
What version of JDK are you using ? I use java version 1.6.0_43 and don't get the error you cited on trunk. Cheers On Thu, Jun 27, 2013 at 4:36 AM, Shivendra Singh shivendra.p.si...@oracle.com wrote: Hi Jesse, Thanks for replying. I am running mvn compile on the entire project, what I

Re: Compile fails

2013-06-26 Thread Elliott Clark
mvn compile doesn't work (unless you have already run install). Compile creates the class files but does not create jars. Since we have a multi module project the other modules depend on jars for previous modules being available. To satisfy this you have a couple of options: First Option: mvn

Adding a new region server or splitting an old region in a Hash-partitioned HBase Data Store

2013-06-26 Thread Joarder KAMAL
May be a simple question to answer for the experienced HBase users and developers: If I use hash partitioning to evenly distribute write workloads into my region servers and later add a new region server to scale or split an existing region, then do I need to change my hash function and

Re: Compile fails

2013-06-26 Thread Shivendra Singh
Hi Ted, I am on 1.6.0_22 Is it because of the old version incompatibility? Thanks, Shivendra On 6/26/2013 2:16 PM, Ted Yu wrote: What version of JDK are you using ? I use java version 1.6.0_43 and don't get the error you cited on trunk. Cheers On Thu, Jun 27, 2013 at 4:36 AM, Shivendra

Re: Compile fails

2013-06-26 Thread Shivendra Singh
Hi Elliott, I have tried all options including mvn package -DskipTests. I think it might be java version as Ted suggested. Thanks, Shivendra On 6/26/2013 2:28 PM, Elliott Clark wrote: mvn compile doesn't work (unless you have already run install). Compile creates the class files but does

Re: Compile fails

2013-06-26 Thread Jesse Yates
Yep, that would do it. Older 1.6 versions of JDK have a generics compatibility issue... can you give _36, if not newer? --- Jesse Yates @jesse_yates jyates.github.com On Wed, Jun 26, 2013 at 5:14 PM, Shivendra Singh shivendra.p.si...@oracle.com wrote: Hi Ted, I am on

Re: Compile fails

2013-06-26 Thread Ted Yu
Can you upgrade to 1.6.0_43 or newer JDK and see if the compilation error is still there ? On Thu, Jun 27, 2013 at 8:14 AM, Shivendra Singh shivendra.p.si...@oracle.com wrote: Hi Ted, I am on 1.6.0_22 Is it because of the old version incompatibility? Thanks, Shivendra On 6/26/2013

Re: Compile fails

2013-06-26 Thread Shivendra Singh
Sure. I will report back if I see any error. On 6/26/2013 5:34 PM, Ted Yu wrote: Can you upgrade to 1.6.0_43 or newer JDK and see if the compilation error is still there ? On Thu, Jun 27, 2013 at 8:14 AM, Shivendra Singh shivendra.p.si...@oracle.com mailto:shivendra.p.si...@oracle.com

[jira] [Created] (HBASE-8811) REST service ignores misspelled check= parameter, causing unexpected mutations

2013-06-26 Thread Chip Salzenberg (JIRA)
Chip Salzenberg created HBASE-8811: -- Summary: REST service ignores misspelled check= parameter, causing unexpected mutations Key: HBASE-8811 URL: https://issues.apache.org/jira/browse/HBASE-8811

[jira] [Created] (HBASE-8812) Avoid a wide line on the HMaster webUI if we have more zookeeper quorums

2013-06-26 Thread Fengdong Yu (JIRA)
Fengdong Yu created HBASE-8812: -- Summary: Avoid a wide line on the HMaster webUI if we have more zookeeper quorums Key: HBASE-8812 URL: https://issues.apache.org/jira/browse/HBASE-8812 Project: HBase

[jira] [Resolved] (HBASE-8808) Use Jacoco to generate Unit Test coverage reports

2013-06-26 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manukranth Kolloju resolved HBASE-8808. --- Resolution: Fixed Hadoop Flags: Reviewed Use Jacoco to generate Unit Test

[jira] [Resolved] (HBASE-8491) Fixing the TestHeapSizes.

2013-06-26 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manukranth Kolloju resolved HBASE-8491. --- Resolution: Fixed Fixing the TestHeapSizes. -

[jira] [Created] (HBASE-8813) Fix time b/w recoverLease invocations from HBASE 8449

2013-06-26 Thread Varun Sharma (JIRA)
Varun Sharma created HBASE-8813: --- Summary: Fix time b/w recoverLease invocations from HBASE 8449 Key: HBASE-8813 URL: https://issues.apache.org/jira/browse/HBASE-8813 Project: HBase Issue

[jira] [Resolved] (HBASE-8811) REST service ignores misspelled check= parameter, causing unexpected mutations

2013-06-26 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-8811. --- Resolution: Fixed Fix Version/s: 0.94.9 0.95.2

[jira] [Resolved] (HBASE-8307) Adding a Histogram utility which captures data and creates a histogram.

2013-06-26 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manukranth Kolloju resolved HBASE-8307. --- Resolution: Fixed Adding a Histogram utility which captures data and creates a

[jira] [Resolved] (HBASE-8185) Feature to enable Client Side Scanning(Client side merging) in HBase.

2013-06-26 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manukranth Kolloju resolved HBASE-8185. --- Resolution: Fixed Feature to enable Client Side Scanning(Client side merging)

[jira] [Resolved] (HBASE-8330) What is the necessity of having a private ThreadLocal in FSReaderV2

2013-06-26 Thread Manukranth Kolloju (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manukranth Kolloju resolved HBASE-8330. --- Resolution: Fixed What is the necessity of having a private ThreadLocal in