Re: DISCUSSION: Minimum hbase1 version from which you can upgrade to hbase2 (1.2.x?)

2017-11-03 Thread Guanghao Zhang
Can we rolling from 0.98 and 1.1 to 1.2? If this rolling is ok, user can rolling to 2.0 by two steps, 0.98 to 1.2, then 1.2 to 2.0. 2017-11-04 11:25 GMT+08:00 Nick Dimiduk : > 1.2 is good, but are we aware of anything that precludes 1.1? 0.98? On disk > compatibility (HFile,

Re: HBase Precommit docker failure

2017-11-03 Thread Sean Busbey
It looks like you've already found and cherry-picked back the latest docker image changes. Is there a JIRA where you're tracking the issue and I can chime in? On Fri, Nov 3, 2017 at 8:30 PM, Zach York wrote: > Trying again. > > I wonder if it might be differences

Re: DISCUSSION: Minimum hbase1 version from which you can upgrade to hbase2 (1.2.x?)

2017-11-03 Thread Nick Dimiduk
1.2 is good, but are we aware of anything that precludes 1.1? 0.98? On disk compatibility (HFile, WAL, AMv2) should be the limiting factor here, right? Wire protocols have been compatible all the while... On Fri, Nov 3, 2017 at 5:56 PM Zach York wrote: > +1 for

[jira] [Created] (HBASE-19179) Remove hbase-prefix-tree

2017-11-03 Thread stack (JIRA)
stack created HBASE-19179: - Summary: Remove hbase-prefix-tree Key: HBASE-19179 URL: https://issues.apache.org/jira/browse/HBASE-19179 Project: HBase Issue Type: Task Reporter: stack

[jira] [Created] (HBASE-19178) table.rb use undefined method 'getType' for Cell interface

2017-11-03 Thread Guanghao Zhang (JIRA)
Guanghao Zhang created HBASE-19178: -- Summary: table.rb use undefined method 'getType' for Cell interface Key: HBASE-19178 URL: https://issues.apache.org/jira/browse/HBASE-19178 Project: HBase

Re: HBase Precommit docker failure

2017-11-03 Thread Ted Yu
This time it failed : https://builds.apache.org/job/PreCommit-HBASE-Build/9605/console with cryptic message: *01:42:10* Processing: HBASE-18775*01:43:19* ERROR: Unsure how to process HBASE-18775. On Fri, Nov 3, 2017 at 6:30 PM, Zach York wrote: > Trying again. >

[jira] [Created] (HBASE-19177) Determine if custom maven-fluido-skin jar is still necessary

2017-11-03 Thread Josh Elser (JIRA)
Josh Elser created HBASE-19177: -- Summary: Determine if custom maven-fluido-skin jar is still necessary Key: HBASE-19177 URL: https://issues.apache.org/jira/browse/HBASE-19177 Project: HBase

Re: Empty hbase-shaded-client JAR file

2017-11-03 Thread Mike Drob
Sean, Is this a historical vestige? Why can't we populate the shaded jars always? On Fri, Nov 3, 2017 at 7:51 PM, Sean Busbey wrote: > Hi Rick! > > You have to build with the "release" profile active for the shaded > jars to be populated > > e.g.: > > mvn -Prelease

Re: HBase Precommit docker failure

2017-11-03 Thread Zach York
Trying again. I wonder if it might be differences between master and the feature branch: https://github.com/apache/hbase/tree/HBASE-18477. On Fri, Nov 3, 2017 at 5:59 PM, Ted Yu wrote: > The issue doesn't seem to be related to H9. > > See this recent QA run which ran on

Re: HBase Precommit docker failure

2017-11-03 Thread Ted Yu
The issue doesn't seem to be related to H9. See this recent QA run which ran on H9: https://builds.apache.org/job/PreCommit-HBASE-Build/9596/console Have you triggered another QA run ? On Fri, Nov 3, 2017 at 5:55 PM, Zach York wrote: > Hello, > > I had a failure

Re: DISCUSSION: Minimum hbase1 version from which you can upgrade to hbase2 (1.2.x?)

2017-11-03 Thread Zach York
+1 for having the minimum (supported) hbase1 version be 1.2.x. On Fri, Nov 3, 2017 at 5:30 PM, Stack wrote: > Over in the adjacent "[DISCUSS] hbase-2.0.0 compatibility expectations" > thread, we chatted some on what would be the minimum hbase-1.x version from > which you can

HBase Precommit docker failure

2017-11-03 Thread Zach York
Hello, I had a failure in https://builds.apache.org/job/PreCommit-HBASE-Build/9600 due to a failure to build the docker image on H9. Is this something that usually just needs to be retried or does this point to a more serious issue? I'm new to the HBase jenkins world :) *00:44:55* Building

Re: Empty hbase-shaded-client JAR file

2017-11-03 Thread Sean Busbey
Hi Rick! You have to build with the "release" profile active for the shaded jars to be populated e.g.: mvn -Prelease -DskipTests clean install On Fri, Nov 3, 2017 at 7:16 PM, Rick Kellogg wrote: > Greetings, > > > > I have been trying to build the latest HBase using

[jira] [Created] (HBASE-19176) Remove hbase-native-client from branch-2

2017-11-03 Thread stack (JIRA)
stack created HBASE-19176: - Summary: Remove hbase-native-client from branch-2 Key: HBASE-19176 URL: https://issues.apache.org/jira/browse/HBASE-19176 Project: HBase Issue Type: Task

Empty hbase-shaded-client JAR file

2017-11-03 Thread Rick Kellogg
Greetings, I have been trying to build the latest HBase using the master branch. When the hbase-sharded-client JAR file is generated, it does not include any .class files. Build completes without any errors. Any ideas what might be causing this issue? Attempted Maven Commands: mvn

Empty hbase-shaded-client JAR file

2017-11-03 Thread Rick Kellogg
Greetings, I have been trying to build the latest HBase using the master branch. When the hbase-sharded-client JAR file is generated, it does not include any .class files. Build completes without any errors. Any ideas what might be causing this issue? Attempted Maven Commands: mvn

[jira] [Created] (HBASE-19175) Add linklint files to gitignore

2017-11-03 Thread Jan Hentschel (JIRA)
Jan Hentschel created HBASE-19175: - Summary: Add linklint files to gitignore Key: HBASE-19175 URL: https://issues.apache.org/jira/browse/HBASE-19175 Project: HBase Issue Type: Improvement

DISCUSSION: Minimum hbase1 version from which you can upgrade to hbase2 (1.2.x?)

2017-11-03 Thread Stack
Over in the adjacent "[DISCUSS] hbase-2.0.0 compatibility expectations" thread, we chatted some on what would be the minimum hbase-1.x version from which you can upgrade to hbase-2. The last statement made on this topic by Sean was that only upgrades from 1.2.x, our current stable offering, or

[jira] [Created] (HBASE-19174) Update link to HBase presentations

2017-11-03 Thread Jan Hentschel (JIRA)
Jan Hentschel created HBASE-19174: - Summary: Update link to HBase presentations Key: HBASE-19174 URL: https://issues.apache.org/jira/browse/HBASE-19174 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-19173) Configure IntegrationTestRSGroup automatically for minicluster mode

2017-11-03 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-19173: -- Summary: Configure IntegrationTestRSGroup automatically for minicluster mode Key: HBASE-19173 URL: https://issues.apache.org/jira/browse/HBASE-19173 Project:

[jira] [Created] (HBASE-19172) [rolling upgrade] Migrate region state from zk to hbase:meta

2017-11-03 Thread stack (JIRA)
stack created HBASE-19172: - Summary: [rolling upgrade] Migrate region state from zk to hbase:meta Key: HBASE-19172 URL: https://issues.apache.org/jira/browse/HBASE-19172 Project: HBase Issue Type:

Re: [DISCUSS] shading hbase-client jackson dependency

2017-11-03 Thread Mike Drob
Ok, I was able to work around the issues that I was having downstream. We'll revisit this if it causes more problems in the future. On Thu, Nov 2, 2017 at 6:13 PM, Mike Drob wrote: > jackson-databind and anything that depends on, maybe. I think we should > figure out the

[jira] [Created] (HBASE-19171) Update package references to match new shaded offset in hbase-thirdparty

2017-11-03 Thread Jerry He (JIRA)
Jerry He created HBASE-19171: Summary: Update package references to match new shaded offset in hbase-thirdparty Key: HBASE-19171 URL: https://issues.apache.org/jira/browse/HBASE-19171 Project: HBase

[jira] [Created] (HBASE-19170) [hbase-thirdparty] Change the relocation offset of shaded artifacts

2017-11-03 Thread Jerry He (JIRA)
Jerry He created HBASE-19170: Summary: [hbase-thirdparty] Change the relocation offset of shaded artifacts Key: HBASE-19170 URL: https://issues.apache.org/jira/browse/HBASE-19170 Project: HBase

[jira] [Resolved] (HBASE-14068) How to Release docs should include pointers for making signed tags

2017-11-03 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-14068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-14068. --- Resolution: Implemented Implemented by HBASE-19152 (as [~busbey] notes above) > How to Release docs

[jira] [Created] (HBASE-19169) Rowcounter job fails against hadoop3 beta1

2017-11-03 Thread Ted Yu (JIRA)
Ted Yu created HBASE-19169: -- Summary: Rowcounter job fails against hadoop3 beta1 Key: HBASE-19169 URL: https://issues.apache.org/jira/browse/HBASE-19169 Project: HBase Issue Type: Bug

[jira] [Reopened] (HBASE-19152) Update refguide 'how to build an RC' and the make_rc.sh script

2017-11-03 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-19152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey reopened HBASE-19152: - The nightly test that ensures following the ref guide now does something different than what the

[jira] [Created] (HBASE-19168) Considering Java 10

2017-11-03 Thread Mike Drob (JIRA)
Mike Drob created HBASE-19168: - Summary: Considering Java 10 Key: HBASE-19168 URL: https://issues.apache.org/jira/browse/HBASE-19168 Project: HBase Issue Type: New Feature Reporter:

[jira] [Resolved] (HBASE-18915) Maven site command fails

2017-11-03 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-18915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved HBASE-18915. - Resolution: Fixed this has been clear since we switched the docker image. > Maven site command

[jira] [Created] (HBASE-19167) RowCounter not working on 2.0.0-alpha3

2017-11-03 Thread Silvan Heller (JIRA)
Silvan Heller created HBASE-19167: - Summary: RowCounter not working on 2.0.0-alpha3 Key: HBASE-19167 URL: https://issues.apache.org/jira/browse/HBASE-19167 Project: HBase Issue Type: Bug

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-03 Thread Yung-An He
+1 non-binding Checked MD5 : OK Download the bin tarball : OK Start from bin tar with cluster mode via docker container: OK Import data with 100 million rows and 10 columns to table via ImportTsv: OK Execute basic command via `hbase shell`: OK ‌ 2017-11-02 5:02 GMT+08:00 Mike Drob

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-03 Thread ramkrishna vasudevan
Downloaded src tar and bin tar. After building the src code tried to start from the src/bin folder. But it had the cached_classpath issue. I can see that already the issue has been backported. Then started master and region server with bin tar. Ran PE tool. All looks fine. Infact ran PE tool