The integration tests fails since there were previous errors in the build,
therefore maven did not generate the tarball.

On Tue, Jul 12, 2016 at 12:01 PM, Attila Simon <[email protected]> wrote:

> Hi,
>
> "TestFileChannel.testInOut:117 ?  Failed to locate tar-ball
> distribution. Pleas..."
> These seem transient and build related. OOM killer, disk swipe, some
> restart, etc. Would you mind retriggring the job? I don't have
> perimissions for that.
>
>
> Regression
>
> org.apache.flume.test.agent.TestSpooldirSource.testManySpooldirs
>
> Failing for the past 1 build (Since #176 )
> Took 15 ms.
>
> Error Message
>
> Failed to locate tar-ball distribution. Please specify explicitly via
> system property: flume.dist.tarball
>
> Stacktrace
>
> java.lang.Exception: Failed to locate tar-ball distribution. Please
> specify explicitly via system property: flume.dist.tarball
> at org.apache.flume.test.util.StagedInstall.<init>(StagedInstall.java:219)
> at
> org.apache.flume.test.util.StagedInstall.getInstance(StagedInstall.java:76)
> at
> org.apache.flume.test.agent.TestSpooldirSource.setup(TestSpooldirSource.java:59)
>
> Standard Output
>
> 2016-07-11 00:07:44,715 (main) [INFO -
> org.apache.flume.test.util.StagedInstall.<init>(StagedInstall.java:211)]
> No value specified for system property: flume.dist.tarball. Will
> attempt to use relative path to locate dist tarball.
> 2016-07-11 00:07:44,719 (main) [INFO -
> org.apache.flume.test.util.StagedInstall.<init>(StagedInstall.java:211)]
> No value specified for system property: flume.dist.tarball. Will
> attempt to use relative path to locate dist tarball.
>
> @Mike StagedInstall was last edited by you, do you happen to remember
> whether is there any documentation to catch the idea how this supposed
> to work in details, what are the weak points if there is any? (I got a
> high level just by looking at the code but would be good to know the
> original intent and reasoning why it was implemented in exactly this
> way)
>
> @Mike: decomposing what you wrote: ~5.6G is the max memory and flume
> would like to allocate its first ~1M block of direct memory. I guess
> jenkins was configured with a non sun/oracle jvm but that shouldn't be
> an issue. If OOM killer did this then it might be related but unlikely
> that 1M triggered it (unless the allowed max direct memory was set to
> something smaller than 1M). Otherwise it seems normal in aspect of
> file channel.
>
> The corresponding code is this:
> private static long getDefaultDirectMemorySize() {
>   try {
>     Class<?> VM = Class.forName("sun.misc.VM");
>     Method maxDirectMemory = VM.getDeclaredMethod("maxDirectMemory",
> (Class<?>)null);
>     Object result = maxDirectMemory.invoke(null, (Object[])null);
>     if (result != null && result instanceof Long) {
>       return (Long)result;
>     }
>   } catch (Exception e) {
>     LOG.info("Unable to get maxDirectMemory from VM: " +
>         e.getClass().getSimpleName() + ": " + e.getMessage());
>   }
>   // default according to VM.maxDirectMemory()
>   return Runtime.getRuntime().maxMemory();
> }
>
> Attila Simon
> Software Engineer
> Email:   [email protected]
>
>
>
>
> On Tue, Jul 12, 2016 at 5:38 AM, Lior Zeno <[email protected]> wrote:
> > It's weird, not sure why the test was killed. Maybe the output file has a
> > few more hints.
> >
> > Could you please upload the output file? I can't access it since it
> > requires a Jenkins user.
> > On Jul 12, 2016 00:51, "Mike Percy" <[email protected]> wrote:
> >
> > TestFileChannel was killed for some reason on this run.
> >
> > From https://builds.apache.org/job/Flume-trunk-hbase-1/177/consoleFull :
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.flume.channel.file.TestLogFile
> > Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.997
> sec
> > Running org.apache.flume.channel.file.TestFileChannel
> > Killed
> >
> >
> > I wonder if the OOM killer got it or something?
> >
> > Not a lot to go on from the test log:
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-channels/flume-file-channel/target/surefire-reports/org.apache.flume.channel.file.TestLogFile-output.txt
> >
> > Except this at the top:
> >
> > 2016-07-11 20:51:58,683 (main) [INFO -
> >
> org.apache.flume.tools.DirectMemoryUtils.getDefaultDirectMemorySize(DirectMemoryUtils.java:112)]
> > Unable to get maxDirectMemory from VM: NoSuchMethodException:
> > sun.misc.VM.maxDirectMemory(null)
> > 2016-07-11 20:51:58,698 (main) [INFO -
> >
> org.apache.flume.tools.DirectMemoryUtils.allocate(DirectMemoryUtils.java:48)]
> > Direct Memory Allocation:  Allocation = 1048576, Allocated = 0,
> > MaxDirectMemorySize = 5616697344, Remaining = 5616697344
> >
> > I wonder if that could have anything to do with this. I don't have much
> > time to investigate right now, though.
> >
> > Mike
> >
> > On Mon, Jul 11, 2016 at 2:24 PM, Apache Jenkins Server <
> > [email protected]> wrote:
> >
> >> See <https://builds.apache.org/job/Flume-trunk-hbase-1/177/>
> >>
> >> ------------------------------------------
> >> [...truncated 3122 lines...]
> >> Tests in error:
> >>   TestFileChannel.testInOut:117 ?  Failed to locate tar-ball
> distribution.
> >> Pleas...
> >>   TestFileChannel.tearDown:95 ?  Failed to locate tar-ball distribution.
> >> Please ...
> >>   TestSpooldirSource.setup:59 ?  Failed to locate tar-ball distribution.
> >> Please ...
> >>   TestSpooldirSource.teardown:111 ?  Failed to locate tar-ball
> >> distribution. Ple...
> >>   TestRpcClient.setUp:36 ?  Failed to locate tar-ball distribution.
> Please
> >> speci...
> >>   TestRpcClient.tearDown:42 ?  Failed to locate tar-ball distribution.
> >> Please sp...
> >>   TestRpcClientCommunicationFailure.testFailure:61 ?  Failed to locate
> >> tar-ball ...
> >>   TestSyslogSource.testKeepFields:72 ?  Failed to locate tar-ball
> >> distribution. ...
> >>   TestSyslogSource.tearDown:63 ? NullPointer
> >>   TestSyslogSource.testRemoveFields:82 ?  Failed to locate tar-ball
> >> distribution...
> >>   TestSyslogSource.tearDown:63 ? NullPointer
> >>   TestSyslogSource.testKeepTimestampAndHostname:92 ?  Failed to locate
> >> tar-ball ...
> >>   TestSyslogSource.tearDown:63 ? NullPointer
> >>   TestSyslogSource.testKeepFields:72 ?  Failed to locate tar-ball
> >> distribution. ...
> >>   TestSyslogSource.tearDown:63 ? NullPointer
> >>   TestSyslogSource.testRemoveFields:82 ?  Failed to locate tar-ball
> >> distribution...
> >>   TestSyslogSource.tearDown:63 ? NullPointer
> >>   TestSyslogSource.testKeepTimestampAndHostname:92 ?  Failed to locate
> >> tar-ball ...
> >>   TestSyslogSource.tearDown:63 ? NullPointer
> >>
> >> Tests run: 19, Failures: 0, Errors: 19, Skipped: 0
> >>
> >> [ERROR] There are test failures.
> >>
> >> Please refer to <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-tests/target/surefire-reports
> >>
> >> for the individual test results.
> >> [JENKINS] Recording test results
> >> [INFO]
> >> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-tests ---
> >> [INFO] Building jar: <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-tests/target/flume-ng-tests-1.7.0-SNAPSHOT.jar
> >> >
> >> [INFO]
> >> [INFO] --- apache-rat-plugin:0.11:check (verify.rat) @ flume-ng-tests
> ---
> >> [INFO] 51 implicit excludes (use -debug for more details).
> >> [INFO] Exclude: **/.idea/
> >> [INFO] Exclude: **/*.iml
> >> [INFO] Exclude: **/nb-configuration.xml
> >> [INFO] Exclude: .git/
> >> [INFO] Exclude: patchprocess/
> >> [INFO] Exclude: .gitignore
> >> [INFO] Exclude: .repository/
> >> [INFO] Exclude: **/*.diff
> >> [INFO] Exclude: **/*.patch
> >> [INFO] Exclude: **/*.avsc
> >> [INFO] Exclude: **/*.avro
> >> [INFO] Exclude: **/docs/**
> >> [INFO] Exclude: **/test/resources/**
> >> [INFO] Exclude: **/.settings/*
> >> [INFO] Exclude: **/.classpath
> >> [INFO] Exclude: **/.project
> >> [INFO] Exclude: **/target/**
> >> [INFO] Exclude: **/derby.log
> >> [INFO] Exclude: **/metastore_db/
> >> [INFO] 9 resources included (use -debug for more details)
> >> Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property '
> >> http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not
> >> recognized.
> >> Compiler warnings:
> >>   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property '
> >> http://javax.xml.XMLConstants/property/accessExternalDTD' is not
> >> recognized.'
> >> Warning:  org.apache.xerces.parsers.SAXParser: Feature '
> >> http://javax.xml.XMLConstants/feature/secure-processing' is not
> >> recognized.
> >> Warning:  org.apache.xerces.parsers.SAXParser: Property '
> >> http://javax.xml.XMLConstants/property/accessExternalDTD' is not
> >> recognized.
> >> Warning:  org.apache.xerces.parsers.SAXParser: Property '
> >> http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not
> >> recognized.
> >> [INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated:
> 0
> >> approved: 9 licence.
> >> [INFO]
> >> [INFO] --- maven-checkstyle-plugin:2.17:check (verify) @ flume-ng-tests
> > ---
> >> [INFO]
> >> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> >> flume-ng-tests ---
> >> [INFO] Installing <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-tests/target/flume-ng-tests-1.7.0-SNAPSHOT.jar
> >>
> >> to <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/.repository/org/apache/flume/flume-ng-tests/1.7.0-SNAPSHOT/flume-ng-tests-1.7.0-SNAPSHOT.jar
> >> >
> >> [INFO] Installing <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-tests/pom.xml
> >
> >> to <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/.repository/org/apache/flume/flume-ng-tests/1.7.0-SNAPSHOT/flume-ng-tests-1.7.0-SNAPSHOT.pom
> >> >
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Reactor Summary:
> >> [INFO]
> >> [INFO] Flume checkstyle project ........................... SUCCESS [
> >> 20.749 s]
> >> [INFO] Apache Flume ....................................... SUCCESS [
> >> 7.659 s]
> >> [INFO] Flume NG SDK ....................................... SUCCESS
> [02:03
> >> min]
> >> [INFO] Flume NG Configuration ............................. SUCCESS [
> >> 9.592 s]
> >> [INFO] Flume Auth ......................................... SUCCESS [
> >> 25.561 s]
> >> [INFO] Flume NG Core ...................................... SUCCESS
> [08:27
> >> min]
> >> [INFO] Flume NG Sinks ..................................... SUCCESS [
> >> 0.824 s]
> >> [INFO] Flume NG HDFS Sink ................................. SUCCESS
> [02:29
> >> min]
> >> [INFO] Flume NG IRC Sink .................................. SUCCESS [
> >> 4.381 s]
> >> [INFO] Flume NG Channels .................................. SUCCESS [
> >> 0.650 s]
> >> [INFO] Flume NG JDBC channel .............................. SUCCESS
> [02:10
> >> min]
> >> [INFO] Flume NG file-based channel ........................ FAILURE
> [11:20
> >> min]
> >> [INFO] Flume NG Spillable Memory channel .................. SKIPPED
> >> [INFO] Flume NG Node ...................................... SKIPPED
> >> [INFO] Flume NG Embedded Agent ............................ SKIPPED
> >> [INFO] Flume NG HBase Sink ................................ SUCCESS
> [05:30
> >> min]
> >> [INFO] Flume NG ElasticSearch Sink ........................ SUCCESS
> [01:16
> >> min]
> >> [INFO] Flume NG Morphline Solr Sink ....................... SUCCESS [
> >> 40.183 s]
> >> [INFO] Flume Kafka Sink ................................... SUCCESS [
> >> 24.372 s]
> >> [INFO] Flume NG Kite Dataset Sink ......................... SUCCESS [
> >> 30.150 s]
> >> [INFO] Flume NG Hive Sink ................................. SUCCESS
> [04:03
> >> min]
> >> [INFO] Flume Sources ...................................... SUCCESS [
> >> 0.853 s]
> >> [INFO] Flume Scribe Source ................................ SUCCESS [
> >> 23.155 s]
> >> [INFO] Flume JMS Source ................................... SUCCESS [
> >> 26.401 s]
> >> [INFO] Flume Twitter Source ............................... SUCCESS [
> >> 3.552 s]
> >> [INFO] Flume Kafka Source ................................. SUCCESS
> [01:46
> >> min]
> >> [INFO] Flume Taildir Source ............................... SUCCESS [
> >> 18.310 s]
> >> [INFO] flume-kafka-channel ................................ SUCCESS
> [02:01
> >> min]
> >> [INFO] Flume legacy Sources ............................... SUCCESS [
> >> 0.760 s]
> >> [INFO] Flume legacy Avro source ........................... SUCCESS [
> >> 4.811 s]
> >> [INFO] Flume legacy Thrift Source ......................... SUCCESS [
> >> 6.263 s]
> >> [INFO] Flume NG Clients ................................... SUCCESS [
> >> 0.646 s]
> >> [INFO] Flume NG Log4j Appender ............................ SUCCESS [
> >> 46.442 s]
> >> [INFO] Flume NG Tools ..................................... SKIPPED
> >> [INFO] Flume NG distribution .............................. SKIPPED
> >> [INFO] Flume NG Integration Tests ......................... SUCCESS [
> >> 11.679 s]
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] BUILD FAILURE
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Total time: 47:13 min
> >> [INFO] Finished at: 2016-07-11T21:22:31+00:00
> >> [INFO] Final Memory: 304M/594M
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> Waiting for Jenkins to finish collecting data
> >> [ERROR] Failed to execute goal
> >> org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test
> (default-test)
> >> on project flume-file-channel: ExecutionException; nested exception is
> >> java.util.concurrent.ExecutionException: java.lang.RuntimeException: The
> >> forked VM terminated without saying properly goodbye. VM crash or
> >> System.exit called ? -> [Help 1]
> >> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> execute
> >> goal org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test
> >> (default-test) on project flume-file-channel: ExecutionException; nested
> >> exception is java.util.concurrent.ExecutionException:
> >> java.lang.RuntimeException: The forked VM terminated without saying
> >> properly goodbye. VM crash or System.exit called ?
> >>         at
> >>
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
> >>         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:116)
> >>         at
> >>
> >
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> >>         at
> >>
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> >>         at
> >>
> >
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
> >>         at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
> >>         at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
> >>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
> >>         at
> >>
> >
> org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132)
> >>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>         at
> >>
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> >>         at
> >>
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >>         at java.lang.reflect.Method.invoke(Method.java:606)
> >>         at
> >>
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
> >>         at
> >>
> >
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
> >>         at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186)
> >>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>         at
> >>
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> >>         at
> >>
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >>         at java.lang.reflect.Method.invoke(Method.java:606)
> >>         at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
> >>         at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
> >>         at hudson.remoting.UserRequest.perform(UserRequest.java:120)
> >>         at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> >>         at hudson.remoting.Request$2.run(Request.java:326)
> >>         at
> >>
> >
> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
> >>         at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> >>         at
> >>
> >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> >>         at
> >>
> >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> >>         at java.lang.Thread.run(Thread.java:745)
> >> Caused by: org.apache.maven.plugin.MojoExecutionException:
> >> ExecutionException; nested exception is
> >> java.util.concurrent.ExecutionException: java.lang.RuntimeException: The
> >> forked VM terminated without saying properly goodbye. VM crash or
> >> System.exit called ?
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.SurefirePlugin.assertNoException(SurefirePlugin.java:160)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:149)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:650)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:586)
> >>         at
> >>
> >
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
> >>         at
> >>
> >
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
> >>         ... 31 more
> >> Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException:
> >> ExecutionException; nested exception is
> >> java.util.concurrent.ExecutionException: java.lang.RuntimeException: The
> >> forked VM terminated without saying properly goodbye. VM crash or
> >> System.exit called ?
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:192)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:121)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:740)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:682)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:648)
> >>         ... 34 more
> >> Caused by: java.util.concurrent.ExecutionException:
> >> java.lang.RuntimeException: The forked VM terminated without saying
> >> properly goodbye. VM crash or System.exit called ?
> >>         at java.util.concurrent.FutureTask.report(FutureTask.java:122)
> >>         at java.util.concurrent.FutureTask.get(FutureTask.java:188)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:176)
> >>         ... 38 more
> >> Caused by: java.lang.RuntimeException: The forked VM terminated without
> >> saying properly goodbye. VM crash or System.exit called ?
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.booterclient.output.ForkClient.close(ForkClient.java:257)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:301)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$100(ForkStarter.java:75)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:163)
> >>         at
> >>
> >
> org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:160)
> >>         ... 4 more
> >> [ERROR]
> >> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >> [ERROR]
> >> [ERROR] For more information about the errors and possible solutions,
> >> please read the following articles:
> >> [ERROR] [Help 1]
> >> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> >> [ERROR]
> >> [ERROR] After correcting the problems, you can resume the build with the
> >> command
> >> [ERROR]   mvn <goals> -rf :flume-file-channel
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-legacy-sources/flume-thrift-source/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-legacy-sources/flume-thrift-source/1.7.0-SNAPSHOT/flume-thrift-source-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-legacy-sources/flume-thrift-source/target/flume-thrift-source-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-legacy-sources/flume-thrift-source/1.7.0-SNAPSHOT/flume-thrift-source-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-ng-kafka-sink/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-ng-kafka-sink/1.7.0-SNAPSHOT/flume-ng-kafka-sink-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-ng-kafka-sink/target/flume-ng-kafka-sink-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-ng-kafka-sink/1.7.0-SNAPSHOT/flume-ng-kafka-sink-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-ng-kafka-sink/target/flume-ng-kafka-sink-1.7.0-SNAPSHOT-tests.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-ng-kafka-sink/1.7.0-SNAPSHOT/flume-ng-kafka-sink-1.7.0-SNAPSHOT-tests.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-channels/flume-spillable-memory-channel/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-channels/flume-spillable-memory-channel/1.7.0-SNAPSHOT/flume-spillable-memory-channel-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-dist/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-dist/1.7.0-SNAPSHOT/flume-ng-dist-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-dataset-sink/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-dataset-sink/1.7.0-SNAPSHOT/flume-dataset-sink-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-dataset-sink/target/flume-dataset-sink-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-dataset-sink/1.7.0-SNAPSHOT/flume-dataset-sink-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-legacy-sources/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-legacy-sources/1.7.0-SNAPSHOT/flume-ng-legacy-sources-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-channels/flume-kafka-channel/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-channels/flume-kafka-channel/1.7.0-SNAPSHOT/flume-kafka-channel-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-channels/flume-kafka-channel/target/flume-kafka-channel-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-channels/flume-kafka-channel/1.7.0-SNAPSHOT/flume-kafka-channel-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-checkstyle/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume/flume-checkstyle/1.7.0-SNAPSHOT/flume-checkstyle-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-checkstyle/target/flume-checkstyle-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume/flume-checkstyle/1.7.0-SNAPSHOT/flume-checkstyle-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sources/flume-twitter-source/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sources/flume-twitter-source/1.7.0-SNAPSHOT/flume-twitter-source-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sources/flume-twitter-source/target/flume-twitter-source-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sources/flume-twitter-source/1.7.0-SNAPSHOT/flume-twitter-source-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-clients/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-clients/1.7.0-SNAPSHOT/flume-ng-clients-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-channels/flume-jdbc-channel/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-channels/flume-jdbc-channel/1.7.0-SNAPSHOT/flume-jdbc-channel-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-channels/flume-jdbc-channel/target/flume-jdbc-channel-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-channels/flume-jdbc-channel/1.7.0-SNAPSHOT/flume-jdbc-channel-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-ng-morphline-solr-sink/1.7.0-SNAPSHOT/flume-ng-morphline-solr-sink-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-ng-morphline-solr-sink/target/flume-ng-morphline-solr-sink-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-ng-morphline-solr-sink/1.7.0-SNAPSHOT/flume-ng-morphline-solr-sink-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-ng-elasticsearch-sink/1.7.0-SNAPSHOT/flume-ng-elasticsearch-sink-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-ng-elasticsearch-sink/target/flume-ng-elasticsearch-sink-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-ng-elasticsearch-sink/1.7.0-SNAPSHOT/flume-ng-elasticsearch-sink-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-core/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-core/1.7.0-SNAPSHOT/flume-ng-core-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-core/target/flume-ng-core-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-core/1.7.0-SNAPSHOT/flume-ng-core-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-channels/flume-file-channel/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-channels/flume-file-channel/1.7.0-SNAPSHOT/flume-file-channel-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sources/flume-scribe-source/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sources/flume-scribe-source/1.7.0-SNAPSHOT/flume-scribe-source-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sources/flume-scribe-source/target/flume-scribe-source-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sources/flume-scribe-source/1.7.0-SNAPSHOT/flume-scribe-source-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-legacy-sources/flume-avro-source/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-legacy-sources/flume-avro-source/1.7.0-SNAPSHOT/flume-avro-source-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-legacy-sources/flume-avro-source/target/flume-avro-source-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-legacy-sources/flume-avro-source/1.7.0-SNAPSHOT/flume-avro-source-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-configuration/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-configuration/1.7.0-SNAPSHOT/flume-ng-configuration-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-configuration/target/flume-ng-configuration-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-configuration/1.7.0-SNAPSHOT/flume-ng-configuration-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-irc-sink/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-irc-sink/1.7.0-SNAPSHOT/flume-irc-sink-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-irc-sink/1.7.0-SNAPSHOT/flume-irc-sink-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-tools/pom.xml>
> >> to
> >>
> org.apache.flume/flume-tools/1.7.0-SNAPSHOT/flume-tools-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sources/flume-kafka-source/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sources/flume-kafka-source/1.7.0-SNAPSHOT/flume-kafka-source-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sources/flume-kafka-source/target/flume-kafka-source-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sources/flume-kafka-source/1.7.0-SNAPSHOT/flume-kafka-source-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/pom.xml> to
> >>
> >
> org.apache.flume/flume-parent/1.7.0-SNAPSHOT/flume-parent-1.7.0-SNAPSHOT.pom
> >> Compressed 45.68 KB of artifacts by 70.1% relative to #176
> >> [JENKINS] Archiving <
> >>
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-node/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-node/1.7.0-SNAPSHOT/flume-ng-node-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/pom.xml
> >
> >> to
> >>
> >
> org.apache.flume/flume-ng-sinks/1.7.0-SNAPSHOT/flume-ng-sinks-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-channels/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-channels/1.7.0-SNAPSHOT/flume-ng-channels-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sources/flume-jms-source/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sources/flume-jms-source/1.7.0-SNAPSHOT/flume-jms-source-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sources/flume-jms-source/target/flume-jms-source-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sources/flume-jms-source/1.7.0-SNAPSHOT/flume-jms-source-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-auth/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-auth/1.7.0-SNAPSHOT/flume-ng-auth-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-auth/target/flume-ng-auth-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-auth/1.7.0-SNAPSHOT/flume-ng-auth-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-clients/flume-ng-log4jappender/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-clients/flume-ng-log4jappender/1.7.0-SNAPSHOT/flume-ng-log4jappender-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-clients/flume-ng-log4jappender/target/flume-ng-log4jappender-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-clients/flume-ng-log4jappender/1.7.0-SNAPSHOT/flume-ng-log4jappender-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-clients/flume-ng-log4jappender/target/flume-ng-log4jappender-1.7.0-SNAPSHOT-jar-with-dependencies.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-clients/flume-ng-log4jappender/1.7.0-SNAPSHOT/flume-ng-log4jappender-1.7.0-SNAPSHOT-jar-with-dependencies.jar
> >> Compressed 7.10 MB of artifacts by 90.2% relative to #176
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-tests/pom.xml
> >
> >> to
> >>
> >
> org.apache.flume/flume-ng-tests/1.7.0-SNAPSHOT/flume-ng-tests-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-tests/target/flume-ng-tests-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-tests/1.7.0-SNAPSHOT/flume-ng-tests-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sources/flume-taildir-source/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sources/flume-taildir-source/1.7.0-SNAPSHOT/flume-taildir-source-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sources/flume-taildir-source/target/flume-taildir-source-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sources/flume-taildir-source/1.7.0-SNAPSHOT/flume-taildir-source-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sdk/pom.xml>
> >> to
> >>
> >
> org.apache.flume/flume-ng-sdk/1.7.0-SNAPSHOT/flume-ng-sdk-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sdk/target/flume-ng-sdk-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-sdk/1.7.0-SNAPSHOT/flume-ng-sdk-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sdk/target/flume-ng-sdk-1.7.0-SNAPSHOT-tests.jar
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-sdk/1.7.0-SNAPSHOT/flume-ng-sdk-1.7.0-SNAPSHOT-tests.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-embedded-agent/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-embedded-agent/1.7.0-SNAPSHOT/flume-ng-embedded-agent-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-hive-sink/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-hive-sink/1.7.0-SNAPSHOT/flume-hive-sink-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-hive-sink/target/flume-hive-sink-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-hive-sink/1.7.0-SNAPSHOT/flume-hive-sink-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-ng-hbase-sink/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-ng-hbase-sink/1.7.0-SNAPSHOT/flume-ng-hbase-sink-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-ng-hbase-sink/target/flume-ng-hbase-sink-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-ng-hbase-sink/1.7.0-SNAPSHOT/flume-ng-hbase-sink-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-hdfs-sink/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-hdfs-sink/1.7.0-SNAPSHOT/flume-hdfs-sink-1.7.0-SNAPSHOT.pom
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.7.0-SNAPSHOT.jar
> >>
> >> to
> >>
> >
> org.apache.flume.flume-ng-sinks/flume-hdfs-sink/1.7.0-SNAPSHOT/flume-hdfs-sink-1.7.0-SNAPSHOT.jar
> >> [JENKINS] Archiving <
> >>
> >
> https://builds.apache.org/job/Flume-trunk-hbase-1/ws/flume-ng-sources/pom.xml
> >>
> >> to
> >>
> >
> org.apache.flume/flume-ng-sources/1.7.0-SNAPSHOT/flume-ng-sources-1.7.0-SNAPSHOT.pom
> >> channel stopped
> >> [WARNINGS] Skipping publisher since build result is FAILURE
> >>
>
>

Reply via email to