Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-16 Thread Hari Shreedharan
This vote is now closed. I will send out another email with the result. 

Thanks to all who voted! 


Thanks,
Hari


On Monday, June 16, 2014 at 11:21 AM, Hari Shreedharan wrote:

> My vote: +1.
> 
> 
> Thanks,
> Hari
> 
> 
> On Friday, June 13, 2014 at 8:08 PM, Roshan Naik wrote:
> 
> > Ah yes.. now i recall. Thanks.
> > +1
> > -roshan
> > 
> > 
> > On Fri, Jun 13, 2014 at 6:30 PM, Hari Shreedharan 
> > mailto:hshreedha...@cloudera.com)
> > > wrote:
> > 
> > 
> > > Did you compile hbase 94 against Hadoop 2 before running the build? Hbase
> > > did not release Hadoop 2 compatible artifacts.
> > > 
> > > On Friday, June 13, 2014, Roshan Naik  > > (mailto:ros...@hortonworks.com)> wrote:
> > > 
> > > > Do we plan to support -Dhadoop.profile=2 ? it appears to be failing on
> > > > asynchbase tests:
> > > > 
> > > > # mvn -Dhadoop.profile=2
> > > > 
> > > > -roshan
> > > > 
> > > > 
> > > > 
> > > > *---*
> > > > * T E S T S*
> > > > *---*
> > > > *Running org.apache.flume.sink.hbase.TestAsyncHBaseSink*
> > > > *Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.549
> > > > 
> > > 
> > > sec
> > > > <<< FAILURE!*
> > > > *org.apache.flume.sink.hbase.TestAsyncHBaseSink Time elapsed: 548 sec
> > > > 
> > > 
> > > <<<
> > > > ERROR!*
> > > > *java.lang.NoSuchMethodError:
> > > > 
> > > 
> > > org.apache.hadoop.hdfs.MiniDFSCluster.(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V*
> > > > * at
> > > 
> > > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:433)*
> > > > * at
> > > 
> > > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:601)*
> > > > * at
> > > 
> > > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:557)*
> > > > * at
> > > 
> > > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:526)*
> > > > * at
> > > 
> > > org.apache.flume.sink.hbase.TestAsyncHBaseSink.setUp(TestAsyncHBaseSink.java:69)*
> > > > * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> > > > * at
> > > > 
> > > 
> > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
> > > > * at
> > > 
> > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
> > > > * at java.lang.reflect.Method.invoke(Method.java:597)*
> > > > * at
> > > > 
> > > 
> > > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)*
> > > > * at
> > > 
> > > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)*
> > > > * at
> > > 
> > > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)*
> > > > * at
> > > 
> > > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)*
> > > > * at
> > > 
> > > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)*
> > > > * at org.junit.runners.ParentRunner.run(ParentRunner.java:300)*
> > > > * at
> > > > 
> > > 
> > > org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)*
> > > > * at
> > > 
> > > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)*
> > > > * at
> > > 
> > > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)*
> > > > * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> > > > * at
> > > > 
> > > 
> > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
> > > > * at
> > > 
> > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
> > > > * at java.lang.reflect.Method.invoke(Method.java:597)*
> > > > * at
> > > > 
> > > 
> > > org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)*
> > > > * at
> > > 
> > > org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)*
> > > > * at
> > > 
> > > org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)*
> > > > * at
> > > 
> > > org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)*
> > > > * at
> > > > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)*
> > > > 
> > > > *Running org.apache.flume.sink.hbase.TestHBaseSink*
> > > > *Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.557
> > > > 
> > > 
> > > sec
> > > > <<< FAILURE!*
> > > > *org.apache.flume.sink.hbase.TestHBaseSink Time elapsed: 557 sec <<<
> > > > ERROR!*
> > > > *java.lang.NoSuchMethodError:
> > > > 
> > > 
> > > org.apache.hadoop.hdfs.MiniDFSCluster.(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/St

Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-16 Thread Hari Shreedharan
My vote: +1.


Thanks,
Hari


On Friday, June 13, 2014 at 8:08 PM, Roshan Naik wrote:

> Ah yes.. now i recall. Thanks.
> +1
> -roshan
> 
> 
> On Fri, Jun 13, 2014 at 6:30 PM, Hari Shreedharan  (mailto:hshreedha...@cloudera.com)
> > wrote:
> 
> 
> > Did you compile hbase 94 against Hadoop 2 before running the build? Hbase
> > did not release Hadoop 2 compatible artifacts.
> > 
> > On Friday, June 13, 2014, Roshan Naik  > (mailto:ros...@hortonworks.com)> wrote:
> > 
> > > Do we plan to support -Dhadoop.profile=2 ? it appears to be failing on
> > > asynchbase tests:
> > > 
> > > # mvn -Dhadoop.profile=2
> > > 
> > > -roshan
> > > 
> > > 
> > > 
> > > *---*
> > > * T E S T S*
> > > *---*
> > > *Running org.apache.flume.sink.hbase.TestAsyncHBaseSink*
> > > *Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.549
> > > 
> > 
> > sec
> > > <<< FAILURE!*
> > > *org.apache.flume.sink.hbase.TestAsyncHBaseSink Time elapsed: 548 sec
> > > 
> > 
> > <<<
> > > ERROR!*
> > > *java.lang.NoSuchMethodError:
> > > 
> > 
> > org.apache.hadoop.hdfs.MiniDFSCluster.(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V*
> > > * at
> > 
> > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:433)*
> > > * at
> > 
> > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:601)*
> > > * at
> > 
> > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:557)*
> > > * at
> > 
> > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:526)*
> > > * at
> > 
> > org.apache.flume.sink.hbase.TestAsyncHBaseSink.setUp(TestAsyncHBaseSink.java:69)*
> > > * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> > > * at
> > > 
> > 
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
> > > * at
> > 
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
> > > * at java.lang.reflect.Method.invoke(Method.java:597)*
> > > * at
> > > 
> > 
> > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)*
> > > * at
> > 
> > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)*
> > > * at
> > 
> > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)*
> > > * at
> > 
> > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)*
> > > * at
> > 
> > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)*
> > > * at org.junit.runners.ParentRunner.run(ParentRunner.java:300)*
> > > * at
> > > 
> > 
> > org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)*
> > > * at
> > 
> > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)*
> > > * at
> > 
> > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)*
> > > * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> > > * at
> > > 
> > 
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
> > > * at
> > 
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
> > > * at java.lang.reflect.Method.invoke(Method.java:597)*
> > > * at
> > > 
> > 
> > org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)*
> > > * at
> > 
> > org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)*
> > > * at
> > 
> > org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)*
> > > * at
> > 
> > org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)*
> > > * at
> > > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)*
> > > 
> > > *Running org.apache.flume.sink.hbase.TestHBaseSink*
> > > *Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.557
> > > 
> > 
> > sec
> > > <<< FAILURE!*
> > > *org.apache.flume.sink.hbase.TestHBaseSink Time elapsed: 557 sec <<<
> > > ERROR!*
> > > *java.lang.NoSuchMethodError:
> > > 
> > 
> > org.apache.hadoop.hdfs.MiniDFSCluster.(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V*
> > > * at
> > 
> > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:433)*
> > > * at
> > 
> > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:601)*
> > > * at
> > 
> > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:557)*
> > > * at
> > 
> > org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:526)*

Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-13 Thread Roshan Naik
Ah yes.. now i recall. Thanks.
+1
-roshan


On Fri, Jun 13, 2014 at 6:30 PM, Hari Shreedharan  wrote:

> Did you compile hbase 94 against Hadoop 2 before running the build? Hbase
> did not release Hadoop 2 compatible artifacts.
>
> On Friday, June 13, 2014, Roshan Naik  wrote:
>
> > Do we plan to support -Dhadoop.profile=2  ? it appears to be failing on
> > asynchbase tests:
> >
> > # mvn  -Dhadoop.profile=2
> >
> > -roshan
> >
> >
> >
> > *---*
> > * T E S T S*
> > *---*
> > *Running org.apache.flume.sink.hbase.TestAsyncHBaseSink*
> > *Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.549
> sec
> > <<< FAILURE!*
> > *org.apache.flume.sink.hbase.TestAsyncHBaseSink  Time elapsed: 548 sec
>  <<<
> > ERROR!*
> > *java.lang.NoSuchMethodError:
> >
> >
> org.apache.hadoop.hdfs.MiniDFSCluster.(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V*
> > * at
> >
> >
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:433)*
> > * at
> >
> >
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:601)*
> > * at
> >
> >
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:557)*
> > * at
> >
> >
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:526)*
> > * at
> >
> >
> org.apache.flume.sink.hbase.TestAsyncHBaseSink.setUp(TestAsyncHBaseSink.java:69)*
> > * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> > * at
> >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
> > * at
> >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
> > * at java.lang.reflect.Method.invoke(Method.java:597)*
> > * at
> >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)*
> > * at
> >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)*
> > * at
> >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)*
> > * at
> >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)*
> > * at
> >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)*
> > * at org.junit.runners.ParentRunner.run(ParentRunner.java:300)*
> > * at
> >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)*
> > * at
> >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)*
> > * at
> >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)*
> > * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> > * at
> >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
> > * at
> >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
> > * at java.lang.reflect.Method.invoke(Method.java:597)*
> > * at
> >
> >
> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)*
> > * at
> >
> >
> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)*
> > * at
> >
> >
> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)*
> > * at
> >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)*
> > * at
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)*
> >
> > *Running org.apache.flume.sink.hbase.TestHBaseSink*
> > *Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.557
> sec
> > <<< FAILURE!*
> > *org.apache.flume.sink.hbase.TestHBaseSink  Time elapsed: 557 sec  <<<
> > ERROR!*
> > *java.lang.NoSuchMethodError:
> >
> >
> org.apache.hadoop.hdfs.MiniDFSCluster.(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V*
> > * at
> >
> >
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:433)*
> > * at
> >
> >
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:601)*
> > * at
> >
> >
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:557)*
> > * at
> >
> >
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:526)*
> > * at
> >
> org.apache.flume.sink.hbase.TestHBaseSink.setUpOnce(TestHBaseSink.java:81)*
> > * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> > * at
> >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
> > * at
> >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
> 

Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-13 Thread Hari Shreedharan
Did you compile hbase 94 against Hadoop 2 before running the build? Hbase
did not release Hadoop 2 compatible artifacts.

On Friday, June 13, 2014, Roshan Naik  wrote:

> Do we plan to support -Dhadoop.profile=2  ? it appears to be failing on
> asynchbase tests:
>
> # mvn  -Dhadoop.profile=2
>
> -roshan
>
>
>
> *---*
> * T E S T S*
> *---*
> *Running org.apache.flume.sink.hbase.TestAsyncHBaseSink*
> *Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.549 sec
> <<< FAILURE!*
> *org.apache.flume.sink.hbase.TestAsyncHBaseSink  Time elapsed: 548 sec  <<<
> ERROR!*
> *java.lang.NoSuchMethodError:
>
> org.apache.hadoop.hdfs.MiniDFSCluster.(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V*
> * at
>
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:433)*
> * at
>
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:601)*
> * at
>
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:557)*
> * at
>
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:526)*
> * at
>
> org.apache.flume.sink.hbase.TestAsyncHBaseSink.setUp(TestAsyncHBaseSink.java:69)*
> * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> * at
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
> * at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
> * at java.lang.reflect.Method.invoke(Method.java:597)*
> * at
>
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)*
> * at
>
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)*
> * at
>
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)*
> * at
>
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)*
> * at
>
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)*
> * at org.junit.runners.ParentRunner.run(ParentRunner.java:300)*
> * at
>
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)*
> * at
>
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)*
> * at
>
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)*
> * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> * at
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
> * at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
> * at java.lang.reflect.Method.invoke(Method.java:597)*
> * at
>
> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)*
> * at
>
> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)*
> * at
>
> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)*
> * at
>
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)*
> * at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)*
>
> *Running org.apache.flume.sink.hbase.TestHBaseSink*
> *Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.557 sec
> <<< FAILURE!*
> *org.apache.flume.sink.hbase.TestHBaseSink  Time elapsed: 557 sec  <<<
> ERROR!*
> *java.lang.NoSuchMethodError:
>
> org.apache.hadoop.hdfs.MiniDFSCluster.(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V*
> * at
>
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:433)*
> * at
>
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:601)*
> * at
>
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:557)*
> * at
>
> org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:526)*
> * at
> org.apache.flume.sink.hbase.TestHBaseSink.setUpOnce(TestHBaseSink.java:81)*
> * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
> * at
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
> * at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
> * at java.lang.reflect.Method.invoke(Method.java:597)*
> * at
>
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)*
> * at
>
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)*
> * at
>
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)*
> * at
>
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBe

Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-13 Thread Roshan Naik
Do we plan to support -Dhadoop.profile=2  ? it appears to be failing on
asynchbase tests:

# mvn  -Dhadoop.profile=2

-roshan



*---*
* T E S T S*
*---*
*Running org.apache.flume.sink.hbase.TestAsyncHBaseSink*
*Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.549 sec
<<< FAILURE!*
*org.apache.flume.sink.hbase.TestAsyncHBaseSink  Time elapsed: 548 sec  <<<
ERROR!*
*java.lang.NoSuchMethodError:
org.apache.hadoop.hdfs.MiniDFSCluster.(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V*
* at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:433)*
* at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:601)*
* at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:557)*
* at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:526)*
* at
org.apache.flume.sink.hbase.TestAsyncHBaseSink.setUp(TestAsyncHBaseSink.java:69)*
* at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
* at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
* at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
* at java.lang.reflect.Method.invoke(Method.java:597)*
* at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)*
* at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)*
* at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)*
* at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)*
* at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)*
* at org.junit.runners.ParentRunner.run(ParentRunner.java:300)*
* at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)*
* at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)*
* at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)*
* at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
* at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
* at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
* at java.lang.reflect.Method.invoke(Method.java:597)*
* at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)*
* at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)*
* at
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)*
* at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)*
* at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)*

*Running org.apache.flume.sink.hbase.TestHBaseSink*
*Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.557 sec
<<< FAILURE!*
*org.apache.flume.sink.hbase.TestHBaseSink  Time elapsed: 557 sec  <<<
ERROR!*
*java.lang.NoSuchMethodError:
org.apache.hadoop.hdfs.MiniDFSCluster.(ILorg/apache/hadoop/conf/Configuration;IZZZLorg/apache/hadoop/hdfs/server/common/HdfsConstants$StartupOption;[Ljava/lang/String;[Ljava/lang/String;[J)V*
* at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniDFSCluster(HBaseTestingUtility.java:433)*
* at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:601)*
* at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:557)*
* at
org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseTestingUtility.java:526)*
* at
org.apache.flume.sink.hbase.TestHBaseSink.setUpOnce(TestHBaseSink.java:81)*
* at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
* at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
* at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
* at java.lang.reflect.Method.invoke(Method.java:597)*
* at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)*
* at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)*
* at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)*
* at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)*
* at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)*
* at org.junit.runners.ParentRunner.run(ParentRunner.java:300)*
* at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)*
* at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)*
* at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)*

Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-13 Thread Hari Shreedharan
Thanks Cos!  


Thanks,
Hari


On Thursday, June 12, 2014 at 11:45 PM, Konstantin Boudnik wrote:

> I will give it a sping in Bigtop tomorrow - sorry for the delay: been a crazy
> week ;(
> 
> Thanks guys!
> Cos
> 
> On Thu, Jun 12, 2014 at 10:36PM, Arvind Prabhakar wrote:
> > +1
> > 
> > Thanks for shepherding this Hari.
> > 
> > Regards,
> > Arvind Prabhakar
> > 
> > 
> > On Tue, Jun 10, 2014 at 3:40 PM, Hari Shreedharan 
> > mailto:hshreedha...@cloudera.com)
> > > wrote:
> > 
> > 
> > > This is a vote for the next release of Apache Flume, version 1.5.0.1. We
> > > are voting on release candidate RC1.
> > > 
> > > It fixes the following issues:
> > > http://s.apache.org/v7X
> > > 
> > > *** Please cast your vote within the next 72 hours ***
> > > 
> > > The tarball (*.tar.gz), signature (*.asc), and checksums (*.md5, *.sha1)
> > > for the source and binary artifacts can be found here:
> > > https://people.apache.org/~hshreedharan/apache-flume-1.5.0.1-rc1/
> > > 
> > > Maven staging repo:
> > > https://repository.apache.org/content/repositories/orgapacheflume-1004/
> > > 
> > > The tag to be voted on:
> > > 
> > > 
> > > https://git-wip-us.apache.org/repos/asf?p=flume.git;a=commit;h=ceda6aa1126a01370641caf729d8b1dd6d80aa61
> > > 
> > > Flume's KEYS file containing PGP keys we use to sign the release:
> > > http://www.apache.org/dist/flume/KEYS
> > > 
> > > 
> > > Thanks,
> > > Hari
> > > 
> > 
> > 
> 
> 
> 




Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-13 Thread Hari Shreedharan
Roshan, 

No. The released artifacts are going to be on hadoop-1 itself. Until we can 
come up with a naming scheme and the related build changes so that the 
artifacts for hadoop-1 and 2 can exist simultaneously - we probably should 
stick to just releasing the 1.0 compatible artifacts. 


Thanks,
Hari


On Thursday, June 12, 2014 at 8:04 PM, Roshan Naik wrote:

> Will the released binaries be built with the new -Dhadoop.profile=hbase-98
> option ?
> 
> 
> On Wed, Jun 11, 2014 at 8:54 AM, Ashish  (mailto:paliwalash...@gmail.com)> wrote:
> 
> > +1
> > 
> > Build works good and all tests pass
> > 
> > 
> > On Wed, Jun 11, 2014 at 4:10 AM, Hari Shreedharan <
> > hshreedha...@cloudera.com (mailto:hshreedha...@cloudera.com)
> > > wrote:
> > 
> > 
> > > This is a vote for the next release of Apache Flume, version 1.5.0.1. We
> > > are voting on release candidate RC1.
> > > 
> > > It fixes the following issues:
> > > http://s.apache.org/v7X
> > > 
> > > *** Please cast your vote within the next 72 hours ***
> > > 
> > > The tarball (*.tar.gz), signature (*.asc), and checksums (*.md5, *.sha1)
> > > for the source and binary artifacts can be found here:
> > > https://people.apache.org/~hshreedharan/apache-flume-1.5.0.1-rc1/
> > > 
> > > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapacheflume-1004/
> > > 
> > > The tag to be voted on:
> > https://git-wip-us.apache.org/repos/asf?p=flume.git;a=commit;h=ceda6aa1126a01370641caf729d8b1dd6d80aa61
> > > 
> > > Flume's KEYS file containing PGP keys we use to sign the release:
> > > http://www.apache.org/dist/flume/KEYS
> > > 
> > > 
> > > Thanks,
> > > Hari
> > > 
> > 
> > 
> > 
> > 
> > --
> > thanks
> > ashish
> > 
> > Blog: http://www.ashishpaliwal.com/blog
> > My Photo Galleries: http://www.pbase.com/ashishpaliwal
> > 
> 
> 
> -- 
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to 
> which it is addressed and may contain information that is confidential, 
> privileged and exempt from disclosure under applicable law. If the reader 
> of this message is not the intended recipient, you are hereby notified that 
> any printing, copying, dissemination, distribution, disclosure or 
> forwarding of this communication is strictly prohibited. If you have 
> received this communication in error, please contact the sender immediately 
> and delete it from your system. Thank You.
> 
> 




Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-12 Thread Konstantin Boudnik
I will give it a sping in Bigtop tomorrow - sorry for the delay: been a crazy
week ;(

Thanks guys!
  Cos

On Thu, Jun 12, 2014 at 10:36PM, Arvind Prabhakar wrote:
> +1
> 
> Thanks for shepherding this Hari.
> 
> Regards,
> Arvind Prabhakar
> 
> 
> On Tue, Jun 10, 2014 at 3:40 PM, Hari Shreedharan  > wrote:
> 
> >  This is a vote for the next release of Apache Flume, version 1.5.0.1. We
> > are voting on release candidate RC1.
> >
> > It fixes the following issues:
> >   http://s.apache.org/v7X
> >
> > *** Please cast your vote within the next 72 hours ***
> >
> > The tarball (*.tar.gz), signature (*.asc), and checksums (*.md5, *.sha1)
> > for the source and binary artifacts can be found here:
> >https://people.apache.org/~hshreedharan/apache-flume-1.5.0.1-rc1/
> >
> > Maven staging repo:
> >   https://repository.apache.org/content/repositories/orgapacheflume-1004/
> >
> > The tag to be voted on:
> >
> >
> > https://git-wip-us.apache.org/repos/asf?p=flume.git;a=commit;h=ceda6aa1126a01370641caf729d8b1dd6d80aa61
> >
> > Flume's KEYS file containing PGP keys we use to sign the release:
> >   http://www.apache.org/dist/flume/KEYS
> >
> >
> > Thanks,
> > Hari
> >


Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-12 Thread Arvind Prabhakar
+1

Thanks for shepherding this Hari.

Regards,
Arvind Prabhakar


On Tue, Jun 10, 2014 at 3:40 PM, Hari Shreedharan  wrote:

>  This is a vote for the next release of Apache Flume, version 1.5.0.1. We
> are voting on release candidate RC1.
>
> It fixes the following issues:
>   http://s.apache.org/v7X
>
> *** Please cast your vote within the next 72 hours ***
>
> The tarball (*.tar.gz), signature (*.asc), and checksums (*.md5, *.sha1)
> for the source and binary artifacts can be found here:
>https://people.apache.org/~hshreedharan/apache-flume-1.5.0.1-rc1/
>
> Maven staging repo:
>   https://repository.apache.org/content/repositories/orgapacheflume-1004/
>
> The tag to be voted on:
>
>
> https://git-wip-us.apache.org/repos/asf?p=flume.git;a=commit;h=ceda6aa1126a01370641caf729d8b1dd6d80aa61
>
> Flume's KEYS file containing PGP keys we use to sign the release:
>   http://www.apache.org/dist/flume/KEYS
>
>
> Thanks,
> Hari
>


Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-12 Thread Roshan Naik
Will the released binaries be built with the new -Dhadoop.profile=hbase-98
option ?


On Wed, Jun 11, 2014 at 8:54 AM, Ashish  wrote:

> +1
>
> Build works good and all tests pass
>
>
> On Wed, Jun 11, 2014 at 4:10 AM, Hari Shreedharan <
> hshreedha...@cloudera.com
> > wrote:
>
> >  This is a vote for the next release of Apache Flume, version 1.5.0.1. We
> > are voting on release candidate RC1.
> >
> > It fixes the following issues:
> >   http://s.apache.org/v7X
> >
> > *** Please cast your vote within the next 72 hours ***
> >
> > The tarball (*.tar.gz), signature (*.asc), and checksums (*.md5, *.sha1)
> > for the source and binary artifacts can be found here:
> >https://people.apache.org/~hshreedharan/apache-flume-1.5.0.1-rc1/
> >
> > Maven staging repo:
> >
> https://repository.apache.org/content/repositories/orgapacheflume-1004/
> >
> > The tag to be voted on:
> >
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=flume.git;a=commit;h=ceda6aa1126a01370641caf729d8b1dd6d80aa61
> >
> > Flume's KEYS file containing PGP keys we use to sign the release:
> >   http://www.apache.org/dist/flume/KEYS
> >
> >
> > Thanks,
> > Hari
> >
>
>
>
> --
> thanks
> ashish
>
> Blog: http://www.ashishpaliwal.com/blog
> My Photo Galleries: http://www.pbase.com/ashishpaliwal
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.


Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-11 Thread Ashish
+1

Build works good and all tests pass


On Wed, Jun 11, 2014 at 4:10 AM, Hari Shreedharan  wrote:

>  This is a vote for the next release of Apache Flume, version 1.5.0.1. We
> are voting on release candidate RC1.
>
> It fixes the following issues:
>   http://s.apache.org/v7X
>
> *** Please cast your vote within the next 72 hours ***
>
> The tarball (*.tar.gz), signature (*.asc), and checksums (*.md5, *.sha1)
> for the source and binary artifacts can be found here:
>https://people.apache.org/~hshreedharan/apache-flume-1.5.0.1-rc1/
>
> Maven staging repo:
>   https://repository.apache.org/content/repositories/orgapacheflume-1004/
>
> The tag to be voted on:
>
>
> https://git-wip-us.apache.org/repos/asf?p=flume.git;a=commit;h=ceda6aa1126a01370641caf729d8b1dd6d80aa61
>
> Flume's KEYS file containing PGP keys we use to sign the release:
>   http://www.apache.org/dist/flume/KEYS
>
>
> Thanks,
> Hari
>



-- 
thanks
ashish

Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal


Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-11 Thread Hari Shreedharan
There were some questions about why we are doing 1.5.0.1 instead of 1.5.1. The 
last time we did a 1.x.y release, it was a “real” maintenance release with real 
bug fixes and it was recommended that the users upgrade to that release (1.3.1 
release). This time, there is no real difference from a user perspective for 
1.5.0 and 1.5.0.1 except being compatible with a newer HBase release and the 
ability for BigTop to ship it. For all practical purposes, this is the same 
release as Flume 1.5.0 - which is why I chose to call it 1.5.0.1 rather than 
1.5.1.


Thanks,
Hari


On Tuesday, June 10, 2014 at 8:50 PM, Jarek Jarcec Cecho wrote:

> +1.
>  
> Looks good to me.
>  
> Jarcec
>  
> On Tue, Jun 10, 2014 at 03:40:25PM -0700, Hari Shreedharan wrote:
> > This is a vote for the next release of Apache Flume, version 1.5.0.1. We
> > are voting on release candidate RC1.
> >  
> > It fixes the following issues:
> > http://s.apache.org/v7X
> >  
> > *** Please cast your vote within the next 72 hours ***
> >  
> > The tarball (*.tar.gz), signature (*.asc), and checksums (*.md5, *.sha1)
> > for the source and binary artifacts can be found here:
> > https://people.apache.org/~hshreedharan/apache-flume-1.5.0.1-rc1/
> >  
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapacheflume-1004/
> >  
> > The tag to be voted on:
> >  
> > https://git-wip-us.apache.org/repos/asf?p=flume.git;a=commit;h=ceda6aa1126a01370641caf729d8b1dd6d80aa61
> >  
> > Flume's KEYS file containing PGP keys we use to sign the release:
> > http://www.apache.org/dist/flume/KEYS
> >  
> >  
> > Thanks,
> > Hari
> >  
>  
>  
>  




Re: [VOTE] Apache Flume 1.5.0.1 RC1

2014-06-10 Thread Jarek Jarcec Cecho
+1.

Looks good to me.

Jarcec

On Tue, Jun 10, 2014 at 03:40:25PM -0700, Hari Shreedharan wrote:
>  This is a vote for the next release of Apache Flume, version 1.5.0.1. We
> are voting on release candidate RC1.
> 
> It fixes the following issues:
>   http://s.apache.org/v7X
> 
> *** Please cast your vote within the next 72 hours ***
> 
> The tarball (*.tar.gz), signature (*.asc), and checksums (*.md5, *.sha1)
> for the source and binary artifacts can be found here:
>https://people.apache.org/~hshreedharan/apache-flume-1.5.0.1-rc1/
> 
> Maven staging repo:
>   https://repository.apache.org/content/repositories/orgapacheflume-1004/
> 
> The tag to be voted on:
> 
> https://git-wip-us.apache.org/repos/asf?p=flume.git;a=commit;h=ceda6aa1126a01370641caf729d8b1dd6d80aa61
> 
> Flume's KEYS file containing PGP keys we use to sign the release:
>   http://www.apache.org/dist/flume/KEYS
> 
> 
> Thanks,
> Hari


signature.asc
Description: Digital signature


[VOTE] Apache Flume 1.5.0.1 RC1

2014-06-10 Thread Hari Shreedharan
 This is a vote for the next release of Apache Flume, version 1.5.0.1. We
are voting on release candidate RC1.

It fixes the following issues:
  http://s.apache.org/v7X

*** Please cast your vote within the next 72 hours ***

The tarball (*.tar.gz), signature (*.asc), and checksums (*.md5, *.sha1)
for the source and binary artifacts can be found here:
   https://people.apache.org/~hshreedharan/apache-flume-1.5.0.1-rc1/

Maven staging repo:
  https://repository.apache.org/content/repositories/orgapacheflume-1004/

The tag to be voted on:

https://git-wip-us.apache.org/repos/asf?p=flume.git;a=commit;h=ceda6aa1126a01370641caf729d8b1dd6d80aa61

Flume's KEYS file containing PGP keys we use to sign the release:
  http://www.apache.org/dist/flume/KEYS


Thanks,
Hari