You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Josh Elser <el...@apache.org> on 2018/03/19 23:15:49 UTC

[VOTE] HBase Thirdparty 2.1.0 RC0

Hi,

Please consider the following as the 2.1.0 release of Apache HBase 
Thirdparty.

Source artifact, signatures, and checksums are available at
https://dist.apache.org/repos/dist/dev/hbase/hbase-thirdparty/hbase-thirdparty-2.1.0RC0/

Git commit for the release candidate available at 
https://git-wip-us.apache.org/repos/asf?p=hbase-thirdparty.git;a=commit;h=de125620dece453f49a56de5b328427dc534133f

Maven repository available at 
https://repository.apache.org/content/repositories/orgapachehbase-1206

This vote will remain open for at least 72 hours (~2018/03/22 2300 GMT). 
HBASE-20223 has a patch for branch-2.0 which supports this thirdparty 
update (obligatory: have not run a full test suite locally with this 
change  yet).

Here's my +1

- Josh

Re: [VOTE] HBase Thirdparty 2.1.0 RC0

Posted by Peter Somogyi <ps...@cloudera.com>.
+1

Checksum, signature OK
Tar content OK
Build branch-2 with HBASE-20223 patch

Peter

On Wed, Mar 21, 2018 at 7:12 PM, Artem Ervits <ar...@gmail.com> wrote:

> +1 (non-binding)
> Verified signature and checksum: OK
> applied patch in HBASE-20223
> Built against branch-2.0, branch-2 and master: OK
> ran runSmallTests: NOK all fail on HTTP module but that's most likely
> problems with my environment.
>
> started in local mode: OK
> ran some shell commands: OK
>
> in the logs I see
>
> java.lang.NoSuchMethodException:
> org.apache.hadoop.fs.LocalFileSystem.setStoragePolicy(org.apache.
> hadoop.fs.Path,
> java.lang.String)
>         at java.lang.Class.getDeclaredMethod(Class.java:2130)
>         at
> org.apache.hadoop.hbase.util.CommonFSUtils.invokeSetStoragePolicy(
> CommonFSUtils.java:534)
>         at
> org.apache.hadoop.hbase.util.CommonFSUtils.setStoragePolicy(
> CommonFSUtils.java:524)
>         at
> org.apache.hadoop.hbase.fs.HFileSystem.setStoragePolicy(
> HFileSystem.java:157)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> 62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> org.apache.hadoop.hbase.util.CommonFSUtils.invokeSetStoragePolicy(
> CommonFSUtils.java:563)
>         at
> org.apache.hadoop.hbase.util.CommonFSUtils.setStoragePolicy(
> CommonFSUtils.java:524)
>         at
> org.apache.hadoop.hbase.regionserver.HRegionFileSystem.setStoragePolicy(
> HRegionFileSystem.java:193)
>         at
> org.apache.hadoop.hbase.regionserver.HStore.<init>(HStore.java:254)
>         at
> org.apache.hadoop.hbase.regionserver.HRegion.instantiateHStore(HRegion.
> java:5510)
>         at
> org.apache.hadoop.hbase.regionserver.HRegion$1.call(HRegion.java:998)
>         at
> org.apache.hadoop.hbase.regionserver.HRegion$1.call(HRegion.java:995)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:624)
>         at java.lang.Thread.run(Thread.java:748)
>
> and confirmed that setStoragePolicy is not implemented in LocalFileSystem
> in Hadoop 2.7.4
>
>
>
> On Tue, Mar 20, 2018 at 7:02 PM, Stack <st...@duboce.net> wrote:
>
> > +1
> >
> > Verified signature and hash.
> >
> > I see it updates pb but not guava? No harm. Next time.
> >
> > Built and installed jars locally from src tgz.
> >
> > Applied the HBASE-20223 patch to branch-2 and built... all seems good.
> >
> > Thanks for doing this,
> > S
> >
> >
> >
> > On Mon, Mar 19, 2018 at 4:15 PM, Josh Elser <el...@apache.org> wrote:
> >
> > > Hi,
> > >
> > > Please consider the following as the 2.1.0 release of Apache HBase
> > > Thirdparty.
> > >
> > > Source artifact, signatures, and checksums are available at
> > > https://dist.apache.org/repos/dist/dev/hbase/hbase-thirdpart
> > > y/hbase-thirdparty-2.1.0RC0/
> > >
> > > Git commit for the release candidate available at
> > > https://git-wip-us.apache.org/repos/asf?p=hbase-thirdparty.g
> > > it;a=commit;h=de125620dece453f49a56de5b328427dc534133f
> > >
> > > Maven repository available at https://repository.apache.org/
> > > content/repositories/orgapachehbase-1206
> > >
> > > This vote will remain open for at least 72 hours (~2018/03/22 2300
> GMT).
> > > HBASE-20223 has a patch for branch-2.0 which supports this thirdparty
> > > update (obligatory: have not run a full test suite locally with this
> > > change  yet).
> > >
> > > Here's my +1
> > >
> > > - Josh
> > >
> >
>

Re: [VOTE] HBase Thirdparty 2.1.0 RC0

Posted by Artem Ervits <ar...@gmail.com>.
+1 (non-binding)
Verified signature and checksum: OK
applied patch in HBASE-20223
Built against branch-2.0, branch-2 and master: OK
ran runSmallTests: NOK all fail on HTTP module but that's most likely
problems with my environment.

started in local mode: OK
ran some shell commands: OK

in the logs I see

java.lang.NoSuchMethodException:
org.apache.hadoop.fs.LocalFileSystem.setStoragePolicy(org.apache.hadoop.fs.Path,
java.lang.String)
        at java.lang.Class.getDeclaredMethod(Class.java:2130)
        at
org.apache.hadoop.hbase.util.CommonFSUtils.invokeSetStoragePolicy(CommonFSUtils.java:534)
        at
org.apache.hadoop.hbase.util.CommonFSUtils.setStoragePolicy(CommonFSUtils.java:524)
        at
org.apache.hadoop.hbase.fs.HFileSystem.setStoragePolicy(HFileSystem.java:157)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at
org.apache.hadoop.hbase.util.CommonFSUtils.invokeSetStoragePolicy(CommonFSUtils.java:563)
        at
org.apache.hadoop.hbase.util.CommonFSUtils.setStoragePolicy(CommonFSUtils.java:524)
        at
org.apache.hadoop.hbase.regionserver.HRegionFileSystem.setStoragePolicy(HRegionFileSystem.java:193)
        at
org.apache.hadoop.hbase.regionserver.HStore.<init>(HStore.java:254)
        at
org.apache.hadoop.hbase.regionserver.HRegion.instantiateHStore(HRegion.java:5510)
        at
org.apache.hadoop.hbase.regionserver.HRegion$1.call(HRegion.java:998)
        at
org.apache.hadoop.hbase.regionserver.HRegion$1.call(HRegion.java:995)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

and confirmed that setStoragePolicy is not implemented in LocalFileSystem
in Hadoop 2.7.4



On Tue, Mar 20, 2018 at 7:02 PM, Stack <st...@duboce.net> wrote:

> +1
>
> Verified signature and hash.
>
> I see it updates pb but not guava? No harm. Next time.
>
> Built and installed jars locally from src tgz.
>
> Applied the HBASE-20223 patch to branch-2 and built... all seems good.
>
> Thanks for doing this,
> S
>
>
>
> On Mon, Mar 19, 2018 at 4:15 PM, Josh Elser <el...@apache.org> wrote:
>
> > Hi,
> >
> > Please consider the following as the 2.1.0 release of Apache HBase
> > Thirdparty.
> >
> > Source artifact, signatures, and checksums are available at
> > https://dist.apache.org/repos/dist/dev/hbase/hbase-thirdpart
> > y/hbase-thirdparty-2.1.0RC0/
> >
> > Git commit for the release candidate available at
> > https://git-wip-us.apache.org/repos/asf?p=hbase-thirdparty.g
> > it;a=commit;h=de125620dece453f49a56de5b328427dc534133f
> >
> > Maven repository available at https://repository.apache.org/
> > content/repositories/orgapachehbase-1206
> >
> > This vote will remain open for at least 72 hours (~2018/03/22 2300 GMT).
> > HBASE-20223 has a patch for branch-2.0 which supports this thirdparty
> > update (obligatory: have not run a full test suite locally with this
> > change  yet).
> >
> > Here's my +1
> >
> > - Josh
> >
>

Re: [VOTE] HBase Thirdparty 2.1.0 RC0

Posted by Stack <st...@duboce.net>.
+1

Verified signature and hash.

I see it updates pb but not guava? No harm. Next time.

Built and installed jars locally from src tgz.

Applied the HBASE-20223 patch to branch-2 and built... all seems good.

Thanks for doing this,
S



On Mon, Mar 19, 2018 at 4:15 PM, Josh Elser <el...@apache.org> wrote:

> Hi,
>
> Please consider the following as the 2.1.0 release of Apache HBase
> Thirdparty.
>
> Source artifact, signatures, and checksums are available at
> https://dist.apache.org/repos/dist/dev/hbase/hbase-thirdpart
> y/hbase-thirdparty-2.1.0RC0/
>
> Git commit for the release candidate available at
> https://git-wip-us.apache.org/repos/asf?p=hbase-thirdparty.g
> it;a=commit;h=de125620dece453f49a56de5b328427dc534133f
>
> Maven repository available at https://repository.apache.org/
> content/repositories/orgapachehbase-1206
>
> This vote will remain open for at least 72 hours (~2018/03/22 2300 GMT).
> HBASE-20223 has a patch for branch-2.0 which supports this thirdparty
> update (obligatory: have not run a full test suite locally with this
> change  yet).
>
> Here's my +1
>
> - Josh
>

[RESULT] [VOTE] HBase Thirdparty 2.1.0 RC0

Posted by Josh Elser <el...@apache.org>.
This passes with 3 binding +1's and 2 non-binding +1's

Thanks everyone!

On 3/19/18 7:15 PM, Josh Elser wrote:
> Hi,
> 
> Please consider the following as the 2.1.0 release of Apache HBase 
> Thirdparty.
> 
> Source artifact, signatures, and checksums are available at
> https://dist.apache.org/repos/dist/dev/hbase/hbase-thirdparty/hbase-thirdparty-2.1.0RC0/ 
> 
> 
> Git commit for the release candidate available at 
> https://git-wip-us.apache.org/repos/asf?p=hbase-thirdparty.git;a=commit;h=de125620dece453f49a56de5b328427dc534133f 
> 
> 
> Maven repository available at 
> https://repository.apache.org/content/repositories/orgapachehbase-1206
> 
> This vote will remain open for at least 72 hours (~2018/03/22 2300 GMT). 
> HBASE-20223 has a patch for branch-2.0 which supports this thirdparty 
> update (obligatory: have not run a full test suite locally with this 
> changeĀ  yet).
> 
> Here's my +1
> 
> - Josh

Re: [VOTE] HBase Thirdparty 2.1.0 RC0

Posted by Josh Elser <el...@apache.org>.
Thanks Ted. I didn't try that patch against master (just branch-2.0). 
Looks like we'll need a slightly different patch for master.

On 3/19/18 10:14 PM, Ted Yu wrote:
> +1
> 
> Ran the hbase test suite with patch from HBASE-20223.
> Checked test output - nothing unusual.
> 
> On Mon, Mar 19, 2018 at 4:31 PM, Ted Yu <yu...@gmail.com> wrote:
> 
>> I got the following when building master branch with the patch from HBASE-20223
>> :
>>
>> [ERROR]   The project org.apache.hbase:hbase-spark-it:3.0.0-SNAPSHOT
>> (/a/hbase/hbase-spark-it/pom.xml) has 1 error
>> [ERROR]     'dependencies.dependency.version' for
>> commons-cli:commons-cli:jar is missing. @ org.apache.hbase:hbase-spark-it:[unknown-version],
>> /mnt/disk2/a/hbase/hbase-spark-it/pom.xml, line 231, column 17
>> [ERROR]
>> [ERROR]   The project org.apache.hbase:hbase-backup:3.0.0-SNAPSHOT
>> (/a/hbase/hbase-backup/pom.xml) has 1 error
>> [ERROR]     'dependencies.dependency.version' for
>> commons-cli:commons-cli:jar is missing. @ org.apache.hbase:hbase-backup:[unknown-version],
>> /mnt/disk2/a/hbase/hbase-backup/pom.xml, line 110, column 17
>>
>> Using the following I was able to proceed with running unit tests:
>>
>> https://pastebin.com/1nBxaySF
>>
>> Will report back test result.
>>
>> Thanks
>>
>> On Mon, Mar 19, 2018 at 4:15 PM, Josh Elser <el...@apache.org> wrote:
>>
>>> Hi,
>>>
>>> Please consider the following as the 2.1.0 release of Apache HBase
>>> Thirdparty.
>>>
>>> Source artifact, signatures, and checksums are available at
>>> https://dist.apache.org/repos/dist/dev/hbase/hbase-thirdpart
>>> y/hbase-thirdparty-2.1.0RC0/
>>>
>>> Git commit for the release candidate available at
>>> https://git-wip-us.apache.org/repos/asf?p=hbase-thirdparty.g
>>> it;a=commit;h=de125620dece453f49a56de5b328427dc534133f
>>>
>>> Maven repository available at https://repository.apache.org/
>>> content/repositories/orgapachehbase-1206
>>>
>>> This vote will remain open for at least 72 hours (~2018/03/22 2300 GMT).
>>> HBASE-20223 has a patch for branch-2.0 which supports this thirdparty
>>> update (obligatory: have not run a full test suite locally with this
>>> change  yet).
>>>
>>> Here's my +1
>>>
>>> - Josh
>>>
>>
>>
> 

Re: [VOTE] HBase Thirdparty 2.1.0 RC0

Posted by Ted Yu <yu...@gmail.com>.
+1

Ran the hbase test suite with patch from HBASE-20223.
Checked test output - nothing unusual.

On Mon, Mar 19, 2018 at 4:31 PM, Ted Yu <yu...@gmail.com> wrote:

> I got the following when building master branch with the patch from HBASE-20223
> :
>
> [ERROR]   The project org.apache.hbase:hbase-spark-it:3.0.0-SNAPSHOT
> (/a/hbase/hbase-spark-it/pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for
> commons-cli:commons-cli:jar is missing. @ org.apache.hbase:hbase-spark-it:[unknown-version],
> /mnt/disk2/a/hbase/hbase-spark-it/pom.xml, line 231, column 17
> [ERROR]
> [ERROR]   The project org.apache.hbase:hbase-backup:3.0.0-SNAPSHOT
> (/a/hbase/hbase-backup/pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for
> commons-cli:commons-cli:jar is missing. @ org.apache.hbase:hbase-backup:[unknown-version],
> /mnt/disk2/a/hbase/hbase-backup/pom.xml, line 110, column 17
>
> Using the following I was able to proceed with running unit tests:
>
> https://pastebin.com/1nBxaySF
>
> Will report back test result.
>
> Thanks
>
> On Mon, Mar 19, 2018 at 4:15 PM, Josh Elser <el...@apache.org> wrote:
>
>> Hi,
>>
>> Please consider the following as the 2.1.0 release of Apache HBase
>> Thirdparty.
>>
>> Source artifact, signatures, and checksums are available at
>> https://dist.apache.org/repos/dist/dev/hbase/hbase-thirdpart
>> y/hbase-thirdparty-2.1.0RC0/
>>
>> Git commit for the release candidate available at
>> https://git-wip-us.apache.org/repos/asf?p=hbase-thirdparty.g
>> it;a=commit;h=de125620dece453f49a56de5b328427dc534133f
>>
>> Maven repository available at https://repository.apache.org/
>> content/repositories/orgapachehbase-1206
>>
>> This vote will remain open for at least 72 hours (~2018/03/22 2300 GMT).
>> HBASE-20223 has a patch for branch-2.0 which supports this thirdparty
>> update (obligatory: have not run a full test suite locally with this
>> change  yet).
>>
>> Here's my +1
>>
>> - Josh
>>
>
>

Re: [VOTE] HBase Thirdparty 2.1.0 RC0

Posted by Ted Yu <yu...@gmail.com>.
I got the following when building master branch with the patch from HBASE-20223
:

[ERROR]   The project org.apache.hbase:hbase-spark-it:3.0.0-SNAPSHOT
(/a/hbase/hbase-spark-it/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for
commons-cli:commons-cli:jar is missing. @
org.apache.hbase:hbase-spark-it:[unknown-version],
/mnt/disk2/a/hbase/hbase-spark-it/pom.xml, line 231, column 17
[ERROR]
[ERROR]   The project org.apache.hbase:hbase-backup:3.0.0-SNAPSHOT
(/a/hbase/hbase-backup/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for
commons-cli:commons-cli:jar is missing. @
org.apache.hbase:hbase-backup:[unknown-version],
/mnt/disk2/a/hbase/hbase-backup/pom.xml, line 110, column 17

Using the following I was able to proceed with running unit tests:

https://pastebin.com/1nBxaySF

Will report back test result.

Thanks

On Mon, Mar 19, 2018 at 4:15 PM, Josh Elser <el...@apache.org> wrote:

> Hi,
>
> Please consider the following as the 2.1.0 release of Apache HBase
> Thirdparty.
>
> Source artifact, signatures, and checksums are available at
> https://dist.apache.org/repos/dist/dev/hbase/hbase-thirdpart
> y/hbase-thirdparty-2.1.0RC0/
>
> Git commit for the release candidate available at
> https://git-wip-us.apache.org/repos/asf?p=hbase-thirdparty.g
> it;a=commit;h=de125620dece453f49a56de5b328427dc534133f
>
> Maven repository available at https://repository.apache.org/
> content/repositories/orgapachehbase-1206
>
> This vote will remain open for at least 72 hours (~2018/03/22 2300 GMT).
> HBASE-20223 has a patch for branch-2.0 which supports this thirdparty
> update (obligatory: have not run a full test suite locally with this
> change  yet).
>
> Here's my +1
>
> - Josh
>