Re: [VOTE] The first HBase 1.4.2 release candidate (RC0) is available

2018-02-19 Thread Andrew Purtell
Yep, Hadoop's MiniKDC has a dependency on a valid kerberos environment.
Please feel free to file a JIRA about this, but as the MiniKDC is not our
component, I'm not sure there is much we can do. You may need to install
some OS kerberos package into that Docker image.


On Mon, Feb 19, 2018 at 6:20 PM, Andrew Purtell  wrote:

> > java.lang.RuntimeException: Unable to parse:includedir /etc/krb5.conf.d/
>
> This looks like something wrong with the test environment.
>
> On Mon, Feb 19, 2018 at 6:14 PM, Artem Ervits 
> wrote:
>
>> on second thought -1
>>
>> I can reproduce the test failure below in hbase-server
>>
>> Apache Maven 3.0.5 (Red Hat 3.0.5-17)
>> Maven home: /usr/share/maven
>> Java version: 1.8.0_161, vendor: Oracle Corporation
>> Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_
>> 64/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "linux", version: "3.10.0-693.11.6.el7.x86_64", arch: "amd64",
>> family: "unix"
>>
>>
>> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
>> 0.376 s <<< FAILURE! - in org.apache.hadoop.hbase.http.T
>> estSpnegoHttpServer
>> [ERROR] org.apache.hadoop.hbase.http.TestSpnegoHttpServer  Time elapsed:
>> 0.376 s  <<< ERROR!
>> java.lang.RuntimeException: Unable to parse:includedir /etc/krb5.conf.d/
>> at
>> org.apache.hadoop.hbase.http.TestSpnegoHttpServer.buildMiniK
>> dc(TestSpnegoHttpServer.java:143)
>> at
>> org.apache.hadoop.hbase.http.TestSpnegoHttpServer.setupServe
>> r(TestSpnegoHttpServer.java:91)
>>
>> [INFO]
>> [INFO] Results:
>> [INFO]
>> [ERROR] Errors:
>> [ERROR]   TestSpnegoHttpServer.setupServer:91->buildMiniKdc:143 » Runtime
>> Unable to pars...
>> [INFO]
>> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
>> [INFO]
>> [INFO]
>> 
>> [INFO] BUILD FAILURE
>> [INFO]
>> 
>> [INFO] Total time: 55.414s
>> [INFO] Finished at: Mon Feb 19 04:52:43 UTC 2018
>> [INFO] Final Memory: 72M/341M
>> [INFO]
>> 
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test)
>> on project hbase-server: There are test failures.
>> [ERROR]
>> [ERROR] Please refer to
>> /home/vagrant/hbase-1.4.2/hbase-server/target/surefire-reports for the
>> individual test results.
>> [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump,
>> [date].dumpstream and [date]-jvmRun[N].dumpstream.
>> [ERROR] -> [Help 1]
>> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
>> goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test
>> (default-test) on project hbase-server: There are test failures.
>>
>> Please refer to
>> /home/vagrant/hbase-1.4.2/hbase-server/target/surefire-reports for the
>> individual test results.
>> Please refer to dump files (if any exist) [date]-jvmRun[N].dump,
>> [date].dumpstream and [date]-jvmRun[N].dumpstream.
>> at
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj
>> oExecutor.java:213)
>> at
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj
>> oExecutor.java:153)
>> at
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj
>> oExecutor.java:145)
>> at
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.b
>> uildProject(LifecycleModuleBuilder.java:84)
>> at
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.b
>> uildProject(LifecycleModuleBuilder.java:59)
>> at
>> org.apache.maven.lifecycle.internal.LifecycleStarter.singleT
>> hreadedBuild(LifecycleStarter.java:183)
>> at
>> org.apache.maven.lifecycle.internal.LifecycleStarter.execute
>> (LifecycleStarter.java:161)
>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
>> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
>> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce
>> ssorImpl.java:62)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe
>> thodAccessorImpl.java:43)
>> at java.lang.reflect.Method.invoke(Method.java:498)
>> at
>> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnha
>> nced(Launcher.java:290)
>> at
>> org.codehaus.plexus.classworlds.launcher.Launcher.launch(
>> Launcher.java:230)
>> at
>> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithEx
>> itCode(Launcher.java:414)
>> at
>> 

Re: [VOTE] The first HBase 1.4.2 release candidate (RC0) is available

2018-02-19 Thread Andrew Purtell
> java.lang.RuntimeException: Unable to parse:includedir /etc/krb5.conf.d/

This looks like something wrong with the test environment.

On Mon, Feb 19, 2018 at 6:14 PM, Artem Ervits  wrote:

> on second thought -1
>
> I can reproduce the test failure below in hbase-server
>
> Apache Maven 3.0.5 (Red Hat 3.0.5-17)
> Maven home: /usr/share/maven
> Java version: 1.8.0_161, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.
> x86_64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.10.0-693.11.6.el7.x86_64", arch: "amd64",
> family: "unix"
>
>
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 0.376 s <<< FAILURE! - in org.apache.hadoop.hbase.http.
> TestSpnegoHttpServer
> [ERROR] org.apache.hadoop.hbase.http.TestSpnegoHttpServer  Time elapsed:
> 0.376 s  <<< ERROR!
> java.lang.RuntimeException: Unable to parse:includedir /etc/krb5.conf.d/
> at
> org.apache.hadoop.hbase.http.TestSpnegoHttpServer.buildMiniKdc(
> TestSpnegoHttpServer.java:143)
> at
> org.apache.hadoop.hbase.http.TestSpnegoHttpServer.setupServer(
> TestSpnegoHttpServer.java:91)
>
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Errors:
> [ERROR]   TestSpnegoHttpServer.setupServer:91->buildMiniKdc:143 » Runtime
> Unable to pars...
> [INFO]
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
> [INFO]
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 55.414s
> [INFO] Finished at: Mon Feb 19 04:52:43 UTC 2018
> [INFO] Final Memory: 72M/341M
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test)
> on project hbase-server: There are test failures.
> [ERROR]
> [ERROR] Please refer to
> /home/vagrant/hbase-1.4.2/hbase-server/target/surefire-reports for the
> individual test results.
> [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump,
> [date].dumpstream and [date]-jvmRun[N].dumpstream.
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test
> (default-test) on project hbase-server: There are test failures.
>
> Please refer to
> /home/vagrant/hbase-1.4.2/hbase-server/target/surefire-reports for the
> individual test results.
> Please refer to dump files (if any exist) [date]-jvmRun[N].dump,
> [date].dumpstream and [date]-jvmRun[N].dumpstream.
> at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:213)
> at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:153)
> at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(
> MojoExecutor.java:145)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(
> LifecycleModuleBuilder.java:84)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(
> LifecycleModuleBuilder.java:59)
> at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(
> LifecycleStarter.java:183)
> at
> org.apache.maven.lifecycle.internal.LifecycleStarter.
> execute(LifecycleStarter.java:161)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> 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.codehaus.plexus.classworlds.launcher.Launcher.
> launchEnhanced(Launcher.java:290)
> at
> org.codehaus.plexus.classworlds.launcher.Launcher.
> launch(Launcher.java:230)
> at
> org.codehaus.plexus.classworlds.launcher.Launcher.
> mainWithExitCode(Launcher.java:414)
> at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
> Caused by: org.apache.maven.plugin.MojoFailureException: There are test
> failures.
>
> Please refer to
> /home/vagrant/hbase-1.4.2/hbase-server/target/surefire-reports for the
> individual test results.
> Please refer to dump files (if any exist) [date]-jvmRun[N].dump,
> [date].dumpstream and [date]-jvmRun[N].dumpstream.
> at
> org.apache.maven.plugin.surefire.SurefireHelper.
> throwException(SurefireHelper.java:240)
> at
> 

Re: [VOTE] The first HBase 1.4.2 release candidate (RC0) is available

2018-02-19 Thread Artem Ervits
+1 (non-binding)

Hadoop 2.7.5 pseudo-distributed
Binary Release MD5: OK
HBase 1.4.1 rolling upgrade to 1.4.2 - OK
hbase shell: put, scan, get, list, count, create snapshot, restore
snapshot, disable, drop, list_regions - OK
LTT 1M rows: OK
PE 1k rows: OK

JDK: 1.8.0.161
SRC MD5: OK
compile with empty M2: OK



On Mon, Feb 19, 2018 at 2:58 PM, Chia-Ping Tsai  wrote:

> +1 (binding)
>
> run 1000W rows (openjdk 8u151):
> 1.4.2 (server) + 1.4.2(client) - ok
> 1.4.2 (server) + 1.3.1(client) - ok
> 1.4.2 (server) + 1.2.6(client) - ok
>
> Unit test suite (openjdk 8u151):
> TestZKPermissionWatcher is flaky. It is traced by
> https://issues.apache.org/jira/browse/HBASE-19970
>
> On 2018/02/16 21:46:17, Andrew Purtell  wrote:
> > The first HBase 1.4.2 release candidate (RC0) is available for download
> at
> > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.2RC0/ and Maven
> > artifacts are available in the temporary repository
> > https://repository.apache.org/content/repositories/orgapachehbase-1195/
> .
> >
> > The git tag corresponding to the candidate is '1.4.2RC0' (9519ec2ead).
> >
> > A detailed source and binary compatibility report for this release is
> > available for your review at https://dist.apache.org/repos/
> > dist/dev/hbase/hbase-1.4.2RC0/compat-check-report.html .
> >
> > A list of the 19 issues resolved in this release can be found at
> > https://s.apache.org/aGcb .
> >
> > Please try out the candidate and vote +1/0/-1.
> >
> > This vote will be open for at least 72 hours. Unless objection I will try
> > to close it Friday February 23, 2018 if we have sufficient votes.
> >
> > Prior to making this announcement I made the following preflight checks:
> >
> >- RAT check passes (7u80)
> >- Unit test suite passes (8u131)
> >- LTT load 1M rows with 100% verification and 20% updates (8u131)
> >- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
> >scanRange100 (8u131)
> >- ITBLL Loop 1 100M rows (8u131)
> >
> >
> > --
> > Best regards,
> > Andrew
> >
>