You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flume.apache.org by vijay k <k....@gmail.com> on 2012/06/22 09:41:14 UTC

mvn package error

Hello All Flume user list,


Please help me out on the below issue.


Step1:

Installed maven3.x in flume_dir directory.

root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
total 4768
-rw-r--r--  1 root root 4873043 2012-06-21 12:36
apache-maven-3.0.4-bin.tar.gz
drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4

Step2:

root@md-trngpoc1:/usr/local/flume_dir#git clone git://
git.apache.org/flume.git

root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
total 4768
-rw-r--r--  1 root root 4873043 2012-06-21 12:36
apache-maven-3.0.4-bin.tar.gz
drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4
drwxr-xr-x 18 root root    4096 2012-06-22 12:31 flume

Step3:

root@md-trngpoc1:/usr/local/flume_dir#cd flume

Step4:

root@md-trngpoc1:/usr/local/flume_dir/flume#mvn package -DskipTests

While running the step4, I am getting the following output.




=================================================================================================================================================================================

[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
package com.google.common.base does not exist
[WARNING] import com.google.common.base.Preconditions;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
package org.apache.hadoop.io.SequenceFile does not exist
[WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
package org.apache.hadoop.io.compress does not exist
[WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
cannot find symbol
[WARNING] symbol  : class CompressionCodec
[WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
[WARNING] public void open(String filePath, CompressionCodec codec,
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
cannot find symbol
[WARNING] symbol  : class CompressionType
[WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
[WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
package org.apache.hadoop.io does not exist
[WARNING] import org.apache.hadoop.io.Text;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
package org.apache.hadoop.io does not exist
[WARNING] import org.apache.hadoop.io.LongWritable;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
cannot find symbol
[WARNING] symbol  : class Text
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
[WARNING] private Text makeText(Event e) {
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
cannot find symbol
[WARNING] symbol  : class LongWritable
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
[WARNING] public Class<LongWritable> getKeyClass() {
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
cannot find symbol
[WARNING] symbol  : class Text
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
[WARNING] public Class<Text> getValueClass() {
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
package org.apache.hadoop.conf does not exist
[WARNING] import org.apache.hadoop.conf.Configuration;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
package org.apache.hadoop.fs does not exist
[WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
package org.apache.hadoop.fs does not exist
[WARNING] import org.apache.hadoop.fs.FileSystem;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
package org.apache.hadoop.fs does not exist
[WARNING] import org.apache.hadoop.fs.Path;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
package org.apache.hadoop.io.SequenceFile does not exist
[WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
package org.apache.hadoop.io.compress does not exist
[WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
cannot find symbol
[WARNING] symbol  : class FSDataOutputStream
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
[WARNING] private FSDataOutputStream outStream;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
cannot find symbol
[WARNING] symbol  : class CompressionCodec
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
[WARNING] public void open(String filePath, CompressionCodec codec,
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
cannot find symbol
[WARNING] symbol  : class CompressionType
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
[WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException {
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
package org.apache.hadoop.conf does not exist
[WARNING] import org.apache.hadoop.conf.Configuration;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
package org.apache.hadoop.fs does not exist
[WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
package org.apache.hadoop.fs does not exist
[WARNING] import org.apache.hadoop.fs.FileSystem;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
package org.apache.hadoop.fs does not exist
[WARNING] import org.apache.hadoop.fs.Path;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
package org.apache.hadoop.io does not exist
[WARNING] import org.apache.hadoop.io.SequenceFile;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
package org.apache.hadoop.io.SequenceFile does not exist
[WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
package org.apache.hadoop.io.compress does not exist
[WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
package SequenceFile does not exist
[WARNING] private SequenceFile.Writer writer;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
cannot find symbol
[WARNING] symbol  : class CompressionCodec
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
[WARNING] public void open(String filePath, CompressionCodec codeC,
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
cannot find symbol
[WARNING] symbol  : class CompressionType
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
[WARNING] CompressionType compType, FlumeFormatter fmt) throws IOException {
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
package org.apache.hadoop.conf does not exist
[WARNING] import org.apache.hadoop.conf.Configuration;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
package org.apache.hadoop.io.SequenceFile does not exist
[WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
package org.apache.hadoop.io.compress does not exist
[WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
package org.apache.hadoop.io.compress does not exist
[WARNING] import org.apache.hadoop.io.compress.CompressionCodecFactory;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
package org.apache.hadoop.security does not exist
[WARNING] import org.apache.hadoop.security.SecurityUtil;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
package org.apache.hadoop.security does not exist
[WARNING] import org.apache.hadoop.security.UserGroupInformation;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
package org.apache.hadoop.security.UserGroupInformation does not exist
[WARNING] import
org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
package com.google.common.base does not exist
[WARNING] import com.google.common.base.Preconditions;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
package com.google.common.collect does not exist
[WARNING] import com.google.common.collect.Lists;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
package com.google.common.util.concurrent does not exist
[WARNING] import com.google.common.util.concurrent.ThreadFactoryBuilder;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
package org.apache.hadoop.conf does not exist
[WARNING] import org.apache.hadoop.conf.Configuration;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
package org.apache.hadoop.fs does not exist
[WARNING] import org.apache.hadoop.fs.FileSystem;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
package org.apache.hadoop.fs does not exist
[WARNING] import org.apache.hadoop.fs.Path;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
package org.apache.hadoop.io.SequenceFile does not exist
[WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
package org.apache.hadoop.io.compress does not exist
[WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
package org.apache.hadoop.security does not exist
[WARNING] import org.apache.hadoop.security.UserGroupInformation;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
cannot find symbol
[WARNING] symbol  : class CompressionCodec
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
[WARNING] private CompressionCodec codeC;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
cannot find symbol
[WARNING] symbol  : class CompressionType
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
[WARNING] private CompressionType compType;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
cannot find symbol
[WARNING] symbol  : class UserGroupInformation
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
[WARNING] private UserGroupInformation proxyTicket;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
cannot find symbol
[WARNING] symbol  : class CompressionCodec
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
[WARNING] private static boolean codecMatches(Class<? extends
CompressionCodec> cls,
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
cannot find symbol
[WARNING] symbol  : class CompressionCodec
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
[WARNING] private static CompressionCodec getCodec(String codecName) {
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
cannot find symbol
[WARNING] symbol  : class UserGroupInformation
[WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
[WARNING] private static synchronized UserGroupInformation kerberosLogin(
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
cannot find symbol
[WARNING] symbol  : class CompressionCodec
[WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
[WARNING] private final CompressionCodec codeC;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
cannot find symbol
[WARNING] symbol  : class CompressionType
[WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
[WARNING] private final CompressionType compType;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
cannot find symbol
[WARNING] symbol  : class UserGroupInformation
[WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
[WARNING] private final UserGroupInformation user;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
cannot find symbol
[WARNING] symbol  : class FileSystem
[WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
[WARNING] private FileSystem fileSystem;
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
cannot find symbol
[WARNING] symbol  : class CompressionCodec
[WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
[WARNING] Context context, String filePath, CompressionCodec codeC,
[WARNING] ^
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
warning - @plainlink is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
warning - @plainlink is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
warning - @return tag has no arguments.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
warning - @return tag has no arguments.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
warning - @return tag has no arguments.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
warning - @return tag cannot be used in method with void return type.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
warning - @return tag cannot be used in method with void return type.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
warning - @return tag cannot be used in method with void return type.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used
in constants.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can
only be used in constants.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can
only be used in constants.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be
used in constants.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
warning - Tag @link: reference not found: RPCClient
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
warning - Tag @link: missing '#': "getDefaultInstance()
getDefaultInstance(String, Integer)"
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
warning - Tag @link: can't find getDefaultInstance() in
org.apache.flume.api.RpcClientFactory
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
warning - Tag @link: missing '#': "getDefaultInstance()
getDefaultInstance(String, Integer, Integer)"
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
warning - Tag @link: can't find getDefaultInstance() in
org.apache.flume.api.RpcClientFactory
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
warning - Tag @see: reference not found:
org.apache.flume.api.NettyAvroClient
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
warning - @return tag has no arguments.
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
warning - Tag @see: reference not found: FileChannel
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
warning - Tag @see: reference not found: MemoryChannel
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
warning - Tag @see: reference not found: NullSink
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
warning - Tag @see: reference not found: LoggerSink
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
warning - Tag @see: reference not found: RollingFileSink
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
warning - Tag @see: reference not found: AvroSink
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
warning - Tag @see: reference not found: FailoverSinkProcessor
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
warning - Tag @see: reference not found: DefaultSinkProcessor
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
warning - Tag @see: reference not found: NullSink
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
warning - Tag @see: reference not found: LoggerSink
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
warning - Tag @see: reference not found: RollingFileSink
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
warning - Tag @see: reference not found: AvroSink
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
warning - Tag @see: reference not found: NetcatSource
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
warning - Tag @see: reference not found: ExecSource
[WARNING]
/usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
warning - Tag @see: reference not found: AvroSource
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
warning - @Override is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
warning - @Override is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
warning - @Override is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
warning - @return tag has no arguments.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
warning - @return tag has no arguments.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
warning - @return tag has no arguments.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
warning - Tag @linkplain: reference not found: EventDrivenSource
event-driven sources
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
warning - Tag @link: reference not found: PollableSource.Status
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
warning - Tag @link: missing '#': "beforeClose()"
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
warning - @return tag has no arguments.
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
warning - Tag @link: reference not found: org.hbase.async.PutRequest
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
warning - Tag @link: reference not found:
org.hbase.async.AtomicIncrementRequest
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
warning - @param argument "Event" is not a parameter name.
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
warning - Tag @link: reference not found: org.hbase.async.PutRequest
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
warning - Tag @link: reference not found:
org.hbase.async.AtomicIncrementRequest
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
warning - @param argument "Event" is not a parameter name.
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
warning - Tag @link: reference not found: HBaseEventSerializer
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
warning - Tag @link: reference not found: org.hbase.async.PutRequest
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
warning - Tag @link: reference not found:
org.hbase.async.AtomicIncrementRequest
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
warning - Tag @link: reference not found: org.hbase.async.PutRequest
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
warning - Tag @link: reference not found:
org.hbase.async.AtomicIncrementRequest
[WARNING]
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
[WARNING]
/usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
warning - @return tag has no arguments.
[WARNING]
/usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
warning - @param argument "properties" is not a parameter name.
[WARNING]
/usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
warning - @return tag has no arguments.
[WARNING]
/usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
warning - @param argument "connection" is not a parameter name.
[WARNING]
/usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
warning - @param argument "connection" is not a parameter name.
[WARNING]
/usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
warning - Tag @link: reference not found: Writable
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
warning - @plainlink is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
warning - Tag @link: reference not found: RPCClient
[WARNING]
/usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
warning - Tag @link: reference not found: Writable
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
warning - Tag @linkplain: reference not found: EventDrivenSource
event-driven sources
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
warning - @plainlink is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
warning - Tag @linkplain: reference not found: EventDrivenSource
event-driven sources
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
warning - @plainlink is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
warning - Tag @linkplain: reference not found: EventDrivenSource
event-driven sources
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
warning - @plainlink is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
warning - @plainlink is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
warning - @plainlink is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
warning - @plainlink is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
warning - Tag @link: reference not found: Writable
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
warning - Tag @linkplain: reference not found: EventDrivenSource
event-driven sources
[WARNING]
/usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
warning - Tag @link: reference not found: RPCClient
[WARNING]
/usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
warning - @plainlink is an unknown tag.
[WARNING]
/usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
warning - Tag @link: reference not found: Writable
[INFO]
[INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-parent ---
[INFO] configuring report plugin
org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
[INFO] configuring report plugin org.tomdz.maven:sphinx-maven-plugin:1.0.2
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
[INFO] Relativizing decoration links with respect to project URL:
http://www.apache.org/flume-parent/
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0
skin.
[INFO] Generating "Project Team" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Mailing Lists" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Issue Tracking" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Project License" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Documentation via sphinx" report    ---
sphinx-maven-plugin:1.0.2
[INFO] Unpacking sphinx to /usr/local/flume/flume/target/sphinx
[INFO] Running sphinx on /usr/local/flume/flume/flume-ng-doc/sphinx, output
will be placed in /usr/local/flume/flume/target/site
Running Sphinx v1.1.2
loading pickled environment... not yet created
building [html]: targets for 3 source files that are out of date
updating environment: 3 added, 0 changed, 0 removed
reading sources... [ 33%] FlumeDeveloperGuide
reading sources... [ 66%] FlumeUserGuide
reading sources... [100%] index

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 33%] FlumeDeveloperGuide
writing output... [ 66%] FlumeUserGuide
writing output... [100%] index

writing additional files... genindex search
copying images... [ 16%] images/DevGuide_image00.png
copying images... [ 33%] images/DevGuide_image01.png
copying images... [ 50%] images/UserGuide_image03.png
copying images... [ 66%] images/UserGuide_image02.png
copying images... [ 83%] images/UserGuide_image01.png
copying images... [100%] images/UserGuide_image00.png

copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded, 2 warnings.
[INFO]
[INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-parent ---
[INFO] Using this base directory for staging:
/usr/local/flume/flume/target/docs
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
file:///usr/local/flume/flume/target/docs/ - Session: Opened
[INFO] Pushing /usr/local/flume/flume/target/site
[INFO]    >>> to
file:///usr/local/flume/flume/target/docs/./<file:///usr/local/flume/flume/target/docs/>
file:///usr/local/flume/flume/target/docs/ - Session: Disconnecting
file:///usr/local/flume/flume/target/docs/ - Session: Disconnected
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
flume-parent ---
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
flume-ng-sdk ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
flume-ng-sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/usr/local/flume/flume/flume-ng-sdk/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
flume-ng-sdk ---
[INFO] Compiling 17 source files to
/usr/local/flume/flume/flume-ng-sdk/target/classes
[INFO]
[INFO] --- paranamer-maven-plugin:2.3:generate (run) @ flume-ng-sdk ---
[INFO] Generating parameter names from
/usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to
/usr/local/flume/flume/flume-ng-sdk/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources
(default-testResources) @ flume-ng-sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
flume-ng-sdk ---
[INFO] Compiling 6 source files to
/usr/local/flume/flume/flume-ng-sdk/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-sdk ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sdk ---
[INFO] Exclude: .git/
[INFO] Exclude: .gitignore
[INFO] Exclude: .repository/
[INFO] Exclude: **/*.diff
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.avsc
[INFO] Exclude: **/docs/**
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-sdk ---
[INFO] Building jar:
/usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-sdk >>>
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
flume-avro-source ---
[INFO]
[INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-sdk <<<
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-sdk ---
[INFO]
[INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sdk ---
[INFO] configuring report plugin
org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
[INFO] Relativizing decoration links with respect to project URL:
http://www.apache.org/flume-parent/flume-ng-sdk/
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0
skin.
[INFO] Generating "Project Team" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Mailing Lists" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Issue Tracking" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Project License" report    ---
maven-project-info-reports-plugin:2.4
[INFO]
[INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sdk ---
[INFO] Using this base directory for staging:
/usr/local/flume/flume/flume-ng-sdk/target/docs
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session: Opened
[INFO] Pushing /usr/local/flume/flume/flume-ng-sdk/target/site
[INFO]    >>> to
file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
Disconnecting
file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
Disconnected
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
flume-ng-sdk ---
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Flume NG Configuration 1.2.0-incubating-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
flume-ng-configuration ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
flume-ng-configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/usr/local/flume/flume/flume-ng-configuration/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
flume-ng-configuration ---
[INFO] Compiling 19 source files to
/usr/local/flume/flume/flume-ng-configuration/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources
(default-testResources) @ flume-ng-configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/usr/local/flume/flume/flume-ng-configuration/src/test/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
flume-ng-configuration ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @
flume-ng-configuration ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-configuration
---
[INFO] Exclude: .git/
[INFO] Exclude: .gitignore
[INFO] Exclude: .repository/
[INFO] Exclude: **/*.diff
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.avsc
[INFO] Exclude: **/docs/**
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
flume-ng-configuration ---
[INFO] Building jar:
/usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-configuration >>>
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
flume-avro-source ---
[INFO]
[INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-configuration <<<
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-configuration ---
[INFO]
[INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-configuration
---
[INFO] configuring report plugin
org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
[INFO] Relativizing decoration links with respect to project URL:
http://www.apache.org/flume-parent/flume-ng-configuration/
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0
skin.
[INFO] Generating "Project Team" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Mailing Lists" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Issue Tracking" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Project License" report    ---
maven-project-info-reports-plugin:2.4
[INFO]
[INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
flume-ng-configuration ---
[INFO] Using this base directory for staging:
/usr/local/flume/flume/flume-ng-configuration/target/docs
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
Session: Opened
[INFO] Pushing /usr/local/flume/flume/flume-ng-configuration/target/site
[INFO]    >>> to
file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
Session: Disconnecting
file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
Session: Disconnected
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
flume-ng-configuration ---
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
flume-ng-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
flume-ng-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/usr/local/flume/flume/flume-ng-core/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
flume-ng-core ---
[INFO] Compiling 88 source files to
/usr/local/flume/flume/flume-ng-core/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources
(default-testResources) @ flume-ng-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
flume-ng-core ---
[INFO] Compiling 41 source files to
/usr/local/flume/flume/flume-ng-core/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-core
---
[INFO] Tests are skipped.
[INFO]
[INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-core ---
[INFO] Exclude: .git/
[INFO] Exclude: .gitignore
[INFO] Exclude: .repository/
[INFO] Exclude: **/*.diff
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.avsc
[INFO] Exclude: **/docs/**
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-core ---
[INFO] Building jar:
/usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-core >>>
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
flume-avro-source ---
[INFO]
[INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-core <<<
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-core ---
[INFO]
[INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-core ---
[INFO] configuring report plugin
org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
[INFO] Relativizing decoration links with respect to project URL:
http://www.apache.org/flume-parent/flume-ng-core/
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0
skin.
[INFO] Generating "Project Team" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Mailing Lists" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Issue Tracking" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Project License" report    ---
maven-project-info-reports-plugin:2.4
[INFO]
[INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-core ---
[INFO] Using this base directory for staging:
/usr/local/flume/flume/flume-ng-core/target/docs
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session: Opened
[INFO] Pushing /usr/local/flume/flume/flume-ng-core/target/site
[INFO]    >>> to
file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
Disconnecting
file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
Disconnected
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
flume-ng-core ---
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
flume-ng-sinks ---
[INFO]
[INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sinks ---
[INFO] Exclude: .git/
[INFO] Exclude: .gitignore
[INFO] Exclude: .repository/
[INFO] Exclude: **/*.diff
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.avsc
[INFO] Exclude: **/docs/**
[INFO]
[INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-sinks >>>
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
flume-avro-source ---
[INFO]
[INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-sinks <<<
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-ng-sinks ---
[INFO]
[INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sinks ---
[INFO] configuring report plugin
org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
[INFO] Relativizing decoration links with respect to project URL:
http://www.apache.org/flume-parent/flume-ng-sinks/
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0
skin.
[INFO] Generating "Project Team" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Mailing Lists" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Issue Tracking" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Project License" report    ---
maven-project-info-reports-plugin:2.4
[INFO]
[INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sinks
---
[INFO] Using this base directory for staging:
/usr/local/flume/flume/flume-ng-sinks/target/docs
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session: Opened
[INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/target/site
[INFO]    >>> to
file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
Disconnecting
file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
Disconnected
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
flume-ng-sinks ---
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
flume-hdfs-sink ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
flume-hdfs-sink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
flume-hdfs-sink ---
[INFO] Compiling 11 source files to
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources
(default-testResources) @ flume-hdfs-sink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
flume-hdfs-sink ---
[INFO] Compiling 8 source files to
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-hdfs-sink
---
[INFO] Tests are skipped.
[INFO]
[INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-hdfs-sink ---
[INFO] Exclude: .git/
[INFO] Exclude: .gitignore
[INFO] Exclude: .repository/
[INFO] Exclude: **/*.diff
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.avsc
[INFO] Exclude: **/docs/**
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-hdfs-sink ---
[INFO] Building jar:
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-hdfs-sink >>>
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
flume-avro-source ---
[INFO]
[INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-hdfs-sink <<<
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-hdfs-sink ---
[INFO]
[INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-hdfs-sink ---
[INFO] configuring report plugin
org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
[INFO] Relativizing decoration links with respect to project URL:
http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0
skin.
[INFO] Generating "Project Team" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Mailing Lists" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Issue Tracking" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Project License" report    ---
maven-project-info-reports-plugin:2.4
[INFO]
[INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-hdfs-sink
---
[INFO] Using this base directory for staging:
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
Session: Opened
[INFO] Pushing
/usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
[INFO]    >>> to
file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
Session: Disconnecting
file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
Session: Disconnected
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
flume-hdfs-sink ---
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
flume-irc-sink ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
flume-irc-sink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
flume-irc-sink ---
[INFO] Compiling 1 source file to
/usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources
(default-testResources) @ flume-irc-sink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
flume-irc-sink ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-irc-sink
---
[INFO] Tests are skipped.
[INFO]
[INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-irc-sink ---
[INFO] Exclude: .git/
[INFO] Exclude: .gitignore
[INFO] Exclude: .repository/
[INFO] Exclude: **/*.diff
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.avsc
[INFO] Exclude: **/docs/**
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-irc-sink ---
[INFO] Building jar:
/usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-irc-sink >>>
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
flume-avro-source ---
[INFO]
[INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-irc-sink <<<
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-irc-sink ---
[INFO]
[INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-irc-sink ---
[INFO] configuring report plugin
org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
[INFO] Relativizing decoration links with respect to project URL:
http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
[INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0
skin.
[INFO] Generating "Project Team" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Mailing Lists" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Issue Tracking" report    ---
maven-project-info-reports-plugin:2.4
[INFO] Generating "Project License" report    ---
maven-project-info-reports-plugin:2.4
[INFO]
[INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-irc-sink
---
[INFO] Using this base directory for staging:
/usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
[INFO] Parent project loaded from repository: org.apache:apache:pom:9
file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
Session: Opened
[INFO] Pushing
/usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
[INFO]    >>> to
file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
Session: Disconnecting
file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
Session: Disconnected
[INFO]
[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
flume-irc-sink ---
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Flume NG HBase Sink 1.2.0-incubating-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
flume-ng-hbase-sink ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
flume-ng-hbase-sink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
flume-ng-hbase-sink ---
[INFO] Compiling 9 source files to
/usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] error: error reading
/root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
error in opening zip file
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Flume ...................................... SUCCESS
[1:28.043s]
[INFO] Flume NG SDK ...................................... SUCCESS [3.273s]
[INFO] Flume NG Configuration ............................ SUCCESS [1.581s]
[INFO] Flume NG Core ..................................... SUCCESS [3.324s]
[INFO] Flume NG Sinks .................................... SUCCESS [0.822s]
[INFO] Flume NG HDFS Sink ................................ SUCCESS [2.084s]
[INFO] Flume NG IRC Sink ................................. SUCCESS [1.200s]
[INFO] Flume NG HBase Sink ............................... FAILURE [0.693s]
[INFO] Flume NG Channels ................................. SKIPPED
[INFO] Flume NG JDBC channel ............................. SKIPPED
[INFO] Flume NG Node ..................................... SKIPPED
[INFO] Flume NG file-based channel ....................... SKIPPED
[INFO] Flume NG file backed Memory channel ............... SKIPPED
[INFO] Flume legacy Sources .............................. SKIPPED
[INFO] Flume legacy Avro source .......................... SKIPPED
[INFO] Flume legacy Thrift Source ........................ SKIPPED
[INFO] Flume NG Clients .................................. SKIPPED
[INFO] Flume NG Log4j Appender ........................... SKIPPED
[INFO] Flume NG distribution ............................. SKIPPED
[INFO] Flume NG Integration Tests ........................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:41.476s
[INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
[INFO] Final Memory: 96M/269M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project flume-ng-hbase-sink: Compilation failure
[ERROR] error: error reading
/root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
error in opening zip file
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :flume-ng-hbase-sink

====================================================================================================================================================================================



root@md-trngpoc1:/usr/local/flume_dir/flume# ls -lrt
total 140
drwxr-xr-x  3 root root  4096 2012-06-22 12:05 conf
drwxr-xr-x 19 root root  4096 2012-06-22 12:05 src
drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-node
drwxr-xr-x  5 root root  4096 2012-06-22 12:05 flume-ng-legacy-sources
drwxr-xr-x  4 root root  4096 2012-06-22 12:05 contrib
drwxr-xr-x  6 root root  4096 2012-06-22 12:05 flume-ng-channels
drwxr-xr-x  3 root root  4096 2012-06-22 12:05 bin
drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-clients
drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-tests
drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-dist
-rw-r--r--  1 root root  1997 2012-06-22 12:05 RELEASE-NOTES
-rw-r--r--  1 root root  1433 2012-06-22 12:05 README
-rw-r--r--  1 root root 25221 2012-06-22 12:05 pom.xml
-rw-r--r--  1 root root   249 2012-06-22 12:05 NOTICE
-rw-r--r--  1 root root 11358 2012-06-22 12:05 LICENSE
drwxr-xr-x  7 root root  4096 2012-06-22 12:05 flume-ng-doc
-rw-r--r--  1 root root  5559 2012-06-22 12:05 DEVNOTES
-rw-r--r--  1 root root  9952 2012-06-22 12:05 CHANGELOG
-rw-r--r--  1 root root   719 2012-06-22 12:05 DISCLAIMER
drwxr-xr-x  5 root root  4096 2012-06-22 12:06 flume-ng-sdk
drwxr-xr-x  7 root root  4096 2012-06-22 12:08 target
drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-configuration
drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-core
drwxr-xr-x  7 root root  4096 2012-06-22 12:08 flume-ng-sinks





In Reactor summary: Flume NG HBase Sink got failed.Due to this Error: error
reading
/root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
error in opening zip file

I went back and see all the directories running as root user only. all the
directory output given as below.







root@md-trngpoc1:/usr/local/flume_dir/flume# who iam i
root     pts/2        2012-06-20 15:19

root@md-trngpoc1:/usr/local/flume_dir/flume# cd
/root/.m2/repository/org/jruby/jruby-complete/1.6.5/
root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# ls -lrt
total 20
-rw-r--r-- 1 root root 2717 2012-06-21 16:21 jruby-complete-1.6.5.pom
-rw-r--r-- 1 root root   40 2012-06-21 16:21 jruby-complete-1.6.5.pom.sha1
-rw-r--r-- 1 root root  262 2012-06-21 16:24 jruby-complete-1.6.5.jar
-rw-r--r-- 1 root root  203 2012-06-21 16:24 _maven.repositories
-rw-r--r-- 1 root root 1385 2012-06-21 16:24
jruby-complete-1.6.5.jar.lastUpdated
root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# cd ..
root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# ls -lrt
total 4
drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# cd ..
root@md-trngpoc1:~/.m2/repository/org/jruby# ls -lrt
total 12
drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
root@md-trngpoc1:~/.m2/repository/org/jruby# cd ..
root@md-trngpoc1:~/.m2/repository/org# ls -lrt
total 76
drwxr-xr-x  3 root root 4096 2012-06-21 16:17 xerial
drwxr-xr-x  4 root root 4096 2012-06-21 16:17 hamcrest
drwxr-xr-x  3 root root 4096 2012-06-21 16:18 mortbay
drwxr-xr-x  4 root root 4096 2012-06-21 16:18 jboss
drwxr-xr-x  4 root root 4096 2012-06-21 16:19 eclipse
drwxr-xr-x  3 root root 4096 2012-06-21 16:20 schwering
drwxr-xr-x  5 root root 4096 2012-06-21 16:21 jruby
drwxr-xr-x  4 root root 4096 2012-06-21 16:21 jamon
drwxr-xr-x  3 root root 4096 2012-06-21 16:21 hbase
drwxr-xr-x  7 root root 4096 2012-06-21 16:21 slf4j
drwxr-xr-x  3 root root 4096 2012-06-21 16:25 tukaani
drwxr-xr-x  4 root root 4096 2012-06-21 16:26 mockito
drwxr-xr-x  3 root root 4096 2012-06-21 16:26 objenesis
drwxr-xr-x  8 root root 4096 2012-06-21 16:29 sonatype
drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
drwxr-xr-x  3 root root 4096 2012-06-21 16:32 netbeans
drwxr-xr-x  3 root root 4096 2012-06-21 16:32 tomdz
drwxr-xr-x  3 root root 4096 2012-06-21 16:34 python
drwxr-xr-x  7 root root 4096 2012-06-22 12:24 codehaus
root@md-trngpoc1:~/.m2/repository/org# cd ..
root@md-trngpoc1:~/.m2/repository# ls -lrt
total 184
drwxr-xr-x  3 root root 4096 2012-06-21 16:14 junit
drwxr-xr-x  3 root root 4096 2012-06-21 16:14 classworlds
drwxr-xr-x  3 root root 4096 2012-06-21 16:14 commons-cli
drwxr-xr-x  3 root root 4096 2012-06-21 16:15 doxia
drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-collections
drwxr-xr-x  4 root root 4096 2012-06-21 16:15 velocity
drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-lang
drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-io
drwxr-xr-x  3 root root 4096 2012-06-21 16:15 oro
drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-validator
drwxr-xr-x  3 root root 4096 2012-06-21 16:16 commons-digester
drwxr-xr-x  3 root root 4096 2012-06-21 16:16 xml-apis
drwxr-xr-x  5 root root 4096 2012-06-21 16:16 plexus
drwxr-xr-x  4 root root 4096 2012-06-21 16:16 commons-logging
drwxr-xr-x  3 root root 4096 2012-06-21 16:17 log4j
drwxr-xr-x  3 root root 4096 2012-06-21 16:19 joda-time
drwxr-xr-x  3 root root 4096 2012-06-21 16:19 xmlenc
drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-httpclient
drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-codec
drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-configuration
drwxr-xr-x  3 root root 4096 2012-06-21 16:19 logkit
drwxr-xr-x  3 root root 4096 2012-06-21 16:19 avalon-framework
drwxr-xr-x  4 root root 4096 2012-06-21 16:19 commons-beanutils
drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-net
drwxr-xr-x  3 root root 4096 2012-06-21 16:19 ant
drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-el
drwxr-xr-x  4 root root 4096 2012-06-21 16:19 net
drwxr-xr-x  3 root root 4096 2012-06-21 16:19 hsqldb
drwxr-xr-x  5 root root 4096 2012-06-21 16:21 tomcat
drwxr-xr-x  3 root root 4096 2012-06-21 16:21 stax
drwxr-xr-x  5 root root 4096 2012-06-21 16:21 javax
drwxr-xr-x  4 root root 4096 2012-06-21 16:21 asm
drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-dbcp
drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-pool
drwxr-xr-x  3 root root 4096 2012-06-21 16:30 xerces
drwxr-xr-x  3 root root 4096 2012-06-21 16:30 commons-chain
drwxr-xr-x  3 root root 4096 2012-06-21 16:30 dom4j
drwxr-xr-x  3 root root 4096 2012-06-21 16:30 sslext
drwxr-xr-x  3 root root 4096 2012-06-21 16:30 antlr
drwxr-xr-x  3 root root 4096 2012-06-21 16:31 backport-util-concurrent
drwxr-xr-x  3 root root 4096 2012-06-21 16:32 jakarta-regexp
drwxr-xr-x  8 root root 4096 2012-06-21 16:32 com
drwxr-xr-x  4 root root 4096 2012-06-21 16:32 nekohtml
drwxr-xr-x  3 root root 4096 2012-06-21 16:32 regexp
drwxr-xr-x  3 root root 4096 2012-06-21 16:32 ch
drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
root@md-trngpoc1:~/.m2/repository# cd ..
root@md-trngpoc1:~/.m2# ls -lrt -a
total 12
drwx------ 25 root root 4096 2012-06-21 16:12 ..
drwxr-xr-x  3 root root 4096 2012-06-21 16:12 .
drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
root@md-trngpoc1:~/.m2# cd ..
root@md-trngpoc1:~# ls -lrt -a
total 160
-rw-r--r--  1 root root   140 2010-10-21 18:17 .profile
-rw-------  1 root root   256 2012-02-03 10:50 .pulse-cookie
drwxr-xr-x  2 root root  4096 2012-02-03 10:57 .nautilus
drwxr-xr-x  2 root root  4096 2012-02-03 10:57 Desktop
drwx------  3 root root  4096 2012-02-03 10:57 .dbus
drwx------  3 root root  4096 2012-02-03 10:58 .local
drwxr-xr-x  3 root root  4096 2012-02-03 14:19 .subversion
drwxrwxrwx  6 root root  4096 2012-02-03 14:19 .config
drwx------  3 root root  4096 2012-02-03 14:20 .thumbnails
drwxr-xr-x  3 root root  4096 2012-02-08 10:19 .java
drwxrwxrwx  3 root root  4096 2012-02-08 10:21 .pspdata
drwx------  4 root root  4096 2012-02-08 15:19 .mozilla
drwx------  2 root root  4096 2012-02-08 15:19 .gnome2_private
drwxr-xr-x  4 root root  4096 2012-02-08 15:19 .icedtea
drwxr-xr-x  2 root root  4096 2012-02-09 15:40 .gstreamer-0.10
drwxr-xr-x  6 root root  4096 2012-02-21 13:24 .gnome2
drwx------  3 root root  4096 2012-02-27 13:52 .synaptic
drwx------  3 root root  4096 2012-03-01 08:56 .gconf
dr-x------  2 root root  4096 2012-03-01 14:46 .gvfs
drwx------  2 root root  4096 2012-03-01 15:35 .gconfd
lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .icons ->
/home/virtusa/.icons/
lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .fonts ->
/home/virtusa/.fonts/
lrwxrwxrwx  1 root root    22 2012-04-30 18:51 .themes ->
/home/virtusa/.themes/
drwx------  2 root root  4096 2012-05-02 17:15 .cache
-rw-------  1 root root    58 2012-05-04 15:04 .lesshst
drwx------  2 root root  4096 2012-05-07 18:31 .ssh
drwx------  2 root root  4096 2012-05-07 21:22 .pulse
drwxr-xr-x 23 root root  4096 2012-05-17 17:50 ..
-rw-r--r--  1 root root  3274 2012-05-17 17:53 .bashrc
drwx--x--x  2 root root  4096 2012-05-23 18:42 .splunk
-rw-r--r--  1 root root  2015 2012-06-07 11:30 .hivehistory
-rw-------  1 root root  9973 2012-06-08 12:49 .viminfo
-rw-------  1 root root 28596 2012-06-20 15:19 .bash_history
drwxr-xr-x  3 root root  4096 2012-06-21 16:12 .m2
drwx------ 25 root root  4096 2012-06-21 16:12 .

I am struggling flume installation from past couple of weeks, Could you
please any one help me on this issue.

Thanks,
Vijay

Re: mvn package error

Posted by Leslin <le...@gmail.com>.
Hi, Vijay

Please try notes from  http://blog.csdn.net/linhx/article/details/7538043.

I also paste here.
Install Maven 3 on Ubuntu 11.04

1. Download Maven 3 latest version

$ cd /home/<myusername>
$ wget http://labs.mop.com/apache-mirror/maven/binaries/apache-maven-3.0.4-bin.tar.gz
tar -zxvf apache-maven-3.0.4-bin.tar.gz

2. Unpacks maven to  a more appropriate directory, most people like to use
 / usr/local/apache-maven-3.0.4*: *

$ tar -xzvf apache-maven-3.0.4-bin.tar.gz -C /usr/local/

Add the Maven PATH variables to the environment file. Follwoing two lines
are included to user .bashrc file located in my home directory, like
/home/user1/.bashrc

MAVEN_HOME=/usr/local/apache-maven-3.0.4
export PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH

Recompile .bashrc by:

$ source .bashrc

To test the successful installation run the Maven version checker:

$ mvn -version

It returns something like:

Apache Maven 3.0.4 (r1232337; 2012-01-17 16:44:56+0800)
Maven home: /usr/local/apache-maven-3.0.4

regards
Leslin

2012/6/25 vijay k <k....@gmail.com>

> Thanks for the reply.
>
> Yes, you are correct,
> i did mvn -version getting like as below.
> #mvn -version
> The program 'mvn' is currently not installed.  You can install it by
> typing:
> apt-get install maven2
>
> Please let me know how to install maven 3.0.4 installation procedure. and
> what are the pre-requisite s/w needed for flume installation?
>
> Thanks,
> Vijay
>
>
> On Fri, Jun 22, 2012 at 9:24 PM, Ralph Goers <ra...@dslextreme.com>wrote:
>
>> Pinging 3 hours later unfortunately isn't helpful.  As you can see, you
>> are posting in the middle of the night when a lot of us are fast asleep.
>>
>>  On Jun 22, 2012, at 3:39 AM, vijay k wrote:
>>
>>  I am waiting for your response on the below issue.
>>
>>
>> You installed maven 3 in the parent directory and then just did "mvn" in
>> the child?  I suspect that if you do mvn -version you are going to get
>> Maven 2 since you never added maven 3 to your path.
>>
>>
>>  On Fri, Jun 22, 2012 at 1:11 PM, vijay k <k....@gmail.com> wrote:
>>
>>>
>>> Hello All Flume user list,
>>>
>>>
>>> Please help me out on the below issue.
>>>
>>>
>>> Step1:
>>>
>>> Installed maven3.x in flume_dir directory.
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
>>> total 4768
>>> -rw-r--r--  1 root root 4873043 2012-06-21 12:36
>>> apache-maven-3.0.4-bin.tar.gz
>>> drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4
>>>
>>> Step2:
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir#git clone git://
>>> git.apache.org/flume.git
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
>>> total 4768
>>> -rw-r--r--  1 root root 4873043 2012-06-21 12:36
>>> apache-maven-3.0.4-bin.tar.gz
>>> drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4
>>> drwxr-xr-x 18 root root    4096 2012-06-22 12:31 flume
>>>
>>> Step3:
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir#cd flume
>>>
>>> Step4:
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir/flume#mvn package -DskipTests
>>>
>>> While running the step4, I am getting the following output.
>>>
>>>
>>>
>>>
>>> =================================================================================================================================================================================
>>>
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
>>> package com.google.common.base does not exist
>>> [WARNING] import com.google.common.base.Preconditions;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
>>> [WARNING] public void open(String filePath, CompressionCodec codec,
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionType
>>> [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
>>> [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
>>> package org.apache.hadoop.io does not exist
>>> [WARNING] import org.apache.hadoop.io.Text;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
>>> package org.apache.hadoop.io does not exist
>>> [WARNING] import org.apache.hadoop.io.LongWritable;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
>>> cannot find symbol
>>> [WARNING] symbol  : class Text
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
>>> [WARNING] private Text makeText(Event e) {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
>>> cannot find symbol
>>> [WARNING] symbol  : class LongWritable
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
>>> [WARNING] public Class<LongWritable> getKeyClass() {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
>>> cannot find symbol
>>> [WARNING] symbol  : class Text
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
>>> [WARNING] public Class<Text> getValueClass() {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
>>> package org.apache.hadoop.conf does not exist
>>> [WARNING] import org.apache.hadoop.conf.Configuration;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.FileSystem;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.Path;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
>>> cannot find symbol
>>> [WARNING] symbol  : class FSDataOutputStream
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
>>> [WARNING] private FSDataOutputStream outStream;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
>>> [WARNING] public void open(String filePath, CompressionCodec codec,
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionType
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
>>> [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
>>> package org.apache.hadoop.conf does not exist
>>> [WARNING] import org.apache.hadoop.conf.Configuration;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.FileSystem;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.Path;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
>>> package org.apache.hadoop.io does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
>>> package SequenceFile does not exist
>>> [WARNING] private SequenceFile.Writer writer;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
>>> [WARNING] public void open(String filePath, CompressionCodec codeC,
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionType
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
>>> [WARNING] CompressionType compType, FlumeFormatter fmt) throws
>>> IOException {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
>>> package org.apache.hadoop.conf does not exist
>>> [WARNING] import org.apache.hadoop.conf.Configuration;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodecFactory;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
>>> package org.apache.hadoop.security does not exist
>>> [WARNING] import org.apache.hadoop.security.SecurityUtil;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
>>> package org.apache.hadoop.security does not exist
>>> [WARNING] import org.apache.hadoop.security.UserGroupInformation;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
>>> package org.apache.hadoop.security.UserGroupInformation does not exist
>>> [WARNING] import
>>> org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
>>> package com.google.common.base does not exist
>>> [WARNING] import com.google.common.base.Preconditions;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
>>> package com.google.common.collect does not exist
>>> [WARNING] import com.google.common.collect.Lists;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
>>> package com.google.common.util.concurrent does not exist
>>> [WARNING] import com.google.common.util.concurrent.ThreadFactoryBuilder;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
>>> package org.apache.hadoop.conf does not exist
>>> [WARNING] import org.apache.hadoop.conf.Configuration;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.FileSystem;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.Path;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
>>> package org.apache.hadoop.security does not exist
>>> [WARNING] import org.apache.hadoop.security.UserGroupInformation;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private CompressionCodec codeC;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionType
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private CompressionType compType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
>>> cannot find symbol
>>> [WARNING] symbol  : class UserGroupInformation
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private UserGroupInformation proxyTicket;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private static boolean codecMatches(Class<? extends
>>> CompressionCodec> cls,
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private static CompressionCodec getCodec(String codecName) {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
>>> cannot find symbol
>>> [WARNING] symbol  : class UserGroupInformation
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private static synchronized UserGroupInformation kerberosLogin(
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>> [WARNING] private final CompressionCodec codeC;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionType
>>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>> [WARNING] private final CompressionType compType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
>>> cannot find symbol
>>> [WARNING] symbol  : class UserGroupInformation
>>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>> [WARNING] private final UserGroupInformation user;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
>>> cannot find symbol
>>> [WARNING] symbol  : class FileSystem
>>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>> [WARNING] private FileSystem fileSystem;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>> [WARNING] Context context, String filePath, CompressionCodec codeC,
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>> warning - @return tag cannot be used in method with void return type.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>> warning - @return tag cannot be used in method with void return type.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>> warning - @return tag cannot be used in method with void return type.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
>>> warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used
>>> in constants.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
>>> warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can
>>> only be used in constants.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
>>> warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can
>>> only be used in constants.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
>>> warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be
>>> used in constants.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>> warning - Tag @link: reference not found: RPCClient
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>> getDefaultInstance(String, Integer)"
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>> warning - Tag @link: can't find getDefaultInstance() in
>>> org.apache.flume.api.RpcClientFactory
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>> getDefaultInstance(String, Integer, Integer)"
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>> warning - Tag @link: can't find getDefaultInstance() in
>>> org.apache.flume.api.RpcClientFactory
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
>>> warning - Tag @see: reference not found:
>>> org.apache.flume.api.NettyAvroClient
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
>>> warning - Tag @see: reference not found: FileChannel
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
>>> warning - Tag @see: reference not found: MemoryChannel
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
>>> warning - Tag @see: reference not found: NullSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
>>> warning - Tag @see: reference not found: LoggerSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
>>> warning - Tag @see: reference not found: RollingFileSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
>>> warning - Tag @see: reference not found: AvroSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
>>> warning - Tag @see: reference not found: FailoverSinkProcessor
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
>>> warning - Tag @see: reference not found: DefaultSinkProcessor
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
>>> warning - Tag @see: reference not found: NullSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
>>> warning - Tag @see: reference not found: LoggerSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
>>> warning - Tag @see: reference not found: RollingFileSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
>>> warning - Tag @see: reference not found: AvroSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
>>> warning - Tag @see: reference not found: NetcatSource
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
>>> warning - Tag @see: reference not found: ExecSource
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
>>> warning - Tag @see: reference not found: AvroSource
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
>>> warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>> warning - @Override is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>> warning - @Override is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>> warning - @Override is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
>>> warning - Tag @link: reference not found: PollableSource.Status
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
>>> warning - Tag @link: missing '#': "beforeClose()"
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
>>> warning - @param argument "Event" is not a parameter name.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
>>> warning - @param argument "Event" is not a parameter name.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
>>> warning - Tag @link: reference not found: HBaseEventSerializer
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
>>> warning - @param argument "properties" is not a parameter name.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
>>> warning - @param argument "connection" is not a parameter name.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
>>> warning - @param argument "connection" is not a parameter name.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>> warning - Tag @link: reference not found: RPCClient
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>> warning - Tag @link: reference not found: RPCClient
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-parent ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] configuring report plugin
>>> org.tomdz.maven:sphinx-maven-plugin:1.0.2
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Documentation via sphinx" report    ---
>>> sphinx-maven-plugin:1.0.2
>>> [INFO] Unpacking sphinx to /usr/local/flume/flume/target/sphinx
>>> [INFO] Running sphinx on /usr/local/flume/flume/flume-ng-doc/sphinx,
>>> output will be placed in /usr/local/flume/flume/target/site
>>> Running Sphinx v1.1.2
>>> loading pickled environment... not yet created
>>> building [html]: targets for 3 source files that are out of date
>>> updating environment: 3 added, 0 changed, 0 removed
>>> reading sources... [ 33%] FlumeDeveloperGuide
>>> reading sources... [ 66%] FlumeUserGuide
>>> reading sources... [100%] index
>>>
>>> looking for now-outdated files... none found
>>> pickling environment... done
>>> checking consistency... done
>>> preparing documents... done
>>> writing output... [ 33%] FlumeDeveloperGuide
>>> writing output... [ 66%] FlumeUserGuide
>>> writing output... [100%] index
>>>
>>> writing additional files... genindex search
>>> copying images... [ 16%] images/DevGuide_image00.png
>>> copying images... [ 33%] images/DevGuide_image01.png
>>> copying images... [ 50%] images/UserGuide_image03.png
>>> copying images... [ 66%] images/UserGuide_image02.png
>>> copying images... [ 83%] images/UserGuide_image01.png
>>> copying images... [100%] images/UserGuide_image00.png
>>>
>>> copying static files... done
>>> dumping search index... done
>>> dumping object inventory... done
>>> build succeeded, 2 warnings.
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-parent
>>> ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/target/docs/ - Session: Opened
>>> [INFO] Pushing /usr/local/flume/flume/target/site
>>> [INFO]    >>> to file:///usr/local/flume/flume/target/docs/./
>>> file:///usr/local/flume/flume/target/docs/ - Session: Disconnecting
>>> file:///usr/local/flume/flume/target/docs/ - Session: Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-parent ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-ng-sdk ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-ng-sdk ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-ng-sdk ---
>>> [INFO] Compiling 17 source files to
>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>> [INFO]
>>> [INFO] --- paranamer-maven-plugin:2.3:generate (run) @ flume-ng-sdk ---
>>> [INFO] Generating parameter names from
>>> /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to
>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-ng-sdk ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ flume-ng-sdk ---
>>> [INFO] Compiling 6 source files to
>>> /usr/local/flume/flume/flume-ng-sdk/target/test-classes
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-sdk
>>> ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sdk ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-sdk ---
>>> [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sdk >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sdk <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sdk ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sdk ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-sdk/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sdk
>>> ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sdk/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
>>> Opened
>>> [INFO] Pushing /usr/local/flume/flume/flume-ng-sdk/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
>>> Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
>>> Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-ng-sdk ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG Configuration 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-ng-configuration ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-ng-configuration ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-ng-configuration ---
>>> [INFO] Compiling 19 source files to
>>> /usr/local/flume/flume/flume-ng-configuration/target/classes
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-ng-configuration ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-configuration/src/test/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ flume-ng-configuration ---
>>> [INFO] No sources to compile
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-ng-configuration ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>> flume-ng-configuration ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>> flume-ng-configuration ---
>>> [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-configuration >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-configuration <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-configuration ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>> flume-ng-configuration ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-configuration/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-ng-configuration ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-configuration/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>> Session: Opened
>>> [INFO] Pushing /usr/local/flume/flume/flume-ng-configuration/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>> Session: Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>> Session: Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-ng-configuration ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-ng-core ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-ng-core ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-core/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-ng-core ---
>>> [INFO] Compiling 88 source files to
>>> /usr/local/flume/flume/flume-ng-core/target/classes
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-ng-core ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 2 resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ flume-ng-core ---
>>> [INFO] Compiling 41 source files to
>>> /usr/local/flume/flume/flume-ng-core/target/test-classes
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-ng-core ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-core ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-core ---
>>> [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-core >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-core <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-core ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-core ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-core/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-core
>>> ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-core/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
>>> Opened
>>> [INFO] Pushing /usr/local/flume/flume/flume-ng-core/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
>>> Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
>>> Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-ng-core ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-ng-sinks ---
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sinks ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sinks >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sinks <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sinks ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sinks ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-sinks/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-ng-sinks ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sinks/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
>>> Opened
>>> [INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
>>> Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
>>> Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-ng-sinks ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-hdfs-sink ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-hdfs-sink ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-hdfs-sink ---
>>> [INFO] Compiling 11 source files to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-hdfs-sink ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ flume-hdfs-sink ---
>>> [INFO] Compiling 8 source files to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-hdfs-sink ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-hdfs-sink ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-hdfs-sink ---
>>> [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-hdfs-sink >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-hdfs-sink <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-hdfs-sink ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-hdfs-sink ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-hdfs-sink ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Opened
>>> [INFO] Pushing
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-hdfs-sink ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-irc-sink ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-irc-sink ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-irc-sink ---
>>> [INFO] Compiling 1 source file to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-irc-sink ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ flume-irc-sink ---
>>> [INFO] No sources to compile
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-irc-sink ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-irc-sink ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-irc-sink ---
>>> [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-irc-sink >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-irc-sink <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-irc-sink ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-irc-sink ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-irc-sink ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Opened
>>> [INFO] Pushing
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-irc-sink ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG HBase Sink 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-ng-hbase-sink ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-ng-hbase-sink ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-ng-hbase-sink ---
>>> [INFO] Compiling 9 source files to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
>>> [INFO] -------------------------------------------------------------
>>> [ERROR] COMPILATION ERROR :
>>> [INFO] -------------------------------------------------------------
>>> [ERROR] error: error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>> [INFO] 1 error
>>> [INFO] -------------------------------------------------------------
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Summary:
>>> [INFO]
>>> [INFO] Apache Flume ...................................... SUCCESS
>>> [1:28.043s]
>>> [INFO] Flume NG SDK ...................................... SUCCESS
>>> [3.273s]
>>> [INFO] Flume NG Configuration ............................ SUCCESS
>>> [1.581s]
>>> [INFO] Flume NG Core ..................................... SUCCESS
>>> [3.324s]
>>> [INFO] Flume NG Sinks .................................... SUCCESS
>>> [0.822s]
>>> [INFO] Flume NG HDFS Sink ................................ SUCCESS
>>> [2.084s]
>>> [INFO] Flume NG IRC Sink ................................. SUCCESS
>>> [1.200s]
>>> [INFO] Flume NG HBase Sink ............................... FAILURE
>>> [0.693s]
>>> [INFO] Flume NG Channels ................................. SKIPPED
>>> [INFO] Flume NG JDBC channel ............................. SKIPPED
>>> [INFO] Flume NG Node ..................................... SKIPPED
>>> [INFO] Flume NG file-based channel ....................... SKIPPED
>>> [INFO] Flume NG file backed Memory channel ............... SKIPPED
>>> [INFO] Flume legacy Sources .............................. SKIPPED
>>> [INFO] Flume legacy Avro source .......................... SKIPPED
>>> [INFO] Flume legacy Thrift Source ........................ SKIPPED
>>> [INFO] Flume NG Clients .................................. SKIPPED
>>> [INFO] Flume NG Log4j Appender ........................... SKIPPED
>>> [INFO] Flume NG distribution ............................. SKIPPED
>>> [INFO] Flume NG Integration Tests ........................ SKIPPED
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 1:41.476s
>>> [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
>>> [INFO] Final Memory: 96M/269M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>> (default-compile) on project flume-ng-hbase-sink: Compilation failure
>>> [ERROR] error: error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>> [ERROR] -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e switch.
>>> [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/MojoFailureException
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the
>>> command
>>> [ERROR]   mvn <goals> -rf :flume-ng-hbase-sink
>>>
>>>
>>> ====================================================================================================================================================================================
>>>
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir/flume# ls -lrt
>>> total 140
>>> drwxr-xr-x  3 root root  4096 2012-06-22 12:05 conf
>>> drwxr-xr-x 19 root root  4096 2012-06-22 12:05 src
>>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-node
>>> drwxr-xr-x  5 root root  4096 2012-06-22 12:05 flume-ng-legacy-sources
>>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 contrib
>>> drwxr-xr-x  6 root root  4096 2012-06-22 12:05 flume-ng-channels
>>> drwxr-xr-x  3 root root  4096 2012-06-22 12:05 bin
>>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-clients
>>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-tests
>>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-dist
>>> -rw-r--r--  1 root root  1997 2012-06-22 12:05 RELEASE-NOTES
>>> -rw-r--r--  1 root root  1433 2012-06-22 12:05 README
>>> -rw-r--r--  1 root root 25221 2012-06-22 12:05 pom.xml
>>> -rw-r--r--  1 root root   249 2012-06-22 12:05 NOTICE
>>> -rw-r--r--  1 root root 11358 2012-06-22 12:05 LICENSE
>>> drwxr-xr-x  7 root root  4096 2012-06-22 12:05 flume-ng-doc
>>> -rw-r--r--  1 root root  5559 2012-06-22 12:05 DEVNOTES
>>> -rw-r--r--  1 root root  9952 2012-06-22 12:05 CHANGELOG
>>> -rw-r--r--  1 root root   719 2012-06-22 12:05 DISCLAIMER
>>> drwxr-xr-x  5 root root  4096 2012-06-22 12:06 flume-ng-sdk
>>> drwxr-xr-x  7 root root  4096 2012-06-22 12:08 target
>>> drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-configuration
>>> drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-core
>>> drwxr-xr-x  7 root root  4096 2012-06-22 12:08 flume-ng-sinks
>>>
>>>
>>>
>>> In Reactor summary: Flume NG HBase Sink got failed.Due to this Error:
>>> error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>>
>>> I went back and see all the directories running as root user only. all
>>> the directory output given as below.
>>>
>>>
>>>
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir/flume# who iam i
>>> root     pts/2        2012-06-20 15:19
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir/flume# cd
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
>>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# ls
>>> -lrt
>>> total 20
>>> -rw-r--r-- 1 root root 2717 2012-06-21 16:21 jruby-complete-1.6.5.pom
>>> -rw-r--r-- 1 root root   40 2012-06-21 16:21
>>> jruby-complete-1.6.5.pom.sha1
>>> -rw-r--r-- 1 root root  262 2012-06-21 16:24 jruby-complete-1.6.5.jar
>>> -rw-r--r-- 1 root root  203 2012-06-21 16:24 _maven.repositories
>>> -rw-r--r-- 1 root root 1385 2012-06-21 16:24
>>> jruby-complete-1.6.5.jar.lastUpdated
>>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# cd ..
>>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# ls -lrt
>>> total 4
>>> drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
>>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# cd ..
>>> root@md-trngpoc1:~/.m2/repository/org/jruby# ls -lrt
>>> total 12
>>> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
>>> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
>>> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
>>> root@md-trngpoc1:~/.m2/repository/org/jruby# cd ..
>>> root@md-trngpoc1:~/.m2/repository/org# ls -lrt
>>> total 76
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:17 xerial
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:17 hamcrest
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:18 mortbay
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:18 jboss
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 eclipse
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:20 schwering
>>> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 jruby
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:21 jamon
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:21 hbase
>>> drwxr-xr-x  7 root root 4096 2012-06-21 16:21 slf4j
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:25 tukaani
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:26 mockito
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:26 objenesis
>>> drwxr-xr-x  8 root root 4096 2012-06-21 16:29 sonatype
>>> drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 netbeans
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 tomdz
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:34 python
>>> drwxr-xr-x  7 root root 4096 2012-06-22 12:24 codehaus
>>> root@md-trngpoc1:~/.m2/repository/org# cd ..
>>> root@md-trngpoc1:~/.m2/repository# ls -lrt
>>> total 184
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 junit
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 classworlds
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 commons-cli
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 doxia
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-collections
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:15 velocity
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-lang
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-io
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 oro
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-validator
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:16 commons-digester
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:16 xml-apis
>>> drwxr-xr-x  5 root root 4096 2012-06-21 16:16 plexus
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:16 commons-logging
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:17 log4j
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 joda-time
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 xmlenc
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-httpclient
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-codec
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-configuration
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 logkit
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 avalon-framework
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 commons-beanutils
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-net
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 ant
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-el
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 net
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 hsqldb
>>> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 tomcat
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:21 stax
>>> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 javax
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:21 asm
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-dbcp
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-pool
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 xerces
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 commons-chain
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 dom4j
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 sslext
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 antlr
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:31 backport-util-concurrent
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 jakarta-regexp
>>> drwxr-xr-x  8 root root 4096 2012-06-21 16:32 com
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:32 nekohtml
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 regexp
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 ch
>>> drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
>>> root@md-trngpoc1:~/.m2/repository# cd ..
>>> root@md-trngpoc1:~/.m2# ls -lrt -a
>>> total 12
>>> drwx------ 25 root root 4096 2012-06-21 16:12 ..
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:12 .
>>> drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
>>> root@md-trngpoc1:~/.m2# cd ..
>>> root@md-trngpoc1:~# ls -lrt -a
>>> total 160
>>> -rw-r--r--  1 root root   140 2010-10-21 18:17 .profile
>>> -rw-------  1 root root   256 2012-02-03 10:50 .pulse-cookie
>>> drwxr-xr-x  2 root root  4096 2012-02-03 10:57 .nautilus
>>> drwxr-xr-x  2 root root  4096 2012-02-03 10:57 Desktop
>>> drwx------  3 root root  4096 2012-02-03 10:57 .dbus
>>> drwx------  3 root root  4096 2012-02-03 10:58 .local
>>> drwxr-xr-x  3 root root  4096 2012-02-03 14:19 .subversion
>>> drwxrwxrwx  6 root root  4096 2012-02-03 14:19 .config
>>> drwx------  3 root root  4096 2012-02-03 14:20 .thumbnails
>>> drwxr-xr-x  3 root root  4096 2012-02-08 10:19 .java
>>> drwxrwxrwx  3 root root  4096 2012-02-08 10:21 .pspdata
>>> drwx------  4 root root  4096 2012-02-08 15:19 .mozilla
>>> drwx------  2 root root  4096 2012-02-08 15:19 .gnome2_private
>>> drwxr-xr-x  4 root root  4096 2012-02-08 15:19 .icedtea
>>> drwxr-xr-x  2 root root  4096 2012-02-09 15:40 .gstreamer-0.10
>>> drwxr-xr-x  6 root root  4096 2012-02-21 13:24 .gnome2
>>> drwx------  3 root root  4096 2012-02-27 13:52 .synaptic
>>> drwx------  3 root root  4096 2012-03-01 08:56 .gconf
>>> dr-x------  2 root root  4096 2012-03-01 14:46 .gvfs
>>> drwx------  2 root root  4096 2012-03-01 15:35 .gconfd
>>> lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .icons ->
>>> /home/virtusa/.icons/
>>> lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .fonts ->
>>> /home/virtusa/.fonts/
>>> lrwxrwxrwx  1 root root    22 2012-04-30 18:51 .themes ->
>>> /home/virtusa/.themes/
>>> drwx------  2 root root  4096 2012-05-02 17:15 .cache
>>> -rw-------  1 root root    58 2012-05-04 15:04 .lesshst
>>> drwx------  2 root root  4096 2012-05-07 18:31 .ssh
>>> drwx------  2 root root  4096 2012-05-07 21:22 .pulse
>>> drwxr-xr-x 23 root root  4096 2012-05-17 17:50 ..
>>> -rw-r--r--  1 root root  3274 2012-05-17 17:53 .bashrc
>>> drwx--x--x  2 root root  4096 2012-05-23 18:42 .splunk
>>> -rw-r--r--  1 root root  2015 2012-06-07 11:30 .hivehistory
>>> -rw-------  1 root root  9973 2012-06-08 12:49 .viminfo
>>> -rw-------  1 root root 28596 2012-06-20 15:19 .bash_history
>>> drwxr-xr-x  3 root root  4096 2012-06-21 16:12 .m2
>>> drwx------ 25 root root  4096 2012-06-21 16:12 .
>>>
>>> I am struggling flume installation from past couple of weeks, Could you
>>> please any one help me on this issue.
>>>
>>> Thanks,
>>> Vijay
>>>
>>
>>
>>
>


-- 



Best Regards

Leslin

Re: mvn package error

Posted by Mike Percy <mp...@cloudera.com>.
Use the dist tarball after compiling. It contains the binaries (as well as
the sources).

Launch flume using the bin/flume-ng script.

Regards,
Mike

On Tuesday, June 26, 2012, vijay k wrote:

> Hi,
>
> Thanks a lot users, who are helped me for  the successful installation of
> flume.
>
> I appreciate you guys help me further going forward with respect to flume.
>
> I have downloaded the jruby-complete-1.6.5.jar from gogle. and placed the
> jar file into the root/.m2/repository/org/jruby/jruby-complete/1.6.5
> location
>  and re-run the #mvn package -DskipTests package again. I am getting the
> following ALL SUCCESS output.
>
>
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> flume-ng-tests ---
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Flume ...................................... SUCCESS
> [36.084s]
> [INFO] Flume NG SDK ...................................... SUCCESS [3.452s]
> [INFO] Flume NG Configuration ............................ SUCCESS [2.073s]
> [INFO] Flume NG Core ..................................... SUCCESS [5.179s]
> [INFO] Flume NG Sinks .................................... SUCCESS [1.022s]
> [INFO] Flume NG HDFS Sink ................................ SUCCESS [2.897s]
> [INFO] Flume NG IRC Sink ................................. SUCCESS [2.025s]
> [INFO] Flume NG HBase Sink ............................... SUCCESS [2.106s]
> [INFO] Flume NG Channels ................................. SUCCESS [0.713s]
> [INFO] Flume NG JDBC channel ............................. SUCCESS [3.668s]
> [INFO] Flume NG Node ..................................... SUCCESS [2.566s]
> [INFO] Flume NG file-based channel ....................... SUCCESS [2.976s]
> [INFO] Flume NG file backed Memory channel ............... SUCCESS [2.666s]
> [INFO] Flume legacy Sources .............................. SUCCESS [0.673s]
> [INFO] Flume legacy Avro source .......................... SUCCESS [2.063s]
> [INFO] Flume legacy Thrift Source ........................ SUCCESS [2.256s]
> [INFO] Flume NG Clients .................................. SUCCESS [0.657s]
> [INFO] Flume NG Log4j Appender ........................... SUCCESS [1.971s]
> [INFO] Flume NG distribution ............................. SUCCESS
> [32.970s]
> [INFO] Flume NG Integration Tests ........................ SUCCESS [2.324s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1:50.773s
> [INFO] Finished at: Tue Jun 26 13:15:19 IST 2012
> [INFO] Final Memory: 75M/757M
>
>
> I am having one query here.
>
> 1. I have created two zip file below pasted the output
>
> root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist/target<javascript:_e({}, 'cvml',
> 'root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist/target');># ls
> -l
> total 14340
> drwxr-xr-x 2 root root     4096 2012-06-26 13:15 archive-tmp
> drwxr-xr-x 3 root root     4096 2012-06-26 13:15 docs
> -rw-r--r-- 1 root root 14193511 2012-06-26 13:15
> flume-ng-dist-1.2.0-incubating-SNAPSHOT-dist.tar.gz
> -rw-r--r-- 1 root root   464668 2012-06-26 13:15
> flume-ng-dist-1.2.0-incubating-SNAPSHOT-src.tar.gz
> drwxr-xr-x 3 root root     4096 2012-06-26 13:14
> maven-shared-archive-resources
> -rw-r--r-- 1 root root      958 2012-06-26 13:14 rat.txt
> drwxr-xr-x 5 root root     4096 2012-06-26 13:15 site
> Can you please let me know on which folder i can decompress the
> flume-ng-dist-1.2.0-incubating-SNAPSHOT-dist.tar.gz file?
>
> For reference:
>
> root@md-trngpoc1:/usr/local/flume_dir/flume <javascript:_e({}, 'cvml',
> 'root@md-trngpoc1:/usr/local/flume_dir/flume');># ls -lrt
> total 140
> drwxr-xr-x  3 root root  4096 2012-06-26 12:57 conf
> drwxr-xr-x 19 root root  4096 2012-06-26 12:57 src
> drwxr-xr-x  4 root root  4096 2012-06-26 12:57 contrib
> drwxr-xr-x  3 root root  4096 2012-06-26 12:57 bin
> -rw-r--r--  1 root root  1997 2012-06-26 12:57 RELEASE-NOTES
> -rw-r--r--  1 root root  1433 2012-06-26 12:57 README
> -rw-r--r--  1 root root 25311 2012-06-26 12:57 pom.xml
> -rw-r--r--  1 root root   249 2012-06-26 12:57 NOTICE
> -rw-r--r--  1 root root 11358 2012-06-26 12:57 LICENSE
> drwxr-xr-x  7 root root  4096 2012-06-26 12:57 flume-ng-doc
> -rw-r--r--  1 root root   719 2012-06-26 12:57 DISCLAIMER
> -rw-r--r--  1 root root  5559 2012-06-26 12:57 DEVNOTES
> -rw-r--r--  1 root root  9952 2012-06-26 12:57 CHANGELOG
> drwxr-xr-x  5 root root  4096 2012-06-26 13:13 flume-ng-sdk
> drwxr-xr-x  7 root root  4096 2012-06-26 13:14 target
> drwxr-xr-x  5 root root  4096 2012-06-26 13:14 flume-ng-configuration
> drwxr-xr-x  5 root root  4096 2012-06-26 13:14 flume-ng-core
> drwxr-xr-x  7 root root  4096 2012-06-26 13:14 flume-ng-sinks
> drwxr-xr-x  7 root root  4096 2012-06-26 13:14 flume-ng-channels
> drwxr-xr-x  5 root root  4096 2012-06-26 13:14 flume-ng-node
> drwxr-xr-x  6 root root  4096 2012-06-26 13:14 flume-ng-legacy-sources
> drwxr-xr-x  5 root root  4096 2012-06-26 13:14 flume-ng-clients
> drwxr-xr-x  5 root root  4096 2012-06-26 13:14 flume-ng-dist
> drwxr-xr-x  5 root root  4096 2012-06-26 13:15 flume-ng-tests
> root@md-trngpoc1:/usr/local/flume_dir/flume <javascript:_e({}, 'cvml',
> 'root@md-trngpoc1:/usr/local/flume_dir/flume');># cd flume-ng-dist
> root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist<javascript:_e({}, 'cvml',
> 'root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist');># ls -lrt
> total 12
> drwxr-xr-x 4 root root 4096 2012-06-26 12:57 src
> -rw-r--r-- 1 root root 3981 2012-06-26 12:57 pom.xml
> drwxr-xr-x 6 root root 4096 2012-06-26 13:15 target
> root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist<javascript:_e({}, 'cvml',
> 'root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist');># cd target
> root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist/target<javascript:_e({}, 'cvml',
> 'root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist/target');># ls
> -l
> total 14340
> drwxr-xr-x 2 root root     4096 2012-06-26 13:15 archive-tmp
> drwxr-xr-x 3 root root     4096 2012-06-26 13:15 docs
> -rw-r--r-- 1 root root 14193511 2012-06-26 13:15
> flume-ng-dist-1.2.0-incubating-SNAPSHOT-dist.tar.gz
> -rw-r--r-- 1 root root   464668 2012-06-26 13:15
> flume-ng-dist-1.2.0-incubating-SNAPSHOT-src.tar.gz
> drwxr-xr-x 3 root root     4096 2012-06-26 13:14
> maven-shared-archive-resources
> -rw-r--r-- 1 root root      958 2012-06-26 13:14 rat.txt
> drwxr-xr-x 5 root root     4096 2012-06-26 13:15 site
>
> Thanks,
> Vijay
>
>
> On Tue, Jun 26, 2012 at 9:31 AM, Rajesh Koilpillai <
> rajesh.koilpillai@gmail.com> wrote:
>
> Remove the contents of the folder under /org/jruby/jruby-complete/1.6.5,
> its quite possible that it download this maven artifact properly.
> Re-run your maven commands again and check to see if the downloaded file
> is really a jar and not a corrupt file.
>
> On Tue, Jun 26, 2012 at 8:38 AM, vijay k <k....@gmail.com> wrote:
>
> Can you please anyone help me on the inline issue?
>
> On Mon, Jun 25, 2012 at 7:26 PM, vijay k <k....@gmail.com> wrote:
>
> While testing the ./javadoc.sh script i am getting the following output.
>
>
> root@md-trngpoc1:/usr/local/flume_dir/flume/target/site/apidocs#
> ./javadoc.sh
> error: error reading
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
> error in opening zip file
> Loading source files for package org.apache.flume...
> Loading source files for package org.apache.flume.api...
> Loading source files for package org.apache.flume.event...
> Loading source files for package org.apache.flume.util...
> Loading source files for package org.apache.flume.source.avro...
> Loading source files for package org.apache.flume.conf.channel...
> Loading source files for package org.apache.flume.conf...
> Loading source files for package org.apache.flume.conf.sink...
> Loading source files for package org.apache.flume.conf.source...
> Loading source files for package org.apache.flume.channel...
> Loading source files for package org.apache.flume.sink...
> Loading source files for package org.apache.flume.tools...
> Loading source files for package org.apache.flume.client.avro...
> Loading source files for package org.apache.flume.lifecycle...
> Loading source files for package org.apache.flume.interceptor...
> Loading source files for package org.apache.flume.formatter.output...
> Loading source files for package org.apache.flume.source...
> Loading source files for package org.apache.flume.serialization...
> Loading source files for package org.apache.flume.sink.hdfs...
> Loading source files for package org.apache.flume.sink.irc...
> Loading source files for package org.apache.flume.sink.hbase...
> Loading source files for package org.apache.flume.channel.jdbc...
> Loading source files for package org.apache.flume.channel.jdbc.impl...
> Loading source files for package org.apache.flume.conf.properties...
> Loading source files for package org.apache.flume.conf.file...
> Loading source files for package org.apache.flume.node...
> Loading source files for package org.apache.flume.node.nodemanager...
> Loading source files for package org.apache.flume.channel.file...
> Loading source files for package
> org.apache.flume.channel.recoverable.memory.wal...
> Loading source files for package
> org.apache.flume.channel.recoverable.memory...
> Loading source files for package org.apache.flume.source.avroLegacy...
> Loading source files for package com.cloudera.flume.handlers.avro...
> Loading source files for package com.cloudera.flume.handlers.thrift...
> Loading source files for package org.apache.flume.source.thriftLegacy...
> Loading source files for package org.apache.flume.clients.log4jappender...
> 1 error
>
>
> I have opend the jruby-complete-1.6.5.jar file and see the following
> content the .jar file.
>
>
>
> root@md-trngpoc1:/usr/local/flume_dir/flume/target/site/apidocs# more
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar
> <HTML><BODY>  <h2>Attenti
>
>

Re: mvn package error

Posted by vijay k <k....@gmail.com>.
Hi,

Thanks a lot users, who are helped me for  the successful installation of
flume.

I appreciate you guys help me further going forward with respect to flume.

I have downloaded the jruby-complete-1.6.5.jar from gogle. and placed the
jar file into the root/.m2/repository/org/jruby/jruby-complete/1.6.5
location
 and re-run the #mvn package -DskipTests package again. I am getting the
following ALL SUCCESS output.


[INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
flume-ng-tests ---
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Flume ...................................... SUCCESS [36.084s]
[INFO] Flume NG SDK ...................................... SUCCESS [3.452s]
[INFO] Flume NG Configuration ............................ SUCCESS [2.073s]
[INFO] Flume NG Core ..................................... SUCCESS [5.179s]
[INFO] Flume NG Sinks .................................... SUCCESS [1.022s]
[INFO] Flume NG HDFS Sink ................................ SUCCESS [2.897s]
[INFO] Flume NG IRC Sink ................................. SUCCESS [2.025s]
[INFO] Flume NG HBase Sink ............................... SUCCESS [2.106s]
[INFO] Flume NG Channels ................................. SUCCESS [0.713s]
[INFO] Flume NG JDBC channel ............................. SUCCESS [3.668s]
[INFO] Flume NG Node ..................................... SUCCESS [2.566s]
[INFO] Flume NG file-based channel ....................... SUCCESS [2.976s]
[INFO] Flume NG file backed Memory channel ............... SUCCESS [2.666s]
[INFO] Flume legacy Sources .............................. SUCCESS [0.673s]
[INFO] Flume legacy Avro source .......................... SUCCESS [2.063s]
[INFO] Flume legacy Thrift Source ........................ SUCCESS [2.256s]
[INFO] Flume NG Clients .................................. SUCCESS [0.657s]
[INFO] Flume NG Log4j Appender ........................... SUCCESS [1.971s]
[INFO] Flume NG distribution ............................. SUCCESS [32.970s]
[INFO] Flume NG Integration Tests ........................ SUCCESS [2.324s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:50.773s
[INFO] Finished at: Tue Jun 26 13:15:19 IST 2012
[INFO] Final Memory: 75M/757M


I am having one query here.

1. I have created two zip file below pasted the output

root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist/target# ls -l
total 14340
drwxr-xr-x 2 root root     4096 2012-06-26 13:15 archive-tmp
drwxr-xr-x 3 root root     4096 2012-06-26 13:15 docs
-rw-r--r-- 1 root root 14193511 2012-06-26 13:15
flume-ng-dist-1.2.0-incubating-SNAPSHOT-dist.tar.gz
-rw-r--r-- 1 root root   464668 2012-06-26 13:15
flume-ng-dist-1.2.0-incubating-SNAPSHOT-src.tar.gz
drwxr-xr-x 3 root root     4096 2012-06-26 13:14
maven-shared-archive-resources
-rw-r--r-- 1 root root      958 2012-06-26 13:14 rat.txt
drwxr-xr-x 5 root root     4096 2012-06-26 13:15 site
Can you please let me know on which folder i can decompress the
flume-ng-dist-1.2.0-incubating-SNAPSHOT-dist.tar.gz file?

For reference:

root@md-trngpoc1:/usr/local/flume_dir/flume# ls -lrt
total 140
drwxr-xr-x  3 root root  4096 2012-06-26 12:57 conf
drwxr-xr-x 19 root root  4096 2012-06-26 12:57 src
drwxr-xr-x  4 root root  4096 2012-06-26 12:57 contrib
drwxr-xr-x  3 root root  4096 2012-06-26 12:57 bin
-rw-r--r--  1 root root  1997 2012-06-26 12:57 RELEASE-NOTES
-rw-r--r--  1 root root  1433 2012-06-26 12:57 README
-rw-r--r--  1 root root 25311 2012-06-26 12:57 pom.xml
-rw-r--r--  1 root root   249 2012-06-26 12:57 NOTICE
-rw-r--r--  1 root root 11358 2012-06-26 12:57 LICENSE
drwxr-xr-x  7 root root  4096 2012-06-26 12:57 flume-ng-doc
-rw-r--r--  1 root root   719 2012-06-26 12:57 DISCLAIMER
-rw-r--r--  1 root root  5559 2012-06-26 12:57 DEVNOTES
-rw-r--r--  1 root root  9952 2012-06-26 12:57 CHANGELOG
drwxr-xr-x  5 root root  4096 2012-06-26 13:13 flume-ng-sdk
drwxr-xr-x  7 root root  4096 2012-06-26 13:14 target
drwxr-xr-x  5 root root  4096 2012-06-26 13:14 flume-ng-configuration
drwxr-xr-x  5 root root  4096 2012-06-26 13:14 flume-ng-core
drwxr-xr-x  7 root root  4096 2012-06-26 13:14 flume-ng-sinks
drwxr-xr-x  7 root root  4096 2012-06-26 13:14 flume-ng-channels
drwxr-xr-x  5 root root  4096 2012-06-26 13:14 flume-ng-node
drwxr-xr-x  6 root root  4096 2012-06-26 13:14 flume-ng-legacy-sources
drwxr-xr-x  5 root root  4096 2012-06-26 13:14 flume-ng-clients
drwxr-xr-x  5 root root  4096 2012-06-26 13:14 flume-ng-dist
drwxr-xr-x  5 root root  4096 2012-06-26 13:15 flume-ng-tests
root@md-trngpoc1:/usr/local/flume_dir/flume# cd flume-ng-dist
root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist# ls -lrt
total 12
drwxr-xr-x 4 root root 4096 2012-06-26 12:57 src
-rw-r--r-- 1 root root 3981 2012-06-26 12:57 pom.xml
drwxr-xr-x 6 root root 4096 2012-06-26 13:15 target
root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist# cd target
root@md-trngpoc1:/usr/local/flume_dir/flume/flume-ng-dist/target# ls -l
total 14340
drwxr-xr-x 2 root root     4096 2012-06-26 13:15 archive-tmp
drwxr-xr-x 3 root root     4096 2012-06-26 13:15 docs
-rw-r--r-- 1 root root 14193511 2012-06-26 13:15
flume-ng-dist-1.2.0-incubating-SNAPSHOT-dist.tar.gz
-rw-r--r-- 1 root root   464668 2012-06-26 13:15
flume-ng-dist-1.2.0-incubating-SNAPSHOT-src.tar.gz
drwxr-xr-x 3 root root     4096 2012-06-26 13:14
maven-shared-archive-resources
-rw-r--r-- 1 root root      958 2012-06-26 13:14 rat.txt
drwxr-xr-x 5 root root     4096 2012-06-26 13:15 site

Thanks,
Vijay


On Tue, Jun 26, 2012 at 9:31 AM, Rajesh Koilpillai <
rajesh.koilpillai@gmail.com> wrote:

> Remove the contents of the folder under /org/jruby/jruby-complete/1.6.5,
> its quite possible that it download this maven artifact properly.
> Re-run your maven commands again and check to see if the downloaded file
> is really a jar and not a corrupt file.
>
> On Tue, Jun 26, 2012 at 8:38 AM, vijay k <k....@gmail.com> wrote:
>
>> Can you please anyone help me on the inline issue?
>>
>> On Mon, Jun 25, 2012 at 7:26 PM, vijay k <k....@gmail.com> wrote:
>>
>>> While testing the ./javadoc.sh script i am getting the following output.
>>>
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir/flume/target/site/apidocs#
>>> ./javadoc.sh
>>> error: error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>> Loading source files for package org.apache.flume...
>>> Loading source files for package org.apache.flume.api...
>>> Loading source files for package org.apache.flume.event...
>>> Loading source files for package org.apache.flume.util...
>>> Loading source files for package org.apache.flume.source.avro...
>>> Loading source files for package org.apache.flume.conf.channel...
>>> Loading source files for package org.apache.flume.conf...
>>> Loading source files for package org.apache.flume.conf.sink...
>>> Loading source files for package org.apache.flume.conf.source...
>>> Loading source files for package org.apache.flume.channel...
>>> Loading source files for package org.apache.flume.sink...
>>> Loading source files for package org.apache.flume.tools...
>>> Loading source files for package org.apache.flume.client.avro...
>>> Loading source files for package org.apache.flume.lifecycle...
>>> Loading source files for package org.apache.flume.interceptor...
>>> Loading source files for package org.apache.flume.formatter.output...
>>> Loading source files for package org.apache.flume.source...
>>> Loading source files for package org.apache.flume.serialization...
>>> Loading source files for package org.apache.flume.sink.hdfs...
>>> Loading source files for package org.apache.flume.sink.irc...
>>> Loading source files for package org.apache.flume.sink.hbase...
>>> Loading source files for package org.apache.flume.channel.jdbc...
>>> Loading source files for package org.apache.flume.channel.jdbc.impl...
>>> Loading source files for package org.apache.flume.conf.properties...
>>> Loading source files for package org.apache.flume.conf.file...
>>> Loading source files for package org.apache.flume.node...
>>> Loading source files for package org.apache.flume.node.nodemanager...
>>> Loading source files for package org.apache.flume.channel.file...
>>> Loading source files for package
>>> org.apache.flume.channel.recoverable.memory.wal...
>>> Loading source files for package
>>> org.apache.flume.channel.recoverable.memory...
>>> Loading source files for package org.apache.flume.source.avroLegacy...
>>> Loading source files for package com.cloudera.flume.handlers.avro...
>>> Loading source files for package com.cloudera.flume.handlers.thrift...
>>> Loading source files for package org.apache.flume.source.thriftLegacy...
>>> Loading source files for package
>>> org.apache.flume.clients.log4jappender...
>>> 1 error
>>>
>>>
>>> I have opend the jruby-complete-1.6.5.jar file and see the following
>>> content the .jar file.
>>>
>>>
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir/flume/target/site/apidocs# more
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar
>>> <HTML><BODY>  <h2>Attention!!!</h2><p>The file
>>> "jruby-complete-1.6.5.jar" has been blocked.  The file is larger than the
>>> configured file size limit.</p> <p>URL =
>>> repository.codehaus.org/org/jruby/j
>>> ruby-complete/1.6.5/jruby-complete-1.6.5.jar</p> </BODY></HTML>
>>>
>>>
>>> Please suggest how can i fix this issue?
>>>
>>> Thanks,
>>> Vijay
>>>
>>>
>>> On Mon, Jun 25, 2012 at 7:08 PM, vijay k <k....@gmail.com> wrote:
>>>
>>>> Hi All,
>>>>
>>>> I have run the #mvn package -DskipTests , still i am getting the same
>>>> error on my terminal.
>>>> root@md-trngpoc1:/usr/local/flume_dir/flume# mvn package -DskipTests
>>>> [INFO] Scanning for projects...
>>>> [WARNING]
>>>> [WARNING] Some problems were encountered while building the effective
>>>> model for org.apache.flume:flume-parent:pom:1.2.0-incubating-SNAPSHOT
>>>> [WARNING] 'reporting.plugins.plugin.version' for
>>>> org.tomdz.maven:sphinx-maven-plugin is missing. @ line 832, column 15
>>>> [WARNING]
>>>> [WARNING] It is highly recommended to fix these problems because they
>>>> threaten the stability of your build.
>>>> [WARNING]
>>>> [WARNING] For this reason, future Maven versions might no longer
>>>> support building such malformed projects.
>>>> [WARNING]
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Reactor Build Order:
>>>> [INFO]
>>>> [INFO] Apache Flume
>>>> [INFO] Flume NG SDK
>>>> [INFO] Flume NG Configuration
>>>> [INFO] Flume NG Core
>>>> [INFO] Flume NG Sinks
>>>> [INFO] Flume NG HDFS Sink
>>>> [INFO] Flume NG IRC Sink
>>>> [INFO] Flume NG HBase Sink
>>>> [INFO] Flume NG Channels
>>>> [INFO] Flume NG JDBC channel
>>>> [INFO] Flume NG Node
>>>> [INFO] Flume NG file-based channel
>>>> [INFO] Flume NG file backed Memory channel
>>>> [INFO] Flume legacy Sources
>>>> [INFO] Flume legacy Avro source
>>>> [INFO] Flume legacy Thrift Source
>>>> [INFO] Flume NG Clients
>>>> [INFO] Flume NG Log4j Appender
>>>> [INFO] Flume NG distribution
>>>> [INFO] Flume NG Integration Tests
>>>> [INFO]
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Building Apache Flume 1.2.0-incubating-SNAPSHOT
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO]
>>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>>> flume-parent ---
>>>> [INFO] Setting property: classpath.resource.loader.class =>
>>>> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
>>>> [INFO] Setting property: velocimacro.messages.on => 'false'.
>>>> [INFO] Setting property: resource.loader => 'classpath'.
>>>> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
>>>> [INFO]
>>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-parent ---
>>>> [INFO] Exclude: .idea/
>>>> [INFO] Exclude: **/*.iml
>>>> [INFO] Exclude: .git/
>>>> [INFO] Exclude: .gitignore
>>>> [INFO] Exclude: .repository/
>>>> [INFO] Exclude: **/*.diff
>>>> [INFO] Exclude: **/*.patch
>>>> [INFO] Exclude: **/*.avsc
>>>> [INFO] Exclude: **/docs/**
>>>> [INFO]
>>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>>> flume-parent >>>
>>>> [INFO]
>>>> [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>> [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> [INFO]
>>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-ng-sdk ---
>>>> [INFO]
>>>> [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>>> [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> [INFO]
>>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-avro-source ---
>>>> [INFO]
>>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>>> flume-parent <<<
>>>> [WARNING] The following dependencies could not be resolved at this
>>>> point of the build but seem to be part of the reactor:
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>>> [WARNING] The following dependencies could not be resolved at this
>>>> point of the build but seem to be part of the reactor:
>>>> [WARNING] o
>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>>> [INFO]
>>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>>> flume-parent ---
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT] can't be
>>>> resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>>>> [INFO]
>>>> Loading source files for package org.apache.flume...
>>>> Loading source files for package org.apache.flume.api...
>>>> Loading source files for package org.apache.flume.event...
>>>> Loading source files for package org.apache.flume.util...
>>>> Loading source files for package org.apache.flume.source.avro...
>>>> Loading source files for package org.apache.flume.conf.channel...
>>>> Loading source files for package org.apache.flume.conf...
>>>> Loading source files for package org.apache.flume.conf.sink...
>>>> Loading source files for package org.apache.flume.conf.source...
>>>> Loading source files for package org.apache.flume.channel...
>>>> Loading source files for package org.apache.flume.sink...
>>>> Loading source files for package org.apache.flume.tools...
>>>> Loading source files for package org.apache.flume.client.avro...
>>>> Loading source files for package org.apache.flume.lifecycle...
>>>> Loading source files for package org.apache.flume.interceptor...
>>>> Loading source files for package org.apache.flume.formatter.output...
>>>> Loading source files for package org.apache.flume.source...
>>>> Loading source files for package org.apache.flume.serialization...
>>>> Loading source files for package org.apache.flume.sink.hdfs...
>>>> Loading source files for package org.apache.flume.sink.irc...
>>>> Loading source files for package org.apache.flume.sink.hbase...
>>>> Loading source files for package org.apache.flume.channel.jdbc...
>>>> Loading source files for package org.apache.flume.channel.jdbc.impl...
>>>> Loading source files for package org.apache.flume.conf.properties...
>>>> Loading source files for package org.apache.flume.conf.file...
>>>> Loading source files for package org.apache.flume.node...
>>>> Loading source files for package org.apache.flume.node.nodemanager...
>>>> Loading source files for package org.apache.flume.channel.file...
>>>> Loading source files for package
>>>> org.apache.flume.channel.recoverable.memory.wal...
>>>> Loading source files for package
>>>> org.apache.flume.channel.recoverable.memory...
>>>> Loading source files for package org.apache.flume.source.avroLegacy...
>>>> Loading source files for package com.cloudera.flume.handlers.avro...
>>>> Loading source files for package com.cloudera.flume.handlers.thrift...
>>>> Loading source files for package org.apache.flume.source.thriftLegacy...
>>>> Loading source files for package
>>>> org.apache.flume.clients.log4jappender...
>>>> 1 error
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Reactor Summary:
>>>> [INFO]
>>>> [INFO] Apache Flume ...................................... FAILURE
>>>> [4.062s]
>>>> [INFO] Flume NG SDK ...................................... SKIPPED
>>>> [INFO] Flume NG Configuration ............................ SKIPPED
>>>> [INFO] Flume NG Core ..................................... SKIPPED
>>>> [INFO] Flume NG Sinks .................................... SKIPPED
>>>> [INFO] Flume NG HDFS Sink ................................ SKIPPED
>>>> [INFO] Flume NG IRC Sink ................................. SKIPPED
>>>> [INFO] Flume NG HBase Sink ............................... SKIPPED
>>>> [INFO] Flume NG Channels ................................. SKIPPED
>>>> [INFO] Flume NG JDBC channel ............................. SKIPPED
>>>> [INFO] Flume NG Node ..................................... SKIPPED
>>>> [INFO] Flume NG file-based channel ....................... SKIPPED
>>>> [INFO] Flume NG file backed Memory channel ............... SKIPPED
>>>> [INFO] Flume legacy Sources .............................. SKIPPED
>>>> [INFO] Flume legacy Avro source .......................... SKIPPED
>>>> [INFO] Flume legacy Thrift Source ........................ SKIPPED
>>>> [INFO] Flume NG Clients .................................. SKIPPED
>>>> [INFO] Flume NG Log4j Appender ........................... SKIPPED
>>>> [INFO] Flume NG distribution ............................. SKIPPED
>>>> [INFO] Flume NG Integration Tests ........................ SKIPPED
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] BUILD FAILURE
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Total time: 4.496s
>>>> [INFO] Finished at: Mon Jun 25 18:33:05 IST 2012
>>>> [INFO] Final Memory: 21M/322M
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>>> on project flume-parent: An error has occurred in JavaDocs report
>>>> generation:
>>>> [ERROR] Exit code: 1 - error: error reading
>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>> error in opening zip file
>>>> [ERROR]
>>>> [ERROR] Command line was:
>>>> /usr/lib/jvm/java-6-sun-1.6.0.26/jre/../bin/javadoc @options @packages
>>>> [ERROR]
>>>> [ERROR] Refer to the generated Javadoc files in
>>>> '/usr/local/flume_dir/flume/target/site/apidocs' dir.
>>>> [ERROR] -> [Help 1]
>>>> [ERROR]
>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>>>> the -e switch.
>>>> [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
>>>>
>>>>
>>>> Does someone has any hint or idea about that....I Have attached the full
>>>> output
>>>>
>>>>
>>>>
>>>> Thanks,
>>>> vijay
>>>>
>>>>
>>>> On Mon, Jun 25, 2012 at 5:00 PM, vijay k <k....@gmail.com> wrote:
>>>>
>>>>> Hi Mike,
>>>>>
>>>>> I have run the # <%23root@md-trngpoc1:/usr/local/flume_dir/flume>mvn
>>>>> clean install -DskipTests, I am getting the following output on terminal.
>>>>>
>>>>>
>>>>> root@md-trngpoc1:/usr/local/flume_dir/flume# mvn clean install
>>>>> -DskipTests
>>>>> [INFO] Scanning for projects...
>>>>> [WARNING]
>>>>> [WARNING] Some problems were encountered while building the effective
>>>>> model for org.apache.flume:flume-parent:pom:1.2.0-incubating-SNAPSHOT
>>>>> [WARNING] 'reporting.plugins.plugin.version' for
>>>>> org.tomdz.maven:sphinx-maven-plugin is missing. @ line 832, column 15
>>>>> [WARNING]
>>>>> [WARNING] It is highly recommended to fix these problems because they
>>>>> threaten the stability of your build.
>>>>> [WARNING]
>>>>> [WARNING] For this reason, future Maven versions might no longer
>>>>> support building such malformed projects.
>>>>> [WARNING]
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] Reactor Build Order:
>>>>> [INFO]
>>>>> [INFO] Apache Flume
>>>>> [INFO] Flume NG SDK
>>>>> [INFO] Flume NG Configuration
>>>>> [INFO] Flume NG Core
>>>>> [INFO] Flume NG Sinks
>>>>> [INFO] Flume NG HDFS Sink
>>>>> [INFO] Flume NG IRC Sink
>>>>> [INFO] Flume NG HBase Sink
>>>>> [INFO] Flume NG Channels
>>>>> [INFO] Flume NG JDBC channel
>>>>> [INFO] Flume NG Node
>>>>> [INFO] Flume NG file-based channel
>>>>> [INFO] Flume NG file backed Memory channel
>>>>> [INFO] Flume legacy Sources
>>>>> [INFO] Flume legacy Avro source
>>>>> [INFO] Flume legacy Thrift Source
>>>>> [INFO] Flume NG Clients
>>>>> [INFO] Flume NG Log4j Appender
>>>>> [INFO] Flume NG distribution
>>>>> [INFO] Flume NG Integration Tests
>>>>> [INFO]
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] Building Apache Flume 1.2.0-incubating-SNAPSHOT
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO]
>>>>> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
>>>>> flume-parent ---
>>>>> [INFO]
>>>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>>>> flume-parent ---
>>>>> [INFO] Setting property: classpath.resource.loader.class =>
>>>>> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
>>>>> [INFO] Setting property: velocimacro.messages.on => 'false'.
>>>>> [INFO] Setting property: resource.loader => 'classpath'.
>>>>> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
>>>>> [INFO]
>>>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-parent ---
>>>>> [INFO] Exclude: .idea/
>>>>> [INFO] Exclude: **/*.iml
>>>>> [INFO] Exclude: .git/
>>>>> [INFO] Exclude: .gitignore
>>>>> [INFO] Exclude: .repository/
>>>>> [INFO] Exclude: **/*.diff
>>>>> [INFO] Exclude: **/*.patch
>>>>> [INFO] Exclude: **/*.avsc
>>>>> [INFO] Exclude: **/docs/**
>>>>> [INFO]
>>>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>>>> flume-parent >>>
>>>>> [INFO]
>>>>> [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>> [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> [INFO]
>>>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>>> flume-ng-sdk ---
>>>>> [INFO]
>>>>> [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>>>> [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> [INFO]
>>>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>>> flume-avro-source ---
>>>>> [INFO]
>>>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>>>> flume-parent <<<
>>>>> [WARNING] The following dependencies could not be resolved at this
>>>>> point of the build but seem to be part of the reactor:
>>>>> [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>>>> [WARNING] The following dependencies could not be resolved at this
>>>>> point of the build but seem to be part of the reactor:
>>>>> [WARNING] o
>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> [WARNING] o
>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>>>> [INFO]
>>>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>>>> flume-parent ---
>>>>> [WARNING] The dependency:
>>>>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>>> This dependency has been excluded from the Javadoc classpath. You
>>>>> should rerun javadoc after executing mvn install.
>>>>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>>>>> [WARNING] The dependency:
>>>>> [org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT] can't be
>>>>> resolved but has been found in the reactor (probably snapshots).
>>>>> This dependency has been excluded from the Javadoc classpath. You
>>>>> should rerun javadoc after executing mvn install.
>>>>> [WARNING] The dependency:
>>>>> [org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>>> This dependency has been excluded from the Javadoc classpath. You
>>>>> should rerun javadoc after executing mvn install.
>>>>> [WARNING] The dependency:
>>>>> [org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT]
>>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>>> This dependency has been excluded from the Javadoc classpath. You
>>>>> should rerun javadoc after executing mvn install.
>>>>> [WARNING] The dependency:
>>>>> [org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>>> This dependency has been excluded from the Javadoc classpath. You
>>>>> should rerun javadoc after executing mvn install.
>>>>> [WARNING] The dependency:
>>>>> [org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT]
>>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>>> This dependency has been excluded from the Javadoc classpath. You
>>>>> should rerun javadoc after executing mvn install.
>>>>> [WARNING] The dependency:
>>>>> [org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT]
>>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>>> This dependency has been excluded from the Javadoc classpath. You
>>>>> should rerun javadoc after executing mvn install.
>>>>> [WARNING] The dependency:
>>>>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>>> This dependency has been excluded from the Javadoc classpath. You
>>>>> should rerun javadoc after executing mvn install.
>>>>> [WARNING] The dependency:
>>>>> [org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT]
>>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>>> This dependency has been excluded from the Javadoc classpath. You
>>>>> should rerun javadoc after executing mvn install.
>>>>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>>>>> [INFO]
>>>>> Loading source files for package org.apache.flume...
>>>>> Loading source files for package org.apache.flume.api...
>>>>> Loading source files for package org.apache.flume.event...
>>>>> Loading source files for package org.apache.flume.util...
>>>>> Loading source files for package org.apache.flume.source.avro...
>>>>> Loading source files for package org.apache.flume.conf.channel...
>>>>> Loading source files for package org.apache.flume.conf...
>>>>> Loading source files for package org.apache.flume.conf.sink...
>>>>> Loading source files for package org.apache.flume.conf.source...
>>>>> Loading source files for package org.apache.flume.channel...
>>>>> Loading source files for package org.apache.flume.sink...
>>>>> Loading source files for package org.apache.flume.tools...
>>>>> Loading source files for package org.apache.flume.client.avro...
>>>>> Loading source files for package org.apache.flume.lifecycle...
>>>>> Loading source files for package org.apache.flume.interceptor...
>>>>> Loading source files for package org.apache.flume.formatter.output...
>>>>> Loading source files for package org.apache.flume.source...
>>>>> Loading source files for package org.apache.flume.serialization...
>>>>> Loading source files for package org.apache.flume.sink.hdfs...
>>>>> Loading source files for package org.apache.flume.sink.irc...
>>>>> Loading source files for package org.apache.flume.sink.hbase...
>>>>> Loading source files for package org.apache.flume.channel.jdbc...
>>>>> Loading source files for package org.apache.flume.channel.jdbc.impl...
>>>>> Loading source files for package org.apache.flume.conf.properties...
>>>>> Loading source files for package org.apache.flume.conf.file...
>>>>> Loading source files for package org.apache.flume.node...
>>>>> Loading source files for package org.apache.flume.node.nodemanager...
>>>>> Loading source files for package org.apache.flume.channel.file...
>>>>> Loading source files for package
>>>>> org.apache.flume.channel.recoverable.memory.wal...
>>>>> Loading source files for package
>>>>> org.apache.flume.channel.recoverable.memory...
>>>>> Loading source files for package org.apache.flume.source.avroLegacy...
>>>>> Loading source files for package com.cloudera.flume.handlers.avro...
>>>>> Loading source files for package com.cloudera.flume.handlers.thrift...
>>>>> Loading source files for package
>>>>> org.apache.flume.source.thriftLegacy...
>>>>> Loading source files for package
>>>>> org.apache.flume.clients.log4jappender...
>>>>> 1 error
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] Reactor Summary:
>>>>> [INFO]
>>>>> [INFO] Apache Flume ...................................... FAILURE
>>>>> [4.066s]
>>>>> [INFO] Flume NG SDK ...................................... SKIPPED
>>>>> [INFO] Flume NG Configuration ............................ SKIPPED
>>>>> [INFO] Flume NG Core ..................................... SKIPPED
>>>>> [INFO] Flume NG Sinks .................................... SKIPPED
>>>>> [INFO] Flume NG HDFS Sink ................................ SKIPPED
>>>>> [INFO] Flume NG IRC Sink ................................. SKIPPED
>>>>> [INFO] Flume NG HBase Sink ............................... SKIPPED
>>>>> [INFO] Flume NG Channels ................................. SKIPPED
>>>>> [INFO] Flume NG JDBC channel ............................. SKIPPED
>>>>> [INFO] Flume NG Node ..................................... SKIPPED
>>>>> [INFO] Flume NG file-based channel ....................... SKIPPED
>>>>> [INFO] Flume NG file backed Memory channel ............... SKIPPED
>>>>> [INFO] Flume legacy Sources .............................. SKIPPED
>>>>> [INFO] Flume legacy Avro source .......................... SKIPPED
>>>>> [INFO] Flume legacy Thrift Source ........................ SKIPPED
>>>>> [INFO] Flume NG Clients .................................. SKIPPED
>>>>> [INFO] Flume NG Log4j Appender ........................... SKIPPED
>>>>> [INFO] Flume NG distribution ............................. SKIPPED
>>>>> [INFO] Flume NG Integration Tests ........................ SKIPPED
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] BUILD FAILURE
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] Total time: 4.502s
>>>>> [INFO] Finished at: Mon Jun 25 16:52:15 IST 2012
>>>>> [INFO] Final Memory: 21M/322M
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>>>> on project flume-parent: An error has occurred in JavaDocs report
>>>>> generation:
>>>>> [ERROR] Exit code: 1 - error: error reading
>>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>>> error in opening zip file
>>>>> [ERROR]
>>>>> [ERROR] Command line was:
>>>>> /usr/lib/jvm/java-6-sun-1.6.0.26/jre/../bin/javadoc @options @packages
>>>>> [ERROR]
>>>>> [ERROR] Refer to the generated Javadoc files in
>>>>> '/usr/local/flume_dir/flume/target/site/apidocs' dir.
>>>>> [ERROR] -> [Help 1]
>>>>> [ERROR]
>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>>>>> the -e switch.
>>>>> [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
>>>>>
>>>>>
>>>>> =====================================================================================
>>>>>
>>>>> Please help me, I might be missing anything wrong?
>>>>>
>>>>> Thanks,
>>>>> Vijay
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Mon, Jun 25, 2012 at 4:26 PM, Mike Percy <mp...@cloudera.com>wrote:
>>>>>
>>>>>> Try: mvn clean install -DskipTests
>>>>>>
>>>>>> Maybe install will work.
>>>>>>
>>>>>> Mike
>>>>>>
>>>>>>
>>>>>> On Monday, June 25, 2012 at 3:53 AM, vijay k wrote:
>>>>>>
>>>>>> > Thanks for the reply.
>>>>>> >
>>>>>> > I have unzipped the mvn and added the path like as below.
>>>>>> >
>>>>>> > export M2_HOME=/usr/local/flume_dir/apache-maven-3.0.4
>>>>>> > export M2=$M2_HOME/bin.
>>>>>> > export PATH=$M2:$PATH.
>>>>>> >
>>>>>> >
>>>>>> > I am getting the mvn version now, like as below.
>>>>>> >
>>>>>> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>>>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# mvn --version
>>>>>> > Apache Maven 3.0.4 (r1232337; 2012-01-17 14:14:56+0530)
>>>>>> > Maven home: /usr/local/flume_dir/apache-maven-3.0.4
>>>>>> > Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
>>>>>> > Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre
>>>>>> > Default locale: en_US, platform encoding: UTF-8
>>>>>> > OS name: "linux", version: "2.6.38-14-generic", arch: "i386",
>>>>>> family: "unix"
>>>>>> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>>>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# which mvn
>>>>>> > /usr/local/flume_dir/apache-maven-3.0.4/bin/mvn
>>>>>> >
>>>>>> > I then run the #mvn package -DskipTests command, still am getting
>>>>>> the same error.
>>>>>> >
>>>>>> > Thanks,
>>>>>> > Vijay
>>>>>> >
>>>>>> > Please help me any suggestions?
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > On Mon, Jun 25, 2012 at 3:18 PM, Juhani Connolly <
>>>>>> juhani_connolly@cyberagent.co.jp (mailto:
>>>>>> juhani_connolly@cyberagent.co.jp)> wrote:
>>>>>> > > If you've just decompressed mvn into some directory and just want
>>>>>> to run it without interfering with the other users potential install of
>>>>>> maven2, you could just add the binary directory to your path and then run
>>>>>> it normally:
>>>>>> > >
>>>>>> > > e.g.
>>>>>> > > $ export PATH=mymaven3/bin:$PATH
>>>>>> > > $ cd flumedir
>>>>>> > > # check the version is displaying correctly... you could also do
>>>>>> "which mvn" to check it's looking at the right place
>>>>>> > > $ mvn -version
>>>>>> > > $ mvn package -DskipTests
>>>>>> > > Beyond that it's going to depend on your distro, and your own
>>>>>> personal preferences
>>>>>> > >
>>>>>> > > On 06/25/2012 06:12 PM, vijay k wrote:
>>>>>> > > > Thanks for the reply.
>>>>>> > > >
>>>>>> > > > Yes, you are correct,
>>>>>> > > > i did mvn -version getting like as below.
>>>>>> > > > #mvn -version
>>>>>> > > > The program 'mvn' is currently not installed. You can install
>>>>>> it by typing:
>>>>>> > > > apt-get install maven2
>>>>>> > > >
>>>>>> > > > Please let me know how to install maven 3.0.4 installation
>>>>>> procedure. and what are the pre-requisite s/w needed for flume installation?
>>>>>> > > >
>>>>>> > > > Thanks,
>>>>>> > > > Vijay
>>>>>> > > >
>>>>>> > > >
>>>>>> > > > On Fri, Jun 22, 2012 at 9:24 PM, Ralph Goers <
>>>>>> ralph.goers@dslextreme.com (mailto:ralph.goers@dslextreme.com)>
>>>>>> wrote:
>>>>>> > > > > Pinging 3 hours later unfortunately isn't helpful. As you can
>>>>>> see, you are posting in the middle of the night when a lot of us are fast
>>>>>> asleep.
>>>>>> > > > >
>>>>>> > > > > On Jun 22, 2012, at 3:39 AM, vijay k wrote:
>>>>>> > > > > > I am waiting for your response on the below issue.
>>>>>> > > > >
>>>>>> > > > >
>>>>>> > > > > You installed maven 3 in the parent directory and then just
>>>>>> did "mvn" in the child? I suspect that if you do mvn -version you are going
>>>>>> to get Maven 2 since you never added maven 3 to your path.
>>>>>> > > > > >
>>>>>> > > > > > On Fri, Jun 22, 2012 at 1:11 PM, vijay k <
>>>>>> k.vijay52@gmail.com (mailto:k.vijay52@gmail.com)> wrote:
>>>>>> > > > > > >
>>>>>> > > > > > > Hello All Flume user list,
>>>>>> > > > > > >
>>>>>> > > > > > > Please help me out on the below issue.
>>>>>> > > > > > >
>>>>>> > > > > > > Step1:
>>>>>> > > > > > > Installed maven3.x in flume_dir directory.
>>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:
>>>>>> root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
>>>>>> > > > > > > total 4768
>>>>>> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
>>>>>> apache-maven-3.0.4-bin.tar.gz
>>>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36
>>>>>> apache-maven-3.0.4
>>>>>> > > > > > > Step2:
>>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#git (mailto:
>>>>>> root@md-trngpoc1:/usr/local/flume_dir#git) clone git://
>>>>>> git.apache.org/flume.git (http://git.apache.org/flume.git)
>>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:
>>>>>> root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
>>>>>> > > > > > > total 4768
>>>>>> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
>>>>>> apache-maven-3.0.4-bin.tar.gz
>>>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36
>>>>>> apache-maven-3.0.4
>>>>>> > > > > > > drwxr-xr-x 18 root root 4096 2012-06-22 12:31 flume
>>>>>> > > > > > > Step3:
>>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#cd (mailto:
>>>>>> root@md-trngpoc1:/usr/local/flume_dir#cd) flume
>>>>>> > > > > > > Step4:
>>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume#mvn (mailto:
>>>>>> root@md-trngpoc1:/usr/local/flume_dir/flume#mvn) package -DskipTests
>>>>>> > > > > > > While running the step4, I am getting the following
>>>>>> output.
>>>>>> > > > > > >
>>>>>> > > > > > >
>>>>>> > > > > > >
>>>>>> =================================================================================================================================================================================
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
>>>>>> package com.google.common.base does not exist
>>>>>> > > > > > > [WARNING] import com.google.common.base.Preconditions;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
>>>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
>>>>>> package org.apache.hadoop.io.compress does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>>> > > > > > > [WARNING] location: interface
>>>>>> org.apache.flume.sink.hdfs.HDFSWriter
>>>>>> > > > > > > [WARNING] public void open(String filePath,
>>>>>> CompressionCodec codec,
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>>>> > > > > > > [WARNING] location: interface
>>>>>> org.apache.flume.sink.hdfs.HDFSWriter
>>>>>> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt)
>>>>>> throws IOException;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
>>>>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>>>>> exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.io.Text;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
>>>>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>>>>> exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.io.LongWritable;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class Text
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>>>>> > > > > > > [WARNING] private Text makeText(Event e) {
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class LongWritable
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>>>>> > > > > > > [WARNING] public Class<LongWritable> getKeyClass() {
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class Text
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>>>>> > > > > > > [WARNING] public Class<Text> getValueClass() {
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
>>>>>> package org.apache.hadoop.conf does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
>>>>>> package org.apache.hadoop.fs does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
>>>>>> package org.apache.hadoop.fs does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
>>>>>> package org.apache.hadoop.fs does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
>>>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
>>>>>> package org.apache.hadoop.io.compress does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class FSDataOutputStream
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>>>>> > > > > > > [WARNING] private FSDataOutputStream outStream;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>>>>> > > > > > > [WARNING] public void open(String filePath,
>>>>>> CompressionCodec codec,
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>>>>> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt)
>>>>>> throws IOException {
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
>>>>>> package org.apache.hadoop.conf does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
>>>>>> package org.apache.hadoop.fs does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
>>>>>> package org.apache.hadoop.fs does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
>>>>>> package org.apache.hadoop.fs does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
>>>>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>>>>> exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
>>>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
>>>>>> package org.apache.hadoop.io.compress does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
>>>>>> package SequenceFile does not exist
>>>>>> > > > > > > [WARNING] private SequenceFile.Writer writer;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSSequenceFile
>>>>>> > > > > > > [WARNING] public void open(String filePath,
>>>>>> CompressionCodec codeC,
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSSequenceFile
>>>>>> > > > > > > [WARNING] CompressionType compType, FlumeFormatter fmt)
>>>>>> throws IOException {
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
>>>>>> package org.apache.hadoop.conf does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
>>>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
>>>>>> package org.apache.hadoop.io.compress does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
>>>>>> package org.apache.hadoop.io.compress does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.io.compress.CompressionCodecFactory;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
>>>>>> package org.apache.hadoop.security does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.security.SecurityUtil;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
>>>>>> package org.apache.hadoop.security does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.security.UserGroupInformation;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
>>>>>> package org.apache.hadoop.security.UserGroupInformation does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
>>>>>> package com.google.common.base does not exist
>>>>>> > > > > > > [WARNING] import com.google.common.base.Preconditions;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
>>>>>> package com.google.common.collect does not exist
>>>>>> > > > > > > [WARNING] import com.google.common.collect.Lists;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
>>>>>> package com.google.common.util.concurrent does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> com.google.common.util.concurrent.ThreadFactoryBuilder;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
>>>>>> package org.apache.hadoop.conf does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
>>>>>> package org.apache.hadoop.fs does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
>>>>>> package org.apache.hadoop.fs does not exist
>>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
>>>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
>>>>>> package org.apache.hadoop.io.compress does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
>>>>>> package org.apache.hadoop.security does not exist
>>>>>> > > > > > > [WARNING] import
>>>>>> org.apache.hadoop.security.UserGroupInformation;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>>> > > > > > > [WARNING] private CompressionCodec codeC;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>>> > > > > > > [WARNING] private CompressionType compType;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>>> > > > > > > [WARNING] private UserGroupInformation proxyTicket;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>>> > > > > > > [WARNING] private static boolean codecMatches(Class<?
>>>>>> extends CompressionCodec> cls,
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>>> > > > > > > [WARNING] private static CompressionCodec getCodec(String
>>>>>> codecName) {
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>>> > > > > > > [WARNING] private static synchronized
>>>>>> UserGroupInformation kerberosLogin(
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>>>> > > > > > > [WARNING] private final CompressionCodec codeC;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>>>> > > > > > > [WARNING] private final CompressionType compType;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>>>> > > > > > > [WARNING] private final UserGroupInformation user;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class FileSystem
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>>>> > > > > > > [WARNING] private FileSystem fileSystem;
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
>>>>>> cannot find symbol
>>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>>> > > > > > > [WARNING] location: class
>>>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>>>> > > > > > > [WARNING] Context context, String filePath,
>>>>>> CompressionCodec codeC,
>>>>>> > > > > > > [WARNING] ^
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>>> warning - @plainlink is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>>> warning - @plainlink is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>>>>> warning - @return tag has no arguments.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>>>>> warning - @return tag has no arguments.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>>>>> warning - @return tag has no arguments.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>>>>> warning - @return tag cannot be used in method with void return type.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>>>>> warning - @return tag cannot be used in method with void return type.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>>>>> warning - @return tag cannot be used in method with void return type.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
>>>>>> warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used
>>>>>> in constants.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
>>>>>> warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can
>>>>>> only be used in constants.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
>>>>>> warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can
>>>>>> only be used in constants.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
>>>>>> warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be
>>>>>> used in constants.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>>>>> warning - Tag @link: reference not found: RPCClient
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>>>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>>>>> getDefaultInstance(String, Integer)"
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>>>>> warning - Tag @link: can't find getDefaultInstance() in
>>>>>> org.apache.flume.api.RpcClientFactory
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>>>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>>>>> getDefaultInstance(String, Integer, Integer)"
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>>>>> warning - Tag @link: can't find getDefaultInstance() in
>>>>>> org.apache.flume.api.RpcClientFactory
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
>>>>>> warning - Tag @see: reference not found:
>>>>>> org.apache.flume.api.NettyAvroClient
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
>>>>>> warning - @return tag has no arguments.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
>>>>>> warning - Tag @see: reference not found: FileChannel
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
>>>>>> warning - Tag @see: reference not found: MemoryChannel
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
>>>>>> warning - Tag @see: reference not found: NullSink
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
>>>>>> warning - Tag @see: reference not found: LoggerSink
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
>>>>>> warning - Tag @see: reference not found: RollingFileSink
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
>>>>>> warning - Tag @see: reference not found: AvroSink
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
>>>>>> warning - Tag @see: reference not found: FailoverSinkProcessor
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
>>>>>> warning - Tag @see: reference not found: DefaultSinkProcessor
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
>>>>>> warning - Tag @see: reference not found: NullSink
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
>>>>>> warning - Tag @see: reference not found: LoggerSink
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
>>>>>> warning - Tag @see: reference not found: RollingFileSink
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
>>>>>> warning - Tag @see: reference not found: AvroSink
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
>>>>>> warning - Tag @see: reference not found: NetcatSource
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
>>>>>> warning - Tag @see: reference not found: ExecSource
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
>>>>>> warning - Tag @see: reference not found: AvroSource
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
>>>>>> warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>>>>> warning - @Override is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>>>>> warning - @Override is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>>>>> warning - @Override is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
>>>>>> warning - @return tag has no arguments.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
>>>>>> warning - @return tag has no arguments.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
>>>>>> warning - @return tag has no arguments.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>>>> event-driven sources
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
>>>>>> warning - Tag @link: reference not found: PollableSource.Status
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
>>>>>> warning - Tag @link: missing '#': "beforeClose()"
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
>>>>>> warning - @return tag has no arguments.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>>>> warning - Tag @link: reference not found:
>>>>>> org.hbase.async.AtomicIncrementRequest
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
>>>>>> warning - @param argument "Event" is not a parameter name.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>>>>> warning - Tag @link: reference not found:
>>>>>> org.hbase.async.AtomicIncrementRequest
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
>>>>>> warning - @param argument "Event" is not a parameter name.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>>>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
>>>>>> warning - Tag @link: reference not found: HBaseEventSerializer
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>>>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>>>> warning - Tag @link: reference not found:
>>>>>> org.hbase.async.AtomicIncrementRequest
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>>>>> warning - Tag @link: reference not found:
>>>>>> org.hbase.async.AtomicIncrementRequest
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>>>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
>>>>>> warning - @return tag has no arguments.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
>>>>>> warning - @param argument "properties" is not a parameter name.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
>>>>>> warning - @return tag has no arguments.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
>>>>>> warning - @param argument "connection" is not a parameter name.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
>>>>>> warning - @param argument "connection" is not a parameter name.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>>>> warning - Tag @link: reference not found: Writable
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>>> warning - @plainlink is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>>>>> warning - Tag @link: reference not found: RPCClient
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>>>> warning - Tag @link: reference not found: Writable
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>>>> event-driven sources
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>>> warning - @plainlink is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>>>> event-driven sources
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>>> warning - @plainlink is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>>>> event-driven sources
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>>> warning - @plainlink is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>>> warning - @plainlink is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>>> warning - @plainlink is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>>> warning - @plainlink is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>>>> warning - Tag @link: reference not found: Writable
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>>>> event-driven sources
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>>>>> warning - Tag @link: reference not found: RPCClient
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>>> warning - @plainlink is an unknown tag.
>>>>>> > > > > > > [WARNING]
>>>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>>>> warning - Tag @link: reference not found: Writable
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>>> flume-parent ---
>>>>>> > > > > > > [INFO] configuring report plugin
>>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] configuring report plugin
>>>>>> org.tomdz.maven:sphinx-maven-plugin:1.0.2
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>>> project URL: http://www.apache.org/flume-parent/
>>>>>> > > > > > > [INFO] Rendering site with
>>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Documentation via sphinx" report ---
>>>>>> sphinx-maven-plugin:1.0.2
>>>>>> > > > > > > [INFO] Unpacking sphinx to
>>>>>> /usr/local/flume/flume/target/sphinx
>>>>>> > > > > > > [INFO] Running sphinx on
>>>>>> /usr/local/flume/flume/flume-ng-doc/sphinx, output will be placed in
>>>>>> /usr/local/flume/flume/target/site
>>>>>> > > > > > > Running Sphinx v1.1.2
>>>>>> > > > > > > loading pickled environment... not yet created
>>>>>> > > > > > > building [html]: targets for 3 source files that are out
>>>>>> of date
>>>>>> > > > > > > updating environment: 3 added, 0 changed, 0 removed
>>>>>> > > > > > > reading sources... [ 33%] FlumeDeveloperGuide
>>>>>> > > > > > > reading sources... [ 66%] FlumeUserGuide
>>>>>> > > > > > > reading sources... [100%] index
>>>>>> > > > > > > looking for now-outdated files... none found
>>>>>> > > > > > > pickling environment... done
>>>>>> > > > > > > checking consistency... done
>>>>>> > > > > > > preparing documents... done
>>>>>> > > > > > > writing output... [ 33%] FlumeDeveloperGuide
>>>>>> > > > > > > writing output... [ 66%] FlumeUserGuide
>>>>>> > > > > > > writing output... [100%] index
>>>>>> > > > > > > writing additional files... genindex search
>>>>>> > > > > > > copying images... [ 16%] images/DevGuide_image00.png
>>>>>> > > > > > > copying images... [ 33%] images/DevGuide_image01.png
>>>>>> > > > > > > copying images... [ 50%] images/UserGuide_image03.png
>>>>>> > > > > > > copying images... [ 66%] images/UserGuide_image02.png
>>>>>> > > > > > > copying images... [ 83%] images/UserGuide_image01.png
>>>>>> > > > > > > copying images... [100%] images/UserGuide_image00.png
>>>>>> > > > > > > copying static files... done
>>>>>> > > > > > > dumping search index... done
>>>>>> > > > > > > dumping object inventory... done
>>>>>> > > > > > > build succeeded, 2 warnings.
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist)
>>>>>> @ flume-parent ---
>>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>>> /usr/local/flume/flume/target/docs
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>>>>>> Opened
>>>>>> > > > > > > [INFO] Pushing /usr/local/flume/flume/target/site
>>>>>> > > > > > > [INFO] >>> to file:///usr/local/flume/flume/target/docs/./
>>>>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>>>>>> Disconnecting
>>>>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>>>>>> Disconnected
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>>> (attach-descriptor) @ flume-parent ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>>> (default) @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>>> (default-resources) @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/resources
>>>>>> > > > > > > [INFO] Copying 3 resources
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>>> (default-compile) @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO] Compiling 17 source files to
>>>>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- paranamer-maven-plugin:2.3:generate (run) @
>>>>>> flume-ng-sdk ---
>>>>>> > > > > > > [INFO] Generating parameter names from
>>>>>> /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to
>>>>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>>>> (default-testResources) @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> > > > > > > [INFO] Copying 1 resource
>>>>>> > > > > > > [INFO] Copying 3 resources
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>>>> (default-testCompile) @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO] Compiling 6 source files to
>>>>>> /usr/local/flume/flume/flume-ng-sdk/target/test-classes
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test)
>>>>>> @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO] Tests are skipped.
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>>> flume-ng-sdk ---
>>>>>> > > > > > > [INFO] Exclude: .git/
>>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>>>> flume-ng-sdk ---
>>>>>> > > > > > > [INFO] Building jar:
>>>>>> /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-sdk >>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>>> 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-avro-source ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-sdk <<<
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>>> flume-ng-sdk ---
>>>>>> > > > > > > [INFO] configuring report plugin
>>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>>> project URL: http://www.apache.org/flume-parent/flume-ng-sdk/
>>>>>> > > > > > > [INFO] Rendering site with
>>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist)
>>>>>> @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>>> /usr/local/flume/flume/flume-ng-sdk/target/docs
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>>>>> Session: Opened
>>>>>> > > > > > > [INFO] Pushing
>>>>>> /usr/local/flume/flume/flume-ng-sdk/target/site
>>>>>> > > > > > > [INFO] >>> to
>>>>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
>>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>>>>> Session: Disconnecting
>>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>>>>> Session: Disconnected
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>>> (attach-descriptor) @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO] Building Flume NG Configuration
>>>>>> 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>>> (default) @ flume-ng-configuration ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>>> (default-resources) @ flume-ng-configuration ---
>>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/resources
>>>>>> > > > > > > [INFO] Copying 3 resources
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>>> (default-compile) @ flume-ng-configuration ---
>>>>>> > > > > > > [INFO] Compiling 19 source files to
>>>>>> /usr/local/flume/flume/flume-ng-configuration/target/classes
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>>>> (default-testResources) @ flume-ng-configuration ---
>>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>>> /usr/local/flume/flume/flume-ng-configuration/src/test/resources
>>>>>> > > > > > > [INFO] Copying 3 resources
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>>>> (default-testCompile) @ flume-ng-configuration ---
>>>>>> > > > > > > [INFO] No sources to compile
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test)
>>>>>> @ flume-ng-configuration ---
>>>>>> > > > > > > [INFO] Tests are skipped.
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>>> flume-ng-configuration ---
>>>>>> > > > > > > [INFO] Exclude: .git/
>>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>>>> flume-ng-configuration ---
>>>>>> > > > > > > [INFO] Building jar:
>>>>>> /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-configuration >>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>>> 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-avro-source ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-configuration <<<
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-configuration ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>>> flume-ng-configuration ---
>>>>>> > > > > > > [INFO] configuring report plugin
>>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>>> project URL:
>>>>>> http://www.apache.org/flume-parent/flume-ng-configuration/
>>>>>> > > > > > > [INFO] Rendering site with
>>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist)
>>>>>> @ flume-ng-configuration ---
>>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>>> /usr/local/flume/flume/flume-ng-configuration/target/docs
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > >
>>>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>>>>> Session: Opened
>>>>>> > > > > > > [INFO] Pushing
>>>>>> /usr/local/flume/flume/flume-ng-configuration/target/site
>>>>>> > > > > > > [INFO] >>> to
>>>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
>>>>>> > > > > > >
>>>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>>>>> Session: Disconnecting
>>>>>> > > > > > >
>>>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>>>>> Session: Disconnected
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>>> (attach-descriptor) @ flume-ng-configuration ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>>> (default) @ flume-ng-core ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>>> (default-resources) @ flume-ng-core ---
>>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>>> /usr/local/flume/flume/flume-ng-core/src/main/resources
>>>>>> > > > > > > [INFO] Copying 3 resources
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>>> (default-compile) @ flume-ng-core ---
>>>>>> > > > > > > [INFO] Compiling 88 source files to
>>>>>> /usr/local/flume/flume/flume-ng-core/target/classes
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>>>> (default-testResources) @ flume-ng-core ---
>>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> > > > > > > [INFO] Copying 2 resources
>>>>>> > > > > > > [INFO] Copying 3 resources
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>>>> (default-testCompile) @ flume-ng-core ---
>>>>>> > > > > > > [INFO] Compiling 41 source files to
>>>>>> /usr/local/flume/flume/flume-ng-core/target/test-classes
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test)
>>>>>> @ flume-ng-core ---
>>>>>> > > > > > > [INFO] Tests are skipped.
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>>> flume-ng-core ---
>>>>>> > > > > > > [INFO] Exclude: .git/
>>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>>>> flume-ng-core ---
>>>>>> > > > > > > [INFO] Building jar:
>>>>>> /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-core >>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>>> 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-avro-source ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-core <<<
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-core ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>>> flume-ng-core ---
>>>>>> > > > > > > [INFO] configuring report plugin
>>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>>> project URL: http://www.apache.org/flume-parent/flume-ng-core/
>>>>>> > > > > > > [INFO] Rendering site with
>>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist)
>>>>>> @ flume-ng-core ---
>>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>>> /usr/local/flume/flume/flume-ng-core/target/docs
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/
>>>>>> - Session: Opened
>>>>>> > > > > > > [INFO] Pushing
>>>>>> /usr/local/flume/flume/flume-ng-core/target/site
>>>>>> > > > > > > [INFO] >>> to
>>>>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
>>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/
>>>>>> - Session: Disconnecting
>>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/
>>>>>> - Session: Disconnected
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>>> (attach-descriptor) @ flume-ng-core ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>>> (default) @ flume-ng-sinks ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>>> flume-ng-sinks ---
>>>>>> > > > > > > [INFO] Exclude: .git/
>>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-sinks >>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>>> 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-avro-source ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-sinks <<<
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-ng-sinks ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>>> flume-ng-sinks ---
>>>>>> > > > > > > [INFO] configuring report plugin
>>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>>> project URL: http://www.apache.org/flume-parent/flume-ng-sinks/
>>>>>> > > > > > > [INFO] Rendering site with
>>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist)
>>>>>> @ flume-ng-sinks ---
>>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>>> /usr/local/flume/flume/flume-ng-sinks/target/docs
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/
>>>>>> - Session: Opened
>>>>>> > > > > > > [INFO] Pushing
>>>>>> /usr/local/flume/flume/flume-ng-sinks/target/site
>>>>>> > > > > > > [INFO] >>> to
>>>>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
>>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/
>>>>>> - Session: Disconnecting
>>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/
>>>>>> - Session: Disconnected
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>>> (attach-descriptor) @ flume-ng-sinks ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO] Building Flume NG HDFS Sink
>>>>>> 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>>> (default) @ flume-hdfs-sink ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>>> (default-resources) @ flume-hdfs-sink ---
>>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
>>>>>> > > > > > > [INFO] Copying 3 resources
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>>> (default-compile) @ flume-hdfs-sink ---
>>>>>> > > > > > > [INFO] Compiling 11 source files to
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>>>> (default-testResources) @ flume-hdfs-sink ---
>>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> > > > > > > [INFO] Copying 1 resource
>>>>>> > > > > > > [INFO] Copying 3 resources
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>>>> (default-testCompile) @ flume-hdfs-sink ---
>>>>>> > > > > > > [INFO] Compiling 8 source files to
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test)
>>>>>> @ flume-hdfs-sink ---
>>>>>> > > > > > > [INFO] Tests are skipped.
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>>> flume-hdfs-sink ---
>>>>>> > > > > > > [INFO] Exclude: .git/
>>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>>>> flume-hdfs-sink ---
>>>>>> > > > > > > [INFO] Building jar:
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-hdfs-sink >>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>>> 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-avro-source ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-hdfs-sink <<<
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-hdfs-sink ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>>> flume-hdfs-sink ---
>>>>>> > > > > > > [INFO] configuring report plugin
>>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>>> project URL:
>>>>>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
>>>>>> > > > > > > [INFO] Rendering site with
>>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist)
>>>>>> @ flume-hdfs-sink ---
>>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > >
>>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>>>>> Session: Opened
>>>>>> > > > > > > [INFO] Pushing
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
>>>>>> > > > > > > [INFO] >>> to
>>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
>>>>>> > > > > > >
>>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>>>>> Session: Disconnecting
>>>>>> > > > > > >
>>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>>>>> Session: Disconnected
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>>> (attach-descriptor) @ flume-hdfs-sink ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO] Building Flume NG IRC Sink
>>>>>> 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>>> (default) @ flume-irc-sink ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>>> (default-resources) @ flume-irc-sink ---
>>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
>>>>>> > > > > > > [INFO] Copying 3 resources
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>>> (default-compile) @ flume-irc-sink ---
>>>>>> > > > > > > [INFO] Compiling 1 source file to
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>>>> (default-testResources) @ flume-irc-sink ---
>>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
>>>>>> > > > > > > [INFO] Copying 3 resources
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>>>> (default-testCompile) @ flume-irc-sink ---
>>>>>> > > > > > > [INFO] No sources to compile
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test)
>>>>>> @ flume-irc-sink ---
>>>>>> > > > > > > [INFO] Tests are skipped.
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>>> flume-irc-sink ---
>>>>>> > > > > > > [INFO] Exclude: .git/
>>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>>>> flume-irc-sink ---
>>>>>> > > > > > > [INFO] Building jar:
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-irc-sink >>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-ng-sdk ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>>> 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>>> @ flume-avro-source ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-irc-sink <<<
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [WARNING] The following dependencies could not be
>>>>>> resolved at this point of the build but seem to be part of the reactor:
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] o
>>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>>> (compile)
>>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>>> "package"
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>>> (javadoc-jar) @ flume-irc-sink ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>>> flume-irc-sink ---
>>>>>> > > > > > > [INFO] configuring report plugin
>>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>>> project URL:
>>>>>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
>>>>>> > > > > > > [INFO] Rendering site with
>>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>>> maven-project-info-reports-plugin:2.4
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist)
>>>>>> @ flume-irc-sink ---
>>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
>>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>>> org.apache:apache:pom:9
>>>>>> > > > > > >
>>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>>>>> Session: Opened
>>>>>> > > > > > > [INFO] Pushing
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
>>>>>> > > > > > > [INFO] >>> to
>>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
>>>>>> > > > > > >
>>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>>>>> Session: Disconnecting
>>>>>> > > > > > >
>>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>>>>> Session: Disconnected
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>>> (attach-descriptor) @ flume-irc-sink ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO] Building Flume NG HBase Sink
>>>>>> 1.2.0-incubating-SNAPSHOT
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>>> (default) @ flume-ng-hbase-sink ---
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>>> (default-resources) @ flume-ng-hbase-sink ---
>>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
>>>>>> > > > > > > [INFO] Copying 3 resources
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>>> (default-compile) @ flume-ng-hbase-sink ---
>>>>>> > > > > > > [INFO] Compiling 9 source files to
>>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
>>>>>> > > > > > > [INFO]
>>>>>> -------------------------------------------------------------
>>>>>> > > > > > > [ERROR] COMPILATION ERROR :
>>>>>> > > > > > > [INFO]
>>>>>> -------------------------------------------------------------
>>>>>> > > > > > > [ERROR] error: error reading
>>>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>>>> error in opening zip file
>>>>>> > > > > > > [INFO] 1 error
>>>>>> > > > > > > [INFO]
>>>>>> -------------------------------------------------------------
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO] Reactor Summary:
>>>>>> > > > > > > [INFO]
>>>>>> > > > > > > [INFO] Apache Flume
>>>>>> ...................................... SUCCESS [1:28.043s]
>>>>>> > > > > > > [INFO] Flume NG SDK
>>>>>> ...................................... SUCCESS [3.273s]
>>>>>> > > > > > > [INFO] Flume NG Configuration
>>>>>> ............................ SUCCESS [1.581s]
>>>>>> > > > > > > [INFO] Flume NG Core
>>>>>> ..................................... SUCCESS [3.324s]
>>>>>> > > > > > > [INFO] Flume NG Sinks
>>>>>> .................................... SUCCESS [0.822s]
>>>>>> > > > > > > [INFO] Flume NG HDFS Sink
>>>>>> ................................ SUCCESS [2.084s]
>>>>>> > > > > > > [INFO] Flume NG IRC Sink
>>>>>> ................................. SUCCESS [1.200s]
>>>>>> > > > > > > [INFO] Flume NG HBase Sink
>>>>>> ............................... FAILURE [0.693s]
>>>>>> > > > > > > [INFO] Flume NG Channels
>>>>>> ................................. SKIPPED
>>>>>> > > > > > > [INFO] Flume NG JDBC channel
>>>>>> ............................. SKIPPED
>>>>>> > > > > > > [INFO] Flume NG Node
>>>>>> ..................................... SKIPPED
>>>>>> > > > > > > [INFO] Flume NG file-based channel
>>>>>> ....................... SKIPPED
>>>>>> > > > > > > [INFO] Flume NG file backed Memory channel
>>>>>> ............... SKIPPED
>>>>>> > > > > > > [INFO] Flume legacy Sources
>>>>>> .............................. SKIPPED
>>>>>> > > > > > > [INFO] Flume legacy Avro source
>>>>>> .......................... SKIPPED
>>>>>> > > > > > > [INFO] Flume legacy Thrift Source
>>>>>> ........................ SKIPPED
>>>>>> > > > > > > [INFO] Flume NG Clients
>>>>>> .................................. SKIPPED
>>>>>> > > > > > > [INFO] Flume NG Log4j Appender
>>>>>> ........................... SKIPPED
>>>>>> > > > > > > [INFO] Flume NG distribution
>>>>>> ............................. SKIPPED
>>>>>> > > > > > > [INFO] Flume NG Integration Tests
>>>>>> ........................ SKIPPED
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO] BUILD FAILURE
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [INFO] Total time: 1:41.476s
>>>>>> > > > > > > [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
>>>>>> > > > > > > [INFO] Final Memory: 96M/269M
>>>>>> > > > > > > [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> > > > > > > [ERROR] Failed to execute goal
>>>>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>>>>> (default-compile) on project flume-ng-hbase-sink: Compilation failure
>>>>>> > > > > > > [ERROR] error: error reading
>>>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>>>> error in opening zip file
>>>>>> > > > > > > [ERROR] -> [Help 1]
>>>>>> > > > > > > [ERROR]
>>>>>> > > > > > > [ERROR] To see the full stack trace of the errors, re-run
>>>>>> Maven with the -e switch.
>>>>>> > > > > > > [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/MojoFailureException
>>>>>> > > > > > > [ERROR]
>>>>>> > > > > > > [ERROR] After correcting the problems, you can resume the
>>>>>> build with the command
>>>>>> > > > > > > [ERROR] mvn <goals> -rf :flume-ng-hbase-sink
>>>>>> > > > > > >
>>>>>> ====================================================================================================================================================================================
>>>>>> > > > > > >
>>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>>>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# ls -lrt
>>>>>> > > > > > > total 140
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 conf
>>>>>> > > > > > > drwxr-xr-x 19 root root 4096 2012-06-22 12:05 src
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-node
>>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:05
>>>>>> flume-ng-legacy-sources
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 contrib
>>>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-22 12:05
>>>>>> flume-ng-channels
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 bin
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05
>>>>>> flume-ng-clients
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05
>>>>>> flume-ng-tests
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-dist
>>>>>> > > > > > > -rw-r--r-- 1 root root 1997 2012-06-22 12:05 RELEASE-NOTES
>>>>>> > > > > > > -rw-r--r-- 1 root root 1433 2012-06-22 12:05 README
>>>>>> > > > > > > -rw-r--r-- 1 root root 25221 2012-06-22 12:05 pom.xml
>>>>>> > > > > > > -rw-r--r-- 1 root root 249 2012-06-22 12:05 NOTICE
>>>>>> > > > > > > -rw-r--r-- 1 root root 11358 2012-06-22 12:05 LICENSE
>>>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:05 flume-ng-doc
>>>>>> > > > > > > -rw-r--r-- 1 root root 5559 2012-06-22 12:05 DEVNOTES
>>>>>> > > > > > > -rw-r--r-- 1 root root 9952 2012-06-22 12:05 CHANGELOG
>>>>>> > > > > > > -rw-r--r-- 1 root root 719 2012-06-22 12:05 DISCLAIMER
>>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:06 flume-ng-sdk
>>>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 target
>>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08
>>>>>> flume-ng-configuration
>>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08 flume-ng-core
>>>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08
>>>>>> flume-ng-sinks
>>>>>> > > > > > >
>>>>>> > > > > > >
>>>>>> > > > > > > In Reactor summary: Flume NG HBase Sink got failed.Due to
>>>>>> this Error: error reading
>>>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>>>> error in opening zip file
>>>>>> > > > > > > I went back and see all the directories running as root
>>>>>> user only. all the directory output given as below.
>>>>>> > > > > > >
>>>>>> > > > > > >
>>>>>> > > > > > >
>>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>>>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# who iam i
>>>>>> > > > > > > root pts/2 2012-06-20 15:19
>>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>>>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# cd
>>>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
>>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>>>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
>>>>>> ls -lrt
>>>>>> > > > > > > total 20
>>>>>> > > > > > > -rw-r--r-- 1 root root 2717 2012-06-21 16:21
>>>>>> jruby-complete-1.6.5.pom
>>>>>> > > > > > > -rw-r--r-- 1 root root 40 2012-06-21 16:21
>>>>>> jruby-complete-1.6.5.pom.sha1
>>>>>> > > > > > > -rw-r--r-- 1 root root 262 2012-06-21 16:24
>>>>>> jruby-complete-1.6.5.jar
>>>>>> > > > > > > -rw-r--r-- 1 root root 203 2012-06-21 16:24
>>>>>> _maven.repositories
>>>>>> > > > > > > -rw-r--r-- 1 root root 1385 2012-06-21 16:24
>>>>>> jruby-complete-1.6.5.jar.lastUpdated
>>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>>>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
>>>>>> cd ..
>>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>>>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)#
>>>>>> ls -lrt
>>>>>> > > > > > > total 4
>>>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
>>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>>>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)#
>>>>>> cd ..
>>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
>>>>>> root@md-trngpoc1:~/.m2/repository/org/jruby)# ls -lrt
>>>>>> > > > > > > total 12
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21
>>>>>> jruby-complete
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
>>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
>>>>>> root@md-trngpoc1:~/.m2/repository/org/jruby)# cd ..
>>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:
>>>>>> root@md-trngpoc1:~/.m2/repository/org)# ls -lrt
>>>>>> > > > > > > total 76
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 xerial
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:17 hamcrest
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:18 mortbay
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:18 jboss
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 eclipse
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:20 schwering
>>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 jruby
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 jamon
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 hbase
>>>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-21 16:21 slf4j
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:25 tukaani
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:26 mockito
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:26 objenesis
>>>>>> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:29 sonatype
>>>>>> > > > > > > drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 netbeans
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 tomdz
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:34 python
>>>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:24 codehaus
>>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:
>>>>>> root@md-trngpoc1:~/.m2/repository/org)# cd ..
>>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:
>>>>>> root@md-trngpoc1:~/.m2/repository)# ls -lrt
>>>>>> > > > > > > total 184
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 junit
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 classworlds
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 commons-cli
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 doxia
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15
>>>>>> commons-collections
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:15 velocity
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-lang
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-io
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 oro
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15
>>>>>> commons-validator
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16
>>>>>> commons-digester
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16 xml-apis
>>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:16 plexus
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:16
>>>>>> commons-logging
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 log4j
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 joda-time
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 xmlenc
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>>>>>> commons-httpclient
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-codec
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>>>>>> commons-configuration
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 logkit
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>>>>>> avalon-framework
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19
>>>>>> commons-beanutils
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-net
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 ant
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-el
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 net
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 hsqldb
>>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 tomcat
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 stax
>>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 javax
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 asm
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-dbcp
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-pool
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 xerces
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 commons-chain
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 dom4j
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 sslext
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 antlr
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:31
>>>>>> backport-util-concurrent
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32
>>>>>> jakarta-regexp
>>>>>> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:32 com
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:32 nekohtml
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 regexp
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 ch
>>>>>> > > > > > > drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
>>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:
>>>>>> root@md-trngpoc1:~/.m2/repository)# cd ..
>>>>>> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)#
>>>>>> ls -lrt -a
>>>>>> > > > > > > total 12
>>>>>> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 ..
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .
>>>>>> > > > > > > drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
>>>>>> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)#
>>>>>> cd ..
>>>>>> > > > > > > root@md-trngpoc1 (mailto:root@md-trngpoc1):~# ls -lrt -a
>>>>>> > > > > > > total 160
>>>>>> > > > > > > -rw-r--r-- 1 root root 140 2010-10-21 18:17 .profile
>>>>>> > > > > > > -rw------- 1 root root 256 2012-02-03 10:50 .pulse-cookie
>>>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 .nautilus
>>>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 Desktop
>>>>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:57 .dbus
>>>>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:58 .local
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-03 14:19 .subversion
>>>>>> > > > > > > drwxrwxrwx 6 root root 4096 2012-02-03 14:19 .config
>>>>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 14:20 .thumbnails
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-08 10:19 .java
>>>>>> > > > > > > drwxrwxrwx 3 root root 4096 2012-02-08 10:21 .pspdata
>>>>>> > > > > > > drwx------ 4 root root 4096 2012-02-08 15:19 .mozilla
>>>>>> > > > > > > drwx------ 2 root root 4096 2012-02-08 15:19
>>>>>> .gnome2_private
>>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-02-08 15:19 .icedtea
>>>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-09 15:40
>>>>>> .gstreamer-0.10
>>>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-02-21 13:24 .gnome2
>>>>>> > > > > > > drwx------ 3 root root 4096 2012-02-27 13:52 .synaptic
>>>>>> > > > > > > drwx------ 3 root root 4096 2012-03-01 08:56 .gconf
>>>>>> > > > > > > dr-x------ 2 root root 4096 2012-03-01 14:46 .gvfs
>>>>>> > > > > > > drwx------ 2 root root 4096 2012-03-01 15:35 .gconfd
>>>>>> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .icons ->
>>>>>> /home/virtusa/.icons/
>>>>>> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .fonts ->
>>>>>> /home/virtusa/.fonts/
>>>>>> > > > > > > lrwxrwxrwx 1 root root 22 2012-04-30 18:51 .themes ->
>>>>>> /home/virtusa/.themes/
>>>>>> > > > > > > drwx------ 2 root root 4096 2012-05-02 17:15 .cache
>>>>>> > > > > > > -rw------- 1 root root 58 2012-05-04 15:04 .lesshst
>>>>>> > > > > > > drwx------ 2 root root 4096 2012-05-07 18:31 .ssh
>>>>>> > > > > > > drwx------ 2 root root 4096 2012-05-07 21:22 .pulse
>>>>>> > > > > > > drwxr-xr-x 23 root root 4096 2012-05-17 17:50 ..
>>>>>> > > > > > > -rw-r--r-- 1 root root 3274 2012-05-17 17:53 .bashrc
>>>>>> > > > > > > drwx--x--x 2 root root 4096 2012-05-23 18:42 .splunk
>>>>>> > > > > > > -rw-r--r-- 1 root root 2015 2012-06-07 11:30 .hivehistory
>>>>>> > > > > > > -rw------- 1 root root 9973 2012-06-08 12:49 .viminfo
>>>>>> > > > > > > -rw------- 1 root root 28596 2012-06-20 15:19
>>>>>> .bash_history
>>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .m2
>>>>>> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 .
>>>>>> > > > > > >
>>>>>> > > > > > > I am struggling flume installation from past couple of
>>>>>> weeks, Could you please any one help me on this issue.
>>>>>> > > > > > >
>>>>>> > > > > > > Thanks,
>>>>>> > > > > > > Vijay
>>>>>> > > > > >
>>>>>> > > > >
>>>>>> > > >
>>>>>> > >
>>>>>> >
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Re: mvn package error

Posted by Rajesh Koilpillai <ra...@gmail.com>.
Remove the contents of the folder under /org/jruby/jruby-complete/1.6.5,
its quite possible that it download this maven artifact properly.
Re-run your maven commands again and check to see if the downloaded file is
really a jar and not a corrupt file.

On Tue, Jun 26, 2012 at 8:38 AM, vijay k <k....@gmail.com> wrote:

> Can you please anyone help me on the inline issue?
>
> On Mon, Jun 25, 2012 at 7:26 PM, vijay k <k....@gmail.com> wrote:
>
>> While testing the ./javadoc.sh script i am getting the following output.
>>
>>
>> root@md-trngpoc1:/usr/local/flume_dir/flume/target/site/apidocs#
>> ./javadoc.sh
>> error: error reading
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>> error in opening zip file
>> Loading source files for package org.apache.flume...
>> Loading source files for package org.apache.flume.api...
>> Loading source files for package org.apache.flume.event...
>> Loading source files for package org.apache.flume.util...
>> Loading source files for package org.apache.flume.source.avro...
>> Loading source files for package org.apache.flume.conf.channel...
>> Loading source files for package org.apache.flume.conf...
>> Loading source files for package org.apache.flume.conf.sink...
>> Loading source files for package org.apache.flume.conf.source...
>> Loading source files for package org.apache.flume.channel...
>> Loading source files for package org.apache.flume.sink...
>> Loading source files for package org.apache.flume.tools...
>> Loading source files for package org.apache.flume.client.avro...
>> Loading source files for package org.apache.flume.lifecycle...
>> Loading source files for package org.apache.flume.interceptor...
>> Loading source files for package org.apache.flume.formatter.output...
>> Loading source files for package org.apache.flume.source...
>> Loading source files for package org.apache.flume.serialization...
>> Loading source files for package org.apache.flume.sink.hdfs...
>> Loading source files for package org.apache.flume.sink.irc...
>> Loading source files for package org.apache.flume.sink.hbase...
>> Loading source files for package org.apache.flume.channel.jdbc...
>> Loading source files for package org.apache.flume.channel.jdbc.impl...
>> Loading source files for package org.apache.flume.conf.properties...
>> Loading source files for package org.apache.flume.conf.file...
>> Loading source files for package org.apache.flume.node...
>> Loading source files for package org.apache.flume.node.nodemanager...
>> Loading source files for package org.apache.flume.channel.file...
>> Loading source files for package
>> org.apache.flume.channel.recoverable.memory.wal...
>> Loading source files for package
>> org.apache.flume.channel.recoverable.memory...
>> Loading source files for package org.apache.flume.source.avroLegacy...
>> Loading source files for package com.cloudera.flume.handlers.avro...
>> Loading source files for package com.cloudera.flume.handlers.thrift...
>> Loading source files for package org.apache.flume.source.thriftLegacy...
>> Loading source files for package org.apache.flume.clients.log4jappender...
>> 1 error
>>
>>
>> I have opend the jruby-complete-1.6.5.jar file and see the following
>> content the .jar file.
>>
>>
>>
>> root@md-trngpoc1:/usr/local/flume_dir/flume/target/site/apidocs# more
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar
>> <HTML><BODY>  <h2>Attention!!!</h2><p>The file "jruby-complete-1.6.5.jar"
>> has been blocked.  The file is larger than the configured file size
>> limit.</p> <p>URL = repository.codehaus.org/org/jruby/j
>> ruby-complete/1.6.5/jruby-complete-1.6.5.jar</p> </BODY></HTML>
>>
>>
>> Please suggest how can i fix this issue?
>>
>> Thanks,
>> Vijay
>>
>>
>> On Mon, Jun 25, 2012 at 7:08 PM, vijay k <k....@gmail.com> wrote:
>>
>>> Hi All,
>>>
>>> I have run the #mvn package -DskipTests , still i am getting the same
>>> error on my terminal.
>>> root@md-trngpoc1:/usr/local/flume_dir/flume# mvn package -DskipTests
>>> [INFO] Scanning for projects...
>>> [WARNING]
>>> [WARNING] Some problems were encountered while building the effective
>>> model for org.apache.flume:flume-parent:pom:1.2.0-incubating-SNAPSHOT
>>> [WARNING] 'reporting.plugins.plugin.version' for
>>> org.tomdz.maven:sphinx-maven-plugin is missing. @ line 832, column 15
>>> [WARNING]
>>> [WARNING] It is highly recommended to fix these problems because they
>>> threaten the stability of your build.
>>> [WARNING]
>>> [WARNING] For this reason, future Maven versions might no longer support
>>> building such malformed projects.
>>> [WARNING]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Build Order:
>>> [INFO]
>>> [INFO] Apache Flume
>>> [INFO] Flume NG SDK
>>> [INFO] Flume NG Configuration
>>> [INFO] Flume NG Core
>>> [INFO] Flume NG Sinks
>>> [INFO] Flume NG HDFS Sink
>>> [INFO] Flume NG IRC Sink
>>> [INFO] Flume NG HBase Sink
>>> [INFO] Flume NG Channels
>>> [INFO] Flume NG JDBC channel
>>> [INFO] Flume NG Node
>>> [INFO] Flume NG file-based channel
>>> [INFO] Flume NG file backed Memory channel
>>> [INFO] Flume legacy Sources
>>> [INFO] Flume legacy Avro source
>>> [INFO] Flume legacy Thrift Source
>>> [INFO] Flume NG Clients
>>> [INFO] Flume NG Log4j Appender
>>> [INFO] Flume NG distribution
>>> [INFO] Flume NG Integration Tests
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache Flume 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-parent ---
>>> [INFO] Setting property: classpath.resource.loader.class =>
>>> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
>>> [INFO] Setting property: velocimacro.messages.on => 'false'.
>>> [INFO] Setting property: resource.loader => 'classpath'.
>>> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-parent ---
>>> [INFO] Exclude: .idea/
>>> [INFO] Exclude: **/*.iml
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-parent >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-parent <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-parent ---
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>>> [WARNING] The dependency:
>>> [org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT] can't be
>>> resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>>> [INFO]
>>> Loading source files for package org.apache.flume...
>>> Loading source files for package org.apache.flume.api...
>>> Loading source files for package org.apache.flume.event...
>>> Loading source files for package org.apache.flume.util...
>>> Loading source files for package org.apache.flume.source.avro...
>>> Loading source files for package org.apache.flume.conf.channel...
>>> Loading source files for package org.apache.flume.conf...
>>> Loading source files for package org.apache.flume.conf.sink...
>>> Loading source files for package org.apache.flume.conf.source...
>>> Loading source files for package org.apache.flume.channel...
>>> Loading source files for package org.apache.flume.sink...
>>> Loading source files for package org.apache.flume.tools...
>>> Loading source files for package org.apache.flume.client.avro...
>>> Loading source files for package org.apache.flume.lifecycle...
>>> Loading source files for package org.apache.flume.interceptor...
>>> Loading source files for package org.apache.flume.formatter.output...
>>> Loading source files for package org.apache.flume.source...
>>> Loading source files for package org.apache.flume.serialization...
>>> Loading source files for package org.apache.flume.sink.hdfs...
>>> Loading source files for package org.apache.flume.sink.irc...
>>> Loading source files for package org.apache.flume.sink.hbase...
>>> Loading source files for package org.apache.flume.channel.jdbc...
>>> Loading source files for package org.apache.flume.channel.jdbc.impl...
>>> Loading source files for package org.apache.flume.conf.properties...
>>> Loading source files for package org.apache.flume.conf.file...
>>> Loading source files for package org.apache.flume.node...
>>> Loading source files for package org.apache.flume.node.nodemanager...
>>> Loading source files for package org.apache.flume.channel.file...
>>> Loading source files for package
>>> org.apache.flume.channel.recoverable.memory.wal...
>>> Loading source files for package
>>> org.apache.flume.channel.recoverable.memory...
>>> Loading source files for package org.apache.flume.source.avroLegacy...
>>> Loading source files for package com.cloudera.flume.handlers.avro...
>>> Loading source files for package com.cloudera.flume.handlers.thrift...
>>> Loading source files for package org.apache.flume.source.thriftLegacy...
>>> Loading source files for package
>>> org.apache.flume.clients.log4jappender...
>>> 1 error
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Summary:
>>> [INFO]
>>> [INFO] Apache Flume ...................................... FAILURE
>>> [4.062s]
>>> [INFO] Flume NG SDK ...................................... SKIPPED
>>> [INFO] Flume NG Configuration ............................ SKIPPED
>>> [INFO] Flume NG Core ..................................... SKIPPED
>>> [INFO] Flume NG Sinks .................................... SKIPPED
>>> [INFO] Flume NG HDFS Sink ................................ SKIPPED
>>> [INFO] Flume NG IRC Sink ................................. SKIPPED
>>> [INFO] Flume NG HBase Sink ............................... SKIPPED
>>> [INFO] Flume NG Channels ................................. SKIPPED
>>> [INFO] Flume NG JDBC channel ............................. SKIPPED
>>> [INFO] Flume NG Node ..................................... SKIPPED
>>> [INFO] Flume NG file-based channel ....................... SKIPPED
>>> [INFO] Flume NG file backed Memory channel ............... SKIPPED
>>> [INFO] Flume legacy Sources .............................. SKIPPED
>>> [INFO] Flume legacy Avro source .......................... SKIPPED
>>> [INFO] Flume legacy Thrift Source ........................ SKIPPED
>>> [INFO] Flume NG Clients .................................. SKIPPED
>>> [INFO] Flume NG Log4j Appender ........................... SKIPPED
>>> [INFO] Flume NG distribution ............................. SKIPPED
>>> [INFO] Flume NG Integration Tests ........................ SKIPPED
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 4.496s
>>> [INFO] Finished at: Mon Jun 25 18:33:05 IST 2012
>>> [INFO] Final Memory: 21M/322M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>> on project flume-parent: An error has occurred in JavaDocs report
>>> generation:
>>> [ERROR] Exit code: 1 - error: error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>> [ERROR]
>>> [ERROR] Command line was:
>>> /usr/lib/jvm/java-6-sun-1.6.0.26/jre/../bin/javadoc @options @packages
>>> [ERROR]
>>> [ERROR] Refer to the generated Javadoc files in
>>> '/usr/local/flume_dir/flume/target/site/apidocs' dir.
>>> [ERROR] -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e switch.
>>> [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
>>>
>>>
>>> Does someone has any hint or idea about that....I Have attached the full
>>> output
>>>
>>>
>>>
>>> Thanks,
>>> vijay
>>>
>>>
>>> On Mon, Jun 25, 2012 at 5:00 PM, vijay k <k....@gmail.com> wrote:
>>>
>>>> Hi Mike,
>>>>
>>>> I have run the # <%23root@md-trngpoc1:/usr/local/flume_dir/flume>mvn
>>>> clean install -DskipTests, I am getting the following output on terminal.
>>>>
>>>>
>>>> root@md-trngpoc1:/usr/local/flume_dir/flume# mvn clean install
>>>> -DskipTests
>>>> [INFO] Scanning for projects...
>>>> [WARNING]
>>>> [WARNING] Some problems were encountered while building the effective
>>>> model for org.apache.flume:flume-parent:pom:1.2.0-incubating-SNAPSHOT
>>>> [WARNING] 'reporting.plugins.plugin.version' for
>>>> org.tomdz.maven:sphinx-maven-plugin is missing. @ line 832, column 15
>>>> [WARNING]
>>>> [WARNING] It is highly recommended to fix these problems because they
>>>> threaten the stability of your build.
>>>> [WARNING]
>>>> [WARNING] For this reason, future Maven versions might no longer
>>>> support building such malformed projects.
>>>> [WARNING]
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Reactor Build Order:
>>>> [INFO]
>>>> [INFO] Apache Flume
>>>> [INFO] Flume NG SDK
>>>> [INFO] Flume NG Configuration
>>>> [INFO] Flume NG Core
>>>> [INFO] Flume NG Sinks
>>>> [INFO] Flume NG HDFS Sink
>>>> [INFO] Flume NG IRC Sink
>>>> [INFO] Flume NG HBase Sink
>>>> [INFO] Flume NG Channels
>>>> [INFO] Flume NG JDBC channel
>>>> [INFO] Flume NG Node
>>>> [INFO] Flume NG file-based channel
>>>> [INFO] Flume NG file backed Memory channel
>>>> [INFO] Flume legacy Sources
>>>> [INFO] Flume legacy Avro source
>>>> [INFO] Flume legacy Thrift Source
>>>> [INFO] Flume NG Clients
>>>> [INFO] Flume NG Log4j Appender
>>>> [INFO] Flume NG distribution
>>>> [INFO] Flume NG Integration Tests
>>>> [INFO]
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Building Apache Flume 1.2.0-incubating-SNAPSHOT
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO]
>>>> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
>>>> flume-parent ---
>>>> [INFO]
>>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>>> flume-parent ---
>>>> [INFO] Setting property: classpath.resource.loader.class =>
>>>> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
>>>> [INFO] Setting property: velocimacro.messages.on => 'false'.
>>>> [INFO] Setting property: resource.loader => 'classpath'.
>>>> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
>>>> [INFO]
>>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-parent ---
>>>> [INFO] Exclude: .idea/
>>>> [INFO] Exclude: **/*.iml
>>>> [INFO] Exclude: .git/
>>>> [INFO] Exclude: .gitignore
>>>> [INFO] Exclude: .repository/
>>>> [INFO] Exclude: **/*.diff
>>>> [INFO] Exclude: **/*.patch
>>>> [INFO] Exclude: **/*.avsc
>>>> [INFO] Exclude: **/docs/**
>>>> [INFO]
>>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>>> flume-parent >>>
>>>> [INFO]
>>>> [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>> [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> [INFO]
>>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-ng-sdk ---
>>>> [INFO]
>>>> [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>>> [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> [INFO]
>>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-avro-source ---
>>>> [INFO]
>>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>>> flume-parent <<<
>>>> [WARNING] The following dependencies could not be resolved at this
>>>> point of the build but seem to be part of the reactor:
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>>> [WARNING] The following dependencies could not be resolved at this
>>>> point of the build but seem to be part of the reactor:
>>>> [WARNING] o
>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] o
>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>>> [INFO]
>>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>>> flume-parent ---
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT] can't be
>>>> resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] The dependency:
>>>> [org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT]
>>>> can't be resolved but has been found in the reactor (probably snapshots).
>>>> This dependency has been excluded from the Javadoc classpath. You
>>>> should rerun javadoc after executing mvn install.
>>>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>>>> [INFO]
>>>> Loading source files for package org.apache.flume...
>>>> Loading source files for package org.apache.flume.api...
>>>> Loading source files for package org.apache.flume.event...
>>>> Loading source files for package org.apache.flume.util...
>>>> Loading source files for package org.apache.flume.source.avro...
>>>> Loading source files for package org.apache.flume.conf.channel...
>>>> Loading source files for package org.apache.flume.conf...
>>>> Loading source files for package org.apache.flume.conf.sink...
>>>> Loading source files for package org.apache.flume.conf.source...
>>>> Loading source files for package org.apache.flume.channel...
>>>> Loading source files for package org.apache.flume.sink...
>>>> Loading source files for package org.apache.flume.tools...
>>>> Loading source files for package org.apache.flume.client.avro...
>>>> Loading source files for package org.apache.flume.lifecycle...
>>>> Loading source files for package org.apache.flume.interceptor...
>>>> Loading source files for package org.apache.flume.formatter.output...
>>>> Loading source files for package org.apache.flume.source...
>>>> Loading source files for package org.apache.flume.serialization...
>>>> Loading source files for package org.apache.flume.sink.hdfs...
>>>> Loading source files for package org.apache.flume.sink.irc...
>>>> Loading source files for package org.apache.flume.sink.hbase...
>>>> Loading source files for package org.apache.flume.channel.jdbc...
>>>> Loading source files for package org.apache.flume.channel.jdbc.impl...
>>>> Loading source files for package org.apache.flume.conf.properties...
>>>> Loading source files for package org.apache.flume.conf.file...
>>>> Loading source files for package org.apache.flume.node...
>>>> Loading source files for package org.apache.flume.node.nodemanager...
>>>> Loading source files for package org.apache.flume.channel.file...
>>>> Loading source files for package
>>>> org.apache.flume.channel.recoverable.memory.wal...
>>>> Loading source files for package
>>>> org.apache.flume.channel.recoverable.memory...
>>>> Loading source files for package org.apache.flume.source.avroLegacy...
>>>> Loading source files for package com.cloudera.flume.handlers.avro...
>>>> Loading source files for package com.cloudera.flume.handlers.thrift...
>>>> Loading source files for package org.apache.flume.source.thriftLegacy...
>>>> Loading source files for package
>>>> org.apache.flume.clients.log4jappender...
>>>> 1 error
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Reactor Summary:
>>>> [INFO]
>>>> [INFO] Apache Flume ...................................... FAILURE
>>>> [4.066s]
>>>> [INFO] Flume NG SDK ...................................... SKIPPED
>>>> [INFO] Flume NG Configuration ............................ SKIPPED
>>>> [INFO] Flume NG Core ..................................... SKIPPED
>>>> [INFO] Flume NG Sinks .................................... SKIPPED
>>>> [INFO] Flume NG HDFS Sink ................................ SKIPPED
>>>> [INFO] Flume NG IRC Sink ................................. SKIPPED
>>>> [INFO] Flume NG HBase Sink ............................... SKIPPED
>>>> [INFO] Flume NG Channels ................................. SKIPPED
>>>> [INFO] Flume NG JDBC channel ............................. SKIPPED
>>>> [INFO] Flume NG Node ..................................... SKIPPED
>>>> [INFO] Flume NG file-based channel ....................... SKIPPED
>>>> [INFO] Flume NG file backed Memory channel ............... SKIPPED
>>>> [INFO] Flume legacy Sources .............................. SKIPPED
>>>> [INFO] Flume legacy Avro source .......................... SKIPPED
>>>> [INFO] Flume legacy Thrift Source ........................ SKIPPED
>>>> [INFO] Flume NG Clients .................................. SKIPPED
>>>> [INFO] Flume NG Log4j Appender ........................... SKIPPED
>>>> [INFO] Flume NG distribution ............................. SKIPPED
>>>> [INFO] Flume NG Integration Tests ........................ SKIPPED
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] BUILD FAILURE
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Total time: 4.502s
>>>> [INFO] Finished at: Mon Jun 25 16:52:15 IST 2012
>>>> [INFO] Final Memory: 21M/322M
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>>> on project flume-parent: An error has occurred in JavaDocs report
>>>> generation:
>>>> [ERROR] Exit code: 1 - error: error reading
>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>> error in opening zip file
>>>> [ERROR]
>>>> [ERROR] Command line was:
>>>> /usr/lib/jvm/java-6-sun-1.6.0.26/jre/../bin/javadoc @options @packages
>>>> [ERROR]
>>>> [ERROR] Refer to the generated Javadoc files in
>>>> '/usr/local/flume_dir/flume/target/site/apidocs' dir.
>>>> [ERROR] -> [Help 1]
>>>> [ERROR]
>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>>>> the -e switch.
>>>> [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
>>>>
>>>>
>>>> =====================================================================================
>>>>
>>>> Please help me, I might be missing anything wrong?
>>>>
>>>> Thanks,
>>>> Vijay
>>>>
>>>>
>>>>
>>>>
>>>> On Mon, Jun 25, 2012 at 4:26 PM, Mike Percy <mp...@cloudera.com>wrote:
>>>>
>>>>> Try: mvn clean install -DskipTests
>>>>>
>>>>> Maybe install will work.
>>>>>
>>>>> Mike
>>>>>
>>>>>
>>>>> On Monday, June 25, 2012 at 3:53 AM, vijay k wrote:
>>>>>
>>>>> > Thanks for the reply.
>>>>> >
>>>>> > I have unzipped the mvn and added the path like as below.
>>>>> >
>>>>> > export M2_HOME=/usr/local/flume_dir/apache-maven-3.0.4
>>>>> > export M2=$M2_HOME/bin.
>>>>> > export PATH=$M2:$PATH.
>>>>> >
>>>>> >
>>>>> > I am getting the mvn version now, like as below.
>>>>> >
>>>>> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)#
>>>>> mvn --version
>>>>> > Apache Maven 3.0.4 (r1232337; 2012-01-17 14:14:56+0530)
>>>>> > Maven home: /usr/local/flume_dir/apache-maven-3.0.4
>>>>> > Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
>>>>> > Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre
>>>>> > Default locale: en_US, platform encoding: UTF-8
>>>>> > OS name: "linux", version: "2.6.38-14-generic", arch: "i386",
>>>>> family: "unix"
>>>>> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)#
>>>>> which mvn
>>>>> > /usr/local/flume_dir/apache-maven-3.0.4/bin/mvn
>>>>> >
>>>>> > I then run the #mvn package -DskipTests command, still am getting
>>>>> the same error.
>>>>> >
>>>>> > Thanks,
>>>>> > Vijay
>>>>> >
>>>>> > Please help me any suggestions?
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> >
>>>>> > On Mon, Jun 25, 2012 at 3:18 PM, Juhani Connolly <
>>>>> juhani_connolly@cyberagent.co.jp (mailto:
>>>>> juhani_connolly@cyberagent.co.jp)> wrote:
>>>>> > > If you've just decompressed mvn into some directory and just want
>>>>> to run it without interfering with the other users potential install of
>>>>> maven2, you could just add the binary directory to your path and then run
>>>>> it normally:
>>>>> > >
>>>>> > > e.g.
>>>>> > > $ export PATH=mymaven3/bin:$PATH
>>>>> > > $ cd flumedir
>>>>> > > # check the version is displaying correctly... you could also do
>>>>> "which mvn" to check it's looking at the right place
>>>>> > > $ mvn -version
>>>>> > > $ mvn package -DskipTests
>>>>> > > Beyond that it's going to depend on your distro, and your own
>>>>> personal preferences
>>>>> > >
>>>>> > > On 06/25/2012 06:12 PM, vijay k wrote:
>>>>> > > > Thanks for the reply.
>>>>> > > >
>>>>> > > > Yes, you are correct,
>>>>> > > > i did mvn -version getting like as below.
>>>>> > > > #mvn -version
>>>>> > > > The program 'mvn' is currently not installed. You can install it
>>>>> by typing:
>>>>> > > > apt-get install maven2
>>>>> > > >
>>>>> > > > Please let me know how to install maven 3.0.4 installation
>>>>> procedure. and what are the pre-requisite s/w needed for flume installation?
>>>>> > > >
>>>>> > > > Thanks,
>>>>> > > > Vijay
>>>>> > > >
>>>>> > > >
>>>>> > > > On Fri, Jun 22, 2012 at 9:24 PM, Ralph Goers <
>>>>> ralph.goers@dslextreme.com (mailto:ralph.goers@dslextreme.com)> wrote:
>>>>> > > > > Pinging 3 hours later unfortunately isn't helpful. As you can
>>>>> see, you are posting in the middle of the night when a lot of us are fast
>>>>> asleep.
>>>>> > > > >
>>>>> > > > > On Jun 22, 2012, at 3:39 AM, vijay k wrote:
>>>>> > > > > > I am waiting for your response on the below issue.
>>>>> > > > >
>>>>> > > > >
>>>>> > > > > You installed maven 3 in the parent directory and then just
>>>>> did "mvn" in the child? I suspect that if you do mvn -version you are going
>>>>> to get Maven 2 since you never added maven 3 to your path.
>>>>> > > > > >
>>>>> > > > > > On Fri, Jun 22, 2012 at 1:11 PM, vijay k <
>>>>> k.vijay52@gmail.com (mailto:k.vijay52@gmail.com)> wrote:
>>>>> > > > > > >
>>>>> > > > > > > Hello All Flume user list,
>>>>> > > > > > >
>>>>> > > > > > > Please help me out on the below issue.
>>>>> > > > > > >
>>>>> > > > > > > Step1:
>>>>> > > > > > > Installed maven3.x in flume_dir directory.
>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:
>>>>> root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
>>>>> > > > > > > total 4768
>>>>> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
>>>>> apache-maven-3.0.4-bin.tar.gz
>>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36
>>>>> apache-maven-3.0.4
>>>>> > > > > > > Step2:
>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#git (mailto:
>>>>> root@md-trngpoc1:/usr/local/flume_dir#git) clone git://
>>>>> git.apache.org/flume.git (http://git.apache.org/flume.git)
>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:
>>>>> root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
>>>>> > > > > > > total 4768
>>>>> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
>>>>> apache-maven-3.0.4-bin.tar.gz
>>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36
>>>>> apache-maven-3.0.4
>>>>> > > > > > > drwxr-xr-x 18 root root 4096 2012-06-22 12:31 flume
>>>>> > > > > > > Step3:
>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#cd (mailto:
>>>>> root@md-trngpoc1:/usr/local/flume_dir#cd) flume
>>>>> > > > > > > Step4:
>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume#mvn (mailto:
>>>>> root@md-trngpoc1:/usr/local/flume_dir/flume#mvn) package -DskipTests
>>>>> > > > > > > While running the step4, I am getting the following output.
>>>>> > > > > > >
>>>>> > > > > > >
>>>>> > > > > > >
>>>>> =================================================================================================================================================================================
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
>>>>> package com.google.common.base does not exist
>>>>> > > > > > > [WARNING] import com.google.common.base.Preconditions;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
>>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
>>>>> package org.apache.hadoop.io.compress does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>> > > > > > > [WARNING] location: interface
>>>>> org.apache.flume.sink.hdfs.HDFSWriter
>>>>> > > > > > > [WARNING] public void open(String filePath,
>>>>> CompressionCodec codec,
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>>> > > > > > > [WARNING] location: interface
>>>>> org.apache.flume.sink.hdfs.HDFSWriter
>>>>> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt)
>>>>> throws IOException;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
>>>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>>>> exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.io.Text;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
>>>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>>>> exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.io.LongWritable;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class Text
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>>>> > > > > > > [WARNING] private Text makeText(Event e) {
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class LongWritable
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>>>> > > > > > > [WARNING] public Class<LongWritable> getKeyClass() {
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class Text
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>>>> > > > > > > [WARNING] public Class<Text> getValueClass() {
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
>>>>> package org.apache.hadoop.conf does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
>>>>> package org.apache.hadoop.fs does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
>>>>> package org.apache.hadoop.fs does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
>>>>> package org.apache.hadoop.fs does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
>>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
>>>>> package org.apache.hadoop.io.compress does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class FSDataOutputStream
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>>>> > > > > > > [WARNING] private FSDataOutputStream outStream;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>>>> > > > > > > [WARNING] public void open(String filePath,
>>>>> CompressionCodec codec,
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>>>> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt)
>>>>> throws IOException {
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
>>>>> package org.apache.hadoop.conf does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
>>>>> package org.apache.hadoop.fs does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
>>>>> package org.apache.hadoop.fs does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
>>>>> package org.apache.hadoop.fs does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
>>>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>>>> exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
>>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
>>>>> package org.apache.hadoop.io.compress does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
>>>>> package SequenceFile does not exist
>>>>> > > > > > > [WARNING] private SequenceFile.Writer writer;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSSequenceFile
>>>>> > > > > > > [WARNING] public void open(String filePath,
>>>>> CompressionCodec codeC,
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSSequenceFile
>>>>> > > > > > > [WARNING] CompressionType compType, FlumeFormatter fmt)
>>>>> throws IOException {
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
>>>>> package org.apache.hadoop.conf does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
>>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
>>>>> package org.apache.hadoop.io.compress does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
>>>>> package org.apache.hadoop.io.compress does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.io.compress.CompressionCodecFactory;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
>>>>> package org.apache.hadoop.security does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.security.SecurityUtil;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
>>>>> package org.apache.hadoop.security does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.security.UserGroupInformation;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
>>>>> package org.apache.hadoop.security.UserGroupInformation does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
>>>>> package com.google.common.base does not exist
>>>>> > > > > > > [WARNING] import com.google.common.base.Preconditions;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
>>>>> package com.google.common.collect does not exist
>>>>> > > > > > > [WARNING] import com.google.common.collect.Lists;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
>>>>> package com.google.common.util.concurrent does not exist
>>>>> > > > > > > [WARNING] import
>>>>> com.google.common.util.concurrent.ThreadFactoryBuilder;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
>>>>> package org.apache.hadoop.conf does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
>>>>> package org.apache.hadoop.fs does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
>>>>> package org.apache.hadoop.fs does not exist
>>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
>>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
>>>>> package org.apache.hadoop.io.compress does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
>>>>> package org.apache.hadoop.security does not exist
>>>>> > > > > > > [WARNING] import
>>>>> org.apache.hadoop.security.UserGroupInformation;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>> > > > > > > [WARNING] private CompressionCodec codeC;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>> > > > > > > [WARNING] private CompressionType compType;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>> > > > > > > [WARNING] private UserGroupInformation proxyTicket;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>> > > > > > > [WARNING] private static boolean codecMatches(Class<?
>>>>> extends CompressionCodec> cls,
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>> > > > > > > [WARNING] private static CompressionCodec getCodec(String
>>>>> codecName) {
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>>> > > > > > > [WARNING] private static synchronized UserGroupInformation
>>>>> kerberosLogin(
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>>> > > > > > > [WARNING] private final CompressionCodec codeC;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>>> > > > > > > [WARNING] private final CompressionType compType;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>>> > > > > > > [WARNING] private final UserGroupInformation user;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class FileSystem
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>>> > > > > > > [WARNING] private FileSystem fileSystem;
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
>>>>> cannot find symbol
>>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>>> > > > > > > [WARNING] location: class
>>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>>> > > > > > > [WARNING] Context context, String filePath,
>>>>> CompressionCodec codeC,
>>>>> > > > > > > [WARNING] ^
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>> warning - @plainlink is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>> warning - @plainlink is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>>>> warning - @return tag has no arguments.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>>>> warning - @return tag has no arguments.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>>>> warning - @return tag has no arguments.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>>>> warning - @return tag cannot be used in method with void return type.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>>>> warning - @return tag cannot be used in method with void return type.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>>>> warning - @return tag cannot be used in method with void return type.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
>>>>> warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used
>>>>> in constants.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
>>>>> warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can
>>>>> only be used in constants.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
>>>>> warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can
>>>>> only be used in constants.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
>>>>> warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be
>>>>> used in constants.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>>>> warning - Tag @link: reference not found: RPCClient
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>>>> getDefaultInstance(String, Integer)"
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>>>> warning - Tag @link: can't find getDefaultInstance() in
>>>>> org.apache.flume.api.RpcClientFactory
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>>>> getDefaultInstance(String, Integer, Integer)"
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>>>> warning - Tag @link: can't find getDefaultInstance() in
>>>>> org.apache.flume.api.RpcClientFactory
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
>>>>> warning - Tag @see: reference not found:
>>>>> org.apache.flume.api.NettyAvroClient
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
>>>>> warning - @return tag has no arguments.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
>>>>> warning - Tag @see: reference not found: FileChannel
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
>>>>> warning - Tag @see: reference not found: MemoryChannel
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
>>>>> warning - Tag @see: reference not found: NullSink
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
>>>>> warning - Tag @see: reference not found: LoggerSink
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
>>>>> warning - Tag @see: reference not found: RollingFileSink
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
>>>>> warning - Tag @see: reference not found: AvroSink
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
>>>>> warning - Tag @see: reference not found: FailoverSinkProcessor
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
>>>>> warning - Tag @see: reference not found: DefaultSinkProcessor
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
>>>>> warning - Tag @see: reference not found: NullSink
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
>>>>> warning - Tag @see: reference not found: LoggerSink
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
>>>>> warning - Tag @see: reference not found: RollingFileSink
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
>>>>> warning - Tag @see: reference not found: AvroSink
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
>>>>> warning - Tag @see: reference not found: NetcatSource
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
>>>>> warning - Tag @see: reference not found: ExecSource
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
>>>>> warning - Tag @see: reference not found: AvroSource
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
>>>>> warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>>>> warning - @Override is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>>>> warning - @Override is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>>>> warning - @Override is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
>>>>> warning - @return tag has no arguments.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
>>>>> warning - @return tag has no arguments.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
>>>>> warning - @return tag has no arguments.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>>> event-driven sources
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
>>>>> warning - Tag @link: reference not found: PollableSource.Status
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
>>>>> warning - Tag @link: missing '#': "beforeClose()"
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
>>>>> warning - @return tag has no arguments.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>>> warning - Tag @link: reference not found:
>>>>> org.hbase.async.AtomicIncrementRequest
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
>>>>> warning - @param argument "Event" is not a parameter name.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>>>> warning - Tag @link: reference not found:
>>>>> org.hbase.async.AtomicIncrementRequest
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
>>>>> warning - @param argument "Event" is not a parameter name.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
>>>>> warning - Tag @link: reference not found: HBaseEventSerializer
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>>> warning - Tag @link: reference not found:
>>>>> org.hbase.async.AtomicIncrementRequest
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>>>> warning - Tag @link: reference not found:
>>>>> org.hbase.async.AtomicIncrementRequest
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
>>>>> warning - @return tag has no arguments.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
>>>>> warning - @param argument "properties" is not a parameter name.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
>>>>> warning - @return tag has no arguments.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
>>>>> warning - @param argument "connection" is not a parameter name.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
>>>>> warning - @param argument "connection" is not a parameter name.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>>> warning - Tag @link: reference not found: Writable
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>> warning - @plainlink is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>>>> warning - Tag @link: reference not found: RPCClient
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>>> warning - Tag @link: reference not found: Writable
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>>> event-driven sources
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>> warning - @plainlink is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>>> event-driven sources
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>> warning - @plainlink is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>>> event-driven sources
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>> warning - @plainlink is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>> warning - @plainlink is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>> warning - @plainlink is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>> warning - @plainlink is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>>> warning - Tag @link: reference not found: Writable
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>>> event-driven sources
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>>>> warning - Tag @link: reference not found: RPCClient
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>>> warning - @plainlink is an unknown tag.
>>>>> > > > > > > [WARNING]
>>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>>> warning - Tag @link: reference not found: Writable
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>> flume-parent ---
>>>>> > > > > > > [INFO] configuring report plugin
>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] configuring report plugin
>>>>> org.tomdz.maven:sphinx-maven-plugin:1.0.2
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>> project URL: http://www.apache.org/flume-parent/
>>>>> > > > > > > [INFO] Rendering site with
>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Documentation via sphinx" report ---
>>>>> sphinx-maven-plugin:1.0.2
>>>>> > > > > > > [INFO] Unpacking sphinx to
>>>>> /usr/local/flume/flume/target/sphinx
>>>>> > > > > > > [INFO] Running sphinx on
>>>>> /usr/local/flume/flume/flume-ng-doc/sphinx, output will be placed in
>>>>> /usr/local/flume/flume/target/site
>>>>> > > > > > > Running Sphinx v1.1.2
>>>>> > > > > > > loading pickled environment... not yet created
>>>>> > > > > > > building [html]: targets for 3 source files that are out
>>>>> of date
>>>>> > > > > > > updating environment: 3 added, 0 changed, 0 removed
>>>>> > > > > > > reading sources... [ 33%] FlumeDeveloperGuide
>>>>> > > > > > > reading sources... [ 66%] FlumeUserGuide
>>>>> > > > > > > reading sources... [100%] index
>>>>> > > > > > > looking for now-outdated files... none found
>>>>> > > > > > > pickling environment... done
>>>>> > > > > > > checking consistency... done
>>>>> > > > > > > preparing documents... done
>>>>> > > > > > > writing output... [ 33%] FlumeDeveloperGuide
>>>>> > > > > > > writing output... [ 66%] FlumeUserGuide
>>>>> > > > > > > writing output... [100%] index
>>>>> > > > > > > writing additional files... genindex search
>>>>> > > > > > > copying images... [ 16%] images/DevGuide_image00.png
>>>>> > > > > > > copying images... [ 33%] images/DevGuide_image01.png
>>>>> > > > > > > copying images... [ 50%] images/UserGuide_image03.png
>>>>> > > > > > > copying images... [ 66%] images/UserGuide_image02.png
>>>>> > > > > > > copying images... [ 83%] images/UserGuide_image01.png
>>>>> > > > > > > copying images... [100%] images/UserGuide_image00.png
>>>>> > > > > > > copying static files... done
>>>>> > > > > > > dumping search index... done
>>>>> > > > > > > dumping object inventory... done
>>>>> > > > > > > build succeeded, 2 warnings.
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>>> flume-parent ---
>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>> /usr/local/flume/flume/target/docs
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>>>>> Opened
>>>>> > > > > > > [INFO] Pushing /usr/local/flume/flume/target/site
>>>>> > > > > > > [INFO] >>> to file:///usr/local/flume/flume/target/docs/./
>>>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>>>>> Disconnecting
>>>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>>>>> Disconnected
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>> (attach-descriptor) @ flume-parent ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-ng-sdk ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>> (default) @ flume-ng-sdk ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>> (default-resources) @ flume-ng-sdk ---
>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/resources
>>>>> > > > > > > [INFO] Copying 3 resources
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>> (default-compile) @ flume-ng-sdk ---
>>>>> > > > > > > [INFO] Compiling 17 source files to
>>>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- paranamer-maven-plugin:2.3:generate (run) @
>>>>> flume-ng-sdk ---
>>>>> > > > > > > [INFO] Generating parameter names from
>>>>> /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to
>>>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>>> (default-testResources) @ flume-ng-sdk ---
>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> > > > > > > [INFO] Copying 1 resource
>>>>> > > > > > > [INFO] Copying 3 resources
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>>> (default-testCompile) @ flume-ng-sdk ---
>>>>> > > > > > > [INFO] Compiling 6 source files to
>>>>> /usr/local/flume/flume/flume-ng-sdk/target/test-classes
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test)
>>>>> @ flume-ng-sdk ---
>>>>> > > > > > > [INFO] Tests are skipped.
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>> flume-ng-sdk ---
>>>>> > > > > > > [INFO] Exclude: .git/
>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>>> flume-ng-sdk ---
>>>>> > > > > > > [INFO] Building jar:
>>>>> /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-sdk >>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-ng-sdk ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>> 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-avro-source ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-sdk <<<
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-sdk ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>> flume-ng-sdk ---
>>>>> > > > > > > [INFO] configuring report plugin
>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>> project URL: http://www.apache.org/flume-parent/flume-ng-sdk/
>>>>> > > > > > > [INFO] Rendering site with
>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>>> flume-ng-sdk ---
>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>> /usr/local/flume/flume/flume-ng-sdk/target/docs
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>>>> Session: Opened
>>>>> > > > > > > [INFO] Pushing
>>>>> /usr/local/flume/flume/flume-ng-sdk/target/site
>>>>> > > > > > > [INFO] >>> to
>>>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>>>> Session: Disconnecting
>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>>>> Session: Disconnected
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>> (attach-descriptor) @ flume-ng-sdk ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO] Building Flume NG Configuration
>>>>> 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>> (default) @ flume-ng-configuration ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>> (default-resources) @ flume-ng-configuration ---
>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/resources
>>>>> > > > > > > [INFO] Copying 3 resources
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>> (default-compile) @ flume-ng-configuration ---
>>>>> > > > > > > [INFO] Compiling 19 source files to
>>>>> /usr/local/flume/flume/flume-ng-configuration/target/classes
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>>> (default-testResources) @ flume-ng-configuration ---
>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>> /usr/local/flume/flume/flume-ng-configuration/src/test/resources
>>>>> > > > > > > [INFO] Copying 3 resources
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>>> (default-testCompile) @ flume-ng-configuration ---
>>>>> > > > > > > [INFO] No sources to compile
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test)
>>>>> @ flume-ng-configuration ---
>>>>> > > > > > > [INFO] Tests are skipped.
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>> flume-ng-configuration ---
>>>>> > > > > > > [INFO] Exclude: .git/
>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>>> flume-ng-configuration ---
>>>>> > > > > > > [INFO] Building jar:
>>>>> /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-configuration >>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-ng-sdk ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>> 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-avro-source ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-configuration <<<
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-configuration ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>> flume-ng-configuration ---
>>>>> > > > > > > [INFO] configuring report plugin
>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>> project URL:
>>>>> http://www.apache.org/flume-parent/flume-ng-configuration/
>>>>> > > > > > > [INFO] Rendering site with
>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>>> flume-ng-configuration ---
>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>> /usr/local/flume/flume/flume-ng-configuration/target/docs
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > >
>>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>>>> Session: Opened
>>>>> > > > > > > [INFO] Pushing
>>>>> /usr/local/flume/flume/flume-ng-configuration/target/site
>>>>> > > > > > > [INFO] >>> to
>>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
>>>>> > > > > > >
>>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>>>> Session: Disconnecting
>>>>> > > > > > >
>>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>>>> Session: Disconnected
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>> (attach-descriptor) @ flume-ng-configuration ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>> (default) @ flume-ng-core ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>> (default-resources) @ flume-ng-core ---
>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>> /usr/local/flume/flume/flume-ng-core/src/main/resources
>>>>> > > > > > > [INFO] Copying 3 resources
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>> (default-compile) @ flume-ng-core ---
>>>>> > > > > > > [INFO] Compiling 88 source files to
>>>>> /usr/local/flume/flume/flume-ng-core/target/classes
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>>> (default-testResources) @ flume-ng-core ---
>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> > > > > > > [INFO] Copying 2 resources
>>>>> > > > > > > [INFO] Copying 3 resources
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>>> (default-testCompile) @ flume-ng-core ---
>>>>> > > > > > > [INFO] Compiling 41 source files to
>>>>> /usr/local/flume/flume/flume-ng-core/target/test-classes
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test)
>>>>> @ flume-ng-core ---
>>>>> > > > > > > [INFO] Tests are skipped.
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>> flume-ng-core ---
>>>>> > > > > > > [INFO] Exclude: .git/
>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>>> flume-ng-core ---
>>>>> > > > > > > [INFO] Building jar:
>>>>> /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-core >>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-ng-sdk ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>> 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-avro-source ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-core <<<
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-core ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>> flume-ng-core ---
>>>>> > > > > > > [INFO] configuring report plugin
>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>> project URL: http://www.apache.org/flume-parent/flume-ng-core/
>>>>> > > > > > > [INFO] Rendering site with
>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>>> flume-ng-core ---
>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>> /usr/local/flume/flume/flume-ng-core/target/docs
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>>>> Session: Opened
>>>>> > > > > > > [INFO] Pushing
>>>>> /usr/local/flume/flume/flume-ng-core/target/site
>>>>> > > > > > > [INFO] >>> to
>>>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>>>> Session: Disconnecting
>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>>>> Session: Disconnected
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>> (attach-descriptor) @ flume-ng-core ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>> (default) @ flume-ng-sinks ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>> flume-ng-sinks ---
>>>>> > > > > > > [INFO] Exclude: .git/
>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-sinks >>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-ng-sdk ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>> 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-avro-source ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-sinks <<<
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-ng-sinks ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>> flume-ng-sinks ---
>>>>> > > > > > > [INFO] configuring report plugin
>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>> project URL: http://www.apache.org/flume-parent/flume-ng-sinks/
>>>>> > > > > > > [INFO] Rendering site with
>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>>> flume-ng-sinks ---
>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>> /usr/local/flume/flume/flume-ng-sinks/target/docs
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/
>>>>> - Session: Opened
>>>>> > > > > > > [INFO] Pushing
>>>>> /usr/local/flume/flume/flume-ng-sinks/target/site
>>>>> > > > > > > [INFO] >>> to
>>>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/
>>>>> - Session: Disconnecting
>>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/
>>>>> - Session: Disconnected
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>> (attach-descriptor) @ flume-ng-sinks ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO] Building Flume NG HDFS Sink
>>>>> 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>> (default) @ flume-hdfs-sink ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>> (default-resources) @ flume-hdfs-sink ---
>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
>>>>> > > > > > > [INFO] Copying 3 resources
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>> (default-compile) @ flume-hdfs-sink ---
>>>>> > > > > > > [INFO] Compiling 11 source files to
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>>> (default-testResources) @ flume-hdfs-sink ---
>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> > > > > > > [INFO] Copying 1 resource
>>>>> > > > > > > [INFO] Copying 3 resources
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>>> (default-testCompile) @ flume-hdfs-sink ---
>>>>> > > > > > > [INFO] Compiling 8 source files to
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test)
>>>>> @ flume-hdfs-sink ---
>>>>> > > > > > > [INFO] Tests are skipped.
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>> flume-hdfs-sink ---
>>>>> > > > > > > [INFO] Exclude: .git/
>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>>> flume-hdfs-sink ---
>>>>> > > > > > > [INFO] Building jar:
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-hdfs-sink >>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-ng-sdk ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>> 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-avro-source ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-hdfs-sink <<<
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-hdfs-sink ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>> flume-hdfs-sink ---
>>>>> > > > > > > [INFO] configuring report plugin
>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>> project URL:
>>>>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
>>>>> > > > > > > [INFO] Rendering site with
>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>>> flume-hdfs-sink ---
>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > >
>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>>>> Session: Opened
>>>>> > > > > > > [INFO] Pushing
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
>>>>> > > > > > > [INFO] >>> to
>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
>>>>> > > > > > >
>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>>>> Session: Disconnecting
>>>>> > > > > > >
>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>>>> Session: Disconnected
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>> (attach-descriptor) @ flume-hdfs-sink ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>> (default) @ flume-irc-sink ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>> (default-resources) @ flume-irc-sink ---
>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
>>>>> > > > > > > [INFO] Copying 3 resources
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>> (default-compile) @ flume-irc-sink ---
>>>>> > > > > > > [INFO] Compiling 1 source file to
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>>> (default-testResources) @ flume-irc-sink ---
>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
>>>>> > > > > > > [INFO] Copying 3 resources
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>>> (default-testCompile) @ flume-irc-sink ---
>>>>> > > > > > > [INFO] No sources to compile
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test)
>>>>> @ flume-irc-sink ---
>>>>> > > > > > > [INFO] Tests are skipped.
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>>> flume-irc-sink ---
>>>>> > > > > > > [INFO] Exclude: .git/
>>>>> > > > > > > [INFO] Exclude: .gitignore
>>>>> > > > > > > [INFO] Exclude: .repository/
>>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>>> flume-irc-sink ---
>>>>> > > > > > > [INFO] Building jar:
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-irc-sink >>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-ng-sdk ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>>> 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default)
>>>>> @ flume-avro-source ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-irc-sink <<<
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>>> at this point of the build but seem to be part of the reactor:
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] o
>>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>>> (compile)
>>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>>> "package"
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>>> (javadoc-jar) @ flume-irc-sink ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>>> flume-irc-sink ---
>>>>> > > > > > > [INFO] configuring report plugin
>>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>>> project URL:
>>>>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
>>>>> > > > > > > [INFO] Rendering site with
>>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>>> maven-project-info-reports-plugin:2.4
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>>> flume-irc-sink ---
>>>>> > > > > > > [INFO] Using this base directory for staging:
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
>>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>>> org.apache:apache:pom:9
>>>>> > > > > > >
>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>>>> Session: Opened
>>>>> > > > > > > [INFO] Pushing
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
>>>>> > > > > > > [INFO] >>> to
>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
>>>>> > > > > > >
>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>>>> Session: Disconnecting
>>>>> > > > > > >
>>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>>>> Session: Disconnected
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>>> (attach-descriptor) @ flume-irc-sink ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO] Building Flume NG HBase Sink
>>>>> 1.2.0-incubating-SNAPSHOT
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>>> (default) @ flume-ng-hbase-sink ---
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>>> (default-resources) @ flume-ng-hbase-sink ---
>>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
>>>>> > > > > > > [INFO] Copying 3 resources
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>>> (default-compile) @ flume-ng-hbase-sink ---
>>>>> > > > > > > [INFO] Compiling 9 source files to
>>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
>>>>> > > > > > > [INFO]
>>>>> -------------------------------------------------------------
>>>>> > > > > > > [ERROR] COMPILATION ERROR :
>>>>> > > > > > > [INFO]
>>>>> -------------------------------------------------------------
>>>>> > > > > > > [ERROR] error: error reading
>>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>>> error in opening zip file
>>>>> > > > > > > [INFO] 1 error
>>>>> > > > > > > [INFO]
>>>>> -------------------------------------------------------------
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO] Reactor Summary:
>>>>> > > > > > > [INFO]
>>>>> > > > > > > [INFO] Apache Flume ......................................
>>>>> SUCCESS [1:28.043s]
>>>>> > > > > > > [INFO] Flume NG SDK ......................................
>>>>> SUCCESS [3.273s]
>>>>> > > > > > > [INFO] Flume NG Configuration ............................
>>>>> SUCCESS [1.581s]
>>>>> > > > > > > [INFO] Flume NG Core .....................................
>>>>> SUCCESS [3.324s]
>>>>> > > > > > > [INFO] Flume NG Sinks ....................................
>>>>> SUCCESS [0.822s]
>>>>> > > > > > > [INFO] Flume NG HDFS Sink ................................
>>>>> SUCCESS [2.084s]
>>>>> > > > > > > [INFO] Flume NG IRC Sink .................................
>>>>> SUCCESS [1.200s]
>>>>> > > > > > > [INFO] Flume NG HBase Sink ...............................
>>>>> FAILURE [0.693s]
>>>>> > > > > > > [INFO] Flume NG Channels .................................
>>>>> SKIPPED
>>>>> > > > > > > [INFO] Flume NG JDBC channel .............................
>>>>> SKIPPED
>>>>> > > > > > > [INFO] Flume NG Node .....................................
>>>>> SKIPPED
>>>>> > > > > > > [INFO] Flume NG file-based channel .......................
>>>>> SKIPPED
>>>>> > > > > > > [INFO] Flume NG file backed Memory channel ...............
>>>>> SKIPPED
>>>>> > > > > > > [INFO] Flume legacy Sources ..............................
>>>>> SKIPPED
>>>>> > > > > > > [INFO] Flume legacy Avro source ..........................
>>>>> SKIPPED
>>>>> > > > > > > [INFO] Flume legacy Thrift Source ........................
>>>>> SKIPPED
>>>>> > > > > > > [INFO] Flume NG Clients ..................................
>>>>> SKIPPED
>>>>> > > > > > > [INFO] Flume NG Log4j Appender ...........................
>>>>> SKIPPED
>>>>> > > > > > > [INFO] Flume NG distribution .............................
>>>>> SKIPPED
>>>>> > > > > > > [INFO] Flume NG Integration Tests ........................
>>>>> SKIPPED
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO] BUILD FAILURE
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [INFO] Total time: 1:41.476s
>>>>> > > > > > > [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
>>>>> > > > > > > [INFO] Final Memory: 96M/269M
>>>>> > > > > > > [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> > > > > > > [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>>>> (default-compile) on project flume-ng-hbase-sink: Compilation failure
>>>>> > > > > > > [ERROR] error: error reading
>>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>>> error in opening zip file
>>>>> > > > > > > [ERROR] -> [Help 1]
>>>>> > > > > > > [ERROR]
>>>>> > > > > > > [ERROR] To see the full stack trace of the errors, re-run
>>>>> Maven with the -e switch.
>>>>> > > > > > > [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/MojoFailureException
>>>>> > > > > > > [ERROR]
>>>>> > > > > > > [ERROR] After correcting the problems, you can resume the
>>>>> build with the command
>>>>> > > > > > > [ERROR] mvn <goals> -rf :flume-ng-hbase-sink
>>>>> > > > > > >
>>>>> ====================================================================================================================================================================================
>>>>> > > > > > >
>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# ls -lrt
>>>>> > > > > > > total 140
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 conf
>>>>> > > > > > > drwxr-xr-x 19 root root 4096 2012-06-22 12:05 src
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-node
>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:05
>>>>> flume-ng-legacy-sources
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 contrib
>>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-22 12:05
>>>>> flume-ng-channels
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 bin
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05
>>>>> flume-ng-clients
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-tests
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-dist
>>>>> > > > > > > -rw-r--r-- 1 root root 1997 2012-06-22 12:05 RELEASE-NOTES
>>>>> > > > > > > -rw-r--r-- 1 root root 1433 2012-06-22 12:05 README
>>>>> > > > > > > -rw-r--r-- 1 root root 25221 2012-06-22 12:05 pom.xml
>>>>> > > > > > > -rw-r--r-- 1 root root 249 2012-06-22 12:05 NOTICE
>>>>> > > > > > > -rw-r--r-- 1 root root 11358 2012-06-22 12:05 LICENSE
>>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:05 flume-ng-doc
>>>>> > > > > > > -rw-r--r-- 1 root root 5559 2012-06-22 12:05 DEVNOTES
>>>>> > > > > > > -rw-r--r-- 1 root root 9952 2012-06-22 12:05 CHANGELOG
>>>>> > > > > > > -rw-r--r-- 1 root root 719 2012-06-22 12:05 DISCLAIMER
>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:06 flume-ng-sdk
>>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 target
>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08
>>>>> flume-ng-configuration
>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08 flume-ng-core
>>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 flume-ng-sinks
>>>>> > > > > > >
>>>>> > > > > > >
>>>>> > > > > > > In Reactor summary: Flume NG HBase Sink got failed.Due to
>>>>> this Error: error reading
>>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>>> error in opening zip file
>>>>> > > > > > > I went back and see all the directories running as root
>>>>> user only. all the directory output given as below.
>>>>> > > > > > >
>>>>> > > > > > >
>>>>> > > > > > >
>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# who iam i
>>>>> > > > > > > root pts/2 2012-06-20 15:19
>>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# cd
>>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
>>>>> ls -lrt
>>>>> > > > > > > total 20
>>>>> > > > > > > -rw-r--r-- 1 root root 2717 2012-06-21 16:21
>>>>> jruby-complete-1.6.5.pom
>>>>> > > > > > > -rw-r--r-- 1 root root 40 2012-06-21 16:21
>>>>> jruby-complete-1.6.5.pom.sha1
>>>>> > > > > > > -rw-r--r-- 1 root root 262 2012-06-21 16:24
>>>>> jruby-complete-1.6.5.jar
>>>>> > > > > > > -rw-r--r-- 1 root root 203 2012-06-21 16:24
>>>>> _maven.repositories
>>>>> > > > > > > -rw-r--r-- 1 root root 1385 2012-06-21 16:24
>>>>> jruby-complete-1.6.5.jar.lastUpdated
>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
>>>>> cd ..
>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)#
>>>>> ls -lrt
>>>>> > > > > > > total 4
>>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)#
>>>>> cd ..
>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
>>>>> root@md-trngpoc1:~/.m2/repository/org/jruby)# ls -lrt
>>>>> > > > > > > total 12
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
>>>>> root@md-trngpoc1:~/.m2/repository/org/jruby)# cd ..
>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:
>>>>> root@md-trngpoc1:~/.m2/repository/org)# ls -lrt
>>>>> > > > > > > total 76
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 xerial
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:17 hamcrest
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:18 mortbay
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:18 jboss
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 eclipse
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:20 schwering
>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 jruby
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 jamon
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 hbase
>>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-21 16:21 slf4j
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:25 tukaani
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:26 mockito
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:26 objenesis
>>>>> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:29 sonatype
>>>>> > > > > > > drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 netbeans
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 tomdz
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:34 python
>>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:24 codehaus
>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:
>>>>> root@md-trngpoc1:~/.m2/repository/org)# cd ..
>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)#
>>>>> ls -lrt
>>>>> > > > > > > total 184
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 junit
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 classworlds
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 commons-cli
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 doxia
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15
>>>>> commons-collections
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:15 velocity
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-lang
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-io
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 oro
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15
>>>>> commons-validator
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16
>>>>> commons-digester
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16 xml-apis
>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:16 plexus
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:16
>>>>> commons-logging
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 log4j
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 joda-time
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 xmlenc
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>>>>> commons-httpclient
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-codec
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>>>>> commons-configuration
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 logkit
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>>>>> avalon-framework
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19
>>>>> commons-beanutils
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-net
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 ant
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-el
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 net
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 hsqldb
>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 tomcat
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 stax
>>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 javax
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 asm
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-dbcp
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-pool
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 xerces
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 commons-chain
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 dom4j
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 sslext
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 antlr
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:31
>>>>> backport-util-concurrent
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 jakarta-regexp
>>>>> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:32 com
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:32 nekohtml
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 regexp
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 ch
>>>>> > > > > > > drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
>>>>> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)#
>>>>> cd ..
>>>>> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)#
>>>>> ls -lrt -a
>>>>> > > > > > > total 12
>>>>> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 ..
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .
>>>>> > > > > > > drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
>>>>> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)#
>>>>> cd ..
>>>>> > > > > > > root@md-trngpoc1 (mailto:root@md-trngpoc1):~# ls -lrt -a
>>>>> > > > > > > total 160
>>>>> > > > > > > -rw-r--r-- 1 root root 140 2010-10-21 18:17 .profile
>>>>> > > > > > > -rw------- 1 root root 256 2012-02-03 10:50 .pulse-cookie
>>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 .nautilus
>>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 Desktop
>>>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:57 .dbus
>>>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:58 .local
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-03 14:19 .subversion
>>>>> > > > > > > drwxrwxrwx 6 root root 4096 2012-02-03 14:19 .config
>>>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 14:20 .thumbnails
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-08 10:19 .java
>>>>> > > > > > > drwxrwxrwx 3 root root 4096 2012-02-08 10:21 .pspdata
>>>>> > > > > > > drwx------ 4 root root 4096 2012-02-08 15:19 .mozilla
>>>>> > > > > > > drwx------ 2 root root 4096 2012-02-08 15:19
>>>>> .gnome2_private
>>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-02-08 15:19 .icedtea
>>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-09 15:40
>>>>> .gstreamer-0.10
>>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-02-21 13:24 .gnome2
>>>>> > > > > > > drwx------ 3 root root 4096 2012-02-27 13:52 .synaptic
>>>>> > > > > > > drwx------ 3 root root 4096 2012-03-01 08:56 .gconf
>>>>> > > > > > > dr-x------ 2 root root 4096 2012-03-01 14:46 .gvfs
>>>>> > > > > > > drwx------ 2 root root 4096 2012-03-01 15:35 .gconfd
>>>>> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .icons ->
>>>>> /home/virtusa/.icons/
>>>>> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .fonts ->
>>>>> /home/virtusa/.fonts/
>>>>> > > > > > > lrwxrwxrwx 1 root root 22 2012-04-30 18:51 .themes ->
>>>>> /home/virtusa/.themes/
>>>>> > > > > > > drwx------ 2 root root 4096 2012-05-02 17:15 .cache
>>>>> > > > > > > -rw------- 1 root root 58 2012-05-04 15:04 .lesshst
>>>>> > > > > > > drwx------ 2 root root 4096 2012-05-07 18:31 .ssh
>>>>> > > > > > > drwx------ 2 root root 4096 2012-05-07 21:22 .pulse
>>>>> > > > > > > drwxr-xr-x 23 root root 4096 2012-05-17 17:50 ..
>>>>> > > > > > > -rw-r--r-- 1 root root 3274 2012-05-17 17:53 .bashrc
>>>>> > > > > > > drwx--x--x 2 root root 4096 2012-05-23 18:42 .splunk
>>>>> > > > > > > -rw-r--r-- 1 root root 2015 2012-06-07 11:30 .hivehistory
>>>>> > > > > > > -rw------- 1 root root 9973 2012-06-08 12:49 .viminfo
>>>>> > > > > > > -rw------- 1 root root 28596 2012-06-20 15:19 .bash_history
>>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .m2
>>>>> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 .
>>>>> > > > > > >
>>>>> > > > > > > I am struggling flume installation from past couple of
>>>>> weeks, Could you please any one help me on this issue.
>>>>> > > > > > >
>>>>> > > > > > > Thanks,
>>>>> > > > > > > Vijay
>>>>> > > > > >
>>>>> > > > >
>>>>> > > >
>>>>> > >
>>>>> >
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>

Re: mvn package error

Posted by vijay k <k....@gmail.com>.
Can you please anyone help me on the inline issue?

On Mon, Jun 25, 2012 at 7:26 PM, vijay k <k....@gmail.com> wrote:

> While testing the ./javadoc.sh script i am getting the following output.
>
>
> root@md-trngpoc1:/usr/local/flume_dir/flume/target/site/apidocs#
> ./javadoc.sh
> error: error reading
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
> error in opening zip file
> Loading source files for package org.apache.flume...
> Loading source files for package org.apache.flume.api...
> Loading source files for package org.apache.flume.event...
> Loading source files for package org.apache.flume.util...
> Loading source files for package org.apache.flume.source.avro...
> Loading source files for package org.apache.flume.conf.channel...
> Loading source files for package org.apache.flume.conf...
> Loading source files for package org.apache.flume.conf.sink...
> Loading source files for package org.apache.flume.conf.source...
> Loading source files for package org.apache.flume.channel...
> Loading source files for package org.apache.flume.sink...
> Loading source files for package org.apache.flume.tools...
> Loading source files for package org.apache.flume.client.avro...
> Loading source files for package org.apache.flume.lifecycle...
> Loading source files for package org.apache.flume.interceptor...
> Loading source files for package org.apache.flume.formatter.output...
> Loading source files for package org.apache.flume.source...
> Loading source files for package org.apache.flume.serialization...
> Loading source files for package org.apache.flume.sink.hdfs...
> Loading source files for package org.apache.flume.sink.irc...
> Loading source files for package org.apache.flume.sink.hbase...
> Loading source files for package org.apache.flume.channel.jdbc...
> Loading source files for package org.apache.flume.channel.jdbc.impl...
> Loading source files for package org.apache.flume.conf.properties...
> Loading source files for package org.apache.flume.conf.file...
> Loading source files for package org.apache.flume.node...
> Loading source files for package org.apache.flume.node.nodemanager...
> Loading source files for package org.apache.flume.channel.file...
> Loading source files for package
> org.apache.flume.channel.recoverable.memory.wal...
> Loading source files for package
> org.apache.flume.channel.recoverable.memory...
> Loading source files for package org.apache.flume.source.avroLegacy...
> Loading source files for package com.cloudera.flume.handlers.avro...
> Loading source files for package com.cloudera.flume.handlers.thrift...
> Loading source files for package org.apache.flume.source.thriftLegacy...
> Loading source files for package org.apache.flume.clients.log4jappender...
> 1 error
>
>
> I have opend the jruby-complete-1.6.5.jar file and see the following
> content the .jar file.
>
>
>
> root@md-trngpoc1:/usr/local/flume_dir/flume/target/site/apidocs# more
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar
> <HTML><BODY>  <h2>Attention!!!</h2><p>The file "jruby-complete-1.6.5.jar"
> has been blocked.  The file is larger than the configured file size
> limit.</p> <p>URL = repository.codehaus.org/org/jruby/j
> ruby-complete/1.6.5/jruby-complete-1.6.5.jar</p> </BODY></HTML>
>
>
> Please suggest how can i fix this issue?
>
> Thanks,
> Vijay
>
>
> On Mon, Jun 25, 2012 at 7:08 PM, vijay k <k....@gmail.com> wrote:
>
>> Hi All,
>>
>> I have run the #mvn package -DskipTests , still i am getting the same
>> error on my terminal.
>> root@md-trngpoc1:/usr/local/flume_dir/flume# mvn package -DskipTests
>> [INFO] Scanning for projects...
>> [WARNING]
>> [WARNING] Some problems were encountered while building the effective
>> model for org.apache.flume:flume-parent:pom:1.2.0-incubating-SNAPSHOT
>> [WARNING] 'reporting.plugins.plugin.version' for
>> org.tomdz.maven:sphinx-maven-plugin is missing. @ line 832, column 15
>> [WARNING]
>> [WARNING] It is highly recommended to fix these problems because they
>> threaten the stability of your build.
>> [WARNING]
>> [WARNING] For this reason, future Maven versions might no longer support
>> building such malformed projects.
>> [WARNING]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Build Order:
>> [INFO]
>> [INFO] Apache Flume
>> [INFO] Flume NG SDK
>> [INFO] Flume NG Configuration
>> [INFO] Flume NG Core
>> [INFO] Flume NG Sinks
>> [INFO] Flume NG HDFS Sink
>> [INFO] Flume NG IRC Sink
>> [INFO] Flume NG HBase Sink
>> [INFO] Flume NG Channels
>> [INFO] Flume NG JDBC channel
>> [INFO] Flume NG Node
>> [INFO] Flume NG file-based channel
>> [INFO] Flume NG file backed Memory channel
>> [INFO] Flume legacy Sources
>> [INFO] Flume legacy Avro source
>> [INFO] Flume legacy Thrift Source
>> [INFO] Flume NG Clients
>> [INFO] Flume NG Log4j Appender
>> [INFO] Flume NG distribution
>> [INFO] Flume NG Integration Tests
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache Flume 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>> flume-parent ---
>> [INFO] Setting property: classpath.resource.loader.class =>
>> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
>> [INFO] Setting property: velocimacro.messages.on => 'false'.
>> [INFO] Setting property: resource.loader => 'classpath'.
>> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
>> [INFO]
>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-parent ---
>> [INFO] Exclude: .idea/
>> [INFO] Exclude: **/*.iml
>> [INFO] Exclude: .git/
>> [INFO] Exclude: .gitignore
>> [INFO] Exclude: .repository/
>> [INFO] Exclude: **/*.diff
>> [INFO] Exclude: **/*.patch
>> [INFO] Exclude: **/*.avsc
>> [INFO] Exclude: **/docs/**
>> [INFO]
>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-parent >>>
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>> ---
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> [INFO]
>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-parent <<<
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [INFO]
>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-parent ---
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>> [WARNING] The dependency:
>> [org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT] can't be
>> resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>> [INFO]
>> Loading source files for package org.apache.flume...
>> Loading source files for package org.apache.flume.api...
>> Loading source files for package org.apache.flume.event...
>> Loading source files for package org.apache.flume.util...
>> Loading source files for package org.apache.flume.source.avro...
>> Loading source files for package org.apache.flume.conf.channel...
>> Loading source files for package org.apache.flume.conf...
>> Loading source files for package org.apache.flume.conf.sink...
>> Loading source files for package org.apache.flume.conf.source...
>> Loading source files for package org.apache.flume.channel...
>> Loading source files for package org.apache.flume.sink...
>> Loading source files for package org.apache.flume.tools...
>> Loading source files for package org.apache.flume.client.avro...
>> Loading source files for package org.apache.flume.lifecycle...
>> Loading source files for package org.apache.flume.interceptor...
>> Loading source files for package org.apache.flume.formatter.output...
>> Loading source files for package org.apache.flume.source...
>> Loading source files for package org.apache.flume.serialization...
>> Loading source files for package org.apache.flume.sink.hdfs...
>> Loading source files for package org.apache.flume.sink.irc...
>> Loading source files for package org.apache.flume.sink.hbase...
>> Loading source files for package org.apache.flume.channel.jdbc...
>> Loading source files for package org.apache.flume.channel.jdbc.impl...
>> Loading source files for package org.apache.flume.conf.properties...
>> Loading source files for package org.apache.flume.conf.file...
>> Loading source files for package org.apache.flume.node...
>> Loading source files for package org.apache.flume.node.nodemanager...
>> Loading source files for package org.apache.flume.channel.file...
>> Loading source files for package
>> org.apache.flume.channel.recoverable.memory.wal...
>> Loading source files for package
>> org.apache.flume.channel.recoverable.memory...
>> Loading source files for package org.apache.flume.source.avroLegacy...
>> Loading source files for package com.cloudera.flume.handlers.avro...
>> Loading source files for package com.cloudera.flume.handlers.thrift...
>> Loading source files for package org.apache.flume.source.thriftLegacy...
>> Loading source files for package org.apache.flume.clients.log4jappender...
>> 1 error
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache Flume ...................................... FAILURE
>> [4.062s]
>> [INFO] Flume NG SDK ...................................... SKIPPED
>> [INFO] Flume NG Configuration ............................ SKIPPED
>> [INFO] Flume NG Core ..................................... SKIPPED
>> [INFO] Flume NG Sinks .................................... SKIPPED
>> [INFO] Flume NG HDFS Sink ................................ SKIPPED
>> [INFO] Flume NG IRC Sink ................................. SKIPPED
>> [INFO] Flume NG HBase Sink ............................... SKIPPED
>> [INFO] Flume NG Channels ................................. SKIPPED
>> [INFO] Flume NG JDBC channel ............................. SKIPPED
>> [INFO] Flume NG Node ..................................... SKIPPED
>> [INFO] Flume NG file-based channel ....................... SKIPPED
>> [INFO] Flume NG file backed Memory channel ............... SKIPPED
>> [INFO] Flume legacy Sources .............................. SKIPPED
>> [INFO] Flume legacy Avro source .......................... SKIPPED
>> [INFO] Flume legacy Thrift Source ........................ SKIPPED
>> [INFO] Flume NG Clients .................................. SKIPPED
>> [INFO] Flume NG Log4j Appender ........................... SKIPPED
>> [INFO] Flume NG distribution ............................. SKIPPED
>> [INFO] Flume NG Integration Tests ........................ SKIPPED
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 4.496s
>> [INFO] Finished at: Mon Jun 25 18:33:05 IST 2012
>> [INFO] Final Memory: 21M/322M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> on project flume-parent: An error has occurred in JavaDocs report
>> generation:
>> [ERROR] Exit code: 1 - error: error reading
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>> error in opening zip file
>> [ERROR]
>> [ERROR] Command line was:
>> /usr/lib/jvm/java-6-sun-1.6.0.26/jre/../bin/javadoc @options @packages
>> [ERROR]
>> [ERROR] Refer to the generated Javadoc files in
>> '/usr/local/flume_dir/flume/target/site/apidocs' dir.
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [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
>>
>>
>> Does someone has any hint or idea about that....I Have attached the full
>> output
>>
>>
>>
>> Thanks,
>> vijay
>>
>>
>> On Mon, Jun 25, 2012 at 5:00 PM, vijay k <k....@gmail.com> wrote:
>>
>>> Hi Mike,
>>>
>>> I have run the # <%23root@md-trngpoc1:/usr/local/flume_dir/flume>mvn
>>> clean install -DskipTests, I am getting the following output on terminal.
>>>
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir/flume# mvn clean install
>>> -DskipTests
>>> [INFO] Scanning for projects...
>>> [WARNING]
>>> [WARNING] Some problems were encountered while building the effective
>>> model for org.apache.flume:flume-parent:pom:1.2.0-incubating-SNAPSHOT
>>> [WARNING] 'reporting.plugins.plugin.version' for
>>> org.tomdz.maven:sphinx-maven-plugin is missing. @ line 832, column 15
>>> [WARNING]
>>> [WARNING] It is highly recommended to fix these problems because they
>>> threaten the stability of your build.
>>> [WARNING]
>>> [WARNING] For this reason, future Maven versions might no longer support
>>> building such malformed projects.
>>> [WARNING]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Build Order:
>>> [INFO]
>>> [INFO] Apache Flume
>>> [INFO] Flume NG SDK
>>> [INFO] Flume NG Configuration
>>> [INFO] Flume NG Core
>>> [INFO] Flume NG Sinks
>>> [INFO] Flume NG HDFS Sink
>>> [INFO] Flume NG IRC Sink
>>> [INFO] Flume NG HBase Sink
>>> [INFO] Flume NG Channels
>>> [INFO] Flume NG JDBC channel
>>> [INFO] Flume NG Node
>>> [INFO] Flume NG file-based channel
>>> [INFO] Flume NG file backed Memory channel
>>> [INFO] Flume legacy Sources
>>> [INFO] Flume legacy Avro source
>>> [INFO] Flume legacy Thrift Source
>>> [INFO] Flume NG Clients
>>> [INFO] Flume NG Log4j Appender
>>> [INFO] Flume NG distribution
>>> [INFO] Flume NG Integration Tests
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Apache Flume 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ flume-parent
>>> ---
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-parent ---
>>> [INFO] Setting property: classpath.resource.loader.class =>
>>> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
>>> [INFO] Setting property: velocimacro.messages.on => 'false'.
>>> [INFO] Setting property: resource.loader => 'classpath'.
>>> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-parent ---
>>> [INFO] Exclude: .idea/
>>> [INFO] Exclude: **/*.iml
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-parent >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-parent <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-parent ---
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>>> [WARNING] The dependency:
>>> [org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT] can't be
>>> resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] The dependency:
>>> [org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT]
>>> can't be resolved but has been found in the reactor (probably snapshots).
>>> This dependency has been excluded from the Javadoc classpath. You should
>>> rerun javadoc after executing mvn install.
>>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>>> [INFO]
>>> Loading source files for package org.apache.flume...
>>> Loading source files for package org.apache.flume.api...
>>> Loading source files for package org.apache.flume.event...
>>> Loading source files for package org.apache.flume.util...
>>> Loading source files for package org.apache.flume.source.avro...
>>> Loading source files for package org.apache.flume.conf.channel...
>>> Loading source files for package org.apache.flume.conf...
>>> Loading source files for package org.apache.flume.conf.sink...
>>> Loading source files for package org.apache.flume.conf.source...
>>> Loading source files for package org.apache.flume.channel...
>>> Loading source files for package org.apache.flume.sink...
>>> Loading source files for package org.apache.flume.tools...
>>> Loading source files for package org.apache.flume.client.avro...
>>> Loading source files for package org.apache.flume.lifecycle...
>>> Loading source files for package org.apache.flume.interceptor...
>>> Loading source files for package org.apache.flume.formatter.output...
>>> Loading source files for package org.apache.flume.source...
>>> Loading source files for package org.apache.flume.serialization...
>>> Loading source files for package org.apache.flume.sink.hdfs...
>>> Loading source files for package org.apache.flume.sink.irc...
>>> Loading source files for package org.apache.flume.sink.hbase...
>>> Loading source files for package org.apache.flume.channel.jdbc...
>>> Loading source files for package org.apache.flume.channel.jdbc.impl...
>>> Loading source files for package org.apache.flume.conf.properties...
>>> Loading source files for package org.apache.flume.conf.file...
>>> Loading source files for package org.apache.flume.node...
>>> Loading source files for package org.apache.flume.node.nodemanager...
>>> Loading source files for package org.apache.flume.channel.file...
>>> Loading source files for package
>>> org.apache.flume.channel.recoverable.memory.wal...
>>> Loading source files for package
>>> org.apache.flume.channel.recoverable.memory...
>>> Loading source files for package org.apache.flume.source.avroLegacy...
>>> Loading source files for package com.cloudera.flume.handlers.avro...
>>> Loading source files for package com.cloudera.flume.handlers.thrift...
>>> Loading source files for package org.apache.flume.source.thriftLegacy...
>>> Loading source files for package
>>> org.apache.flume.clients.log4jappender...
>>> 1 error
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Summary:
>>> [INFO]
>>> [INFO] Apache Flume ...................................... FAILURE
>>> [4.066s]
>>> [INFO] Flume NG SDK ...................................... SKIPPED
>>> [INFO] Flume NG Configuration ............................ SKIPPED
>>> [INFO] Flume NG Core ..................................... SKIPPED
>>> [INFO] Flume NG Sinks .................................... SKIPPED
>>> [INFO] Flume NG HDFS Sink ................................ SKIPPED
>>> [INFO] Flume NG IRC Sink ................................. SKIPPED
>>> [INFO] Flume NG HBase Sink ............................... SKIPPED
>>> [INFO] Flume NG Channels ................................. SKIPPED
>>> [INFO] Flume NG JDBC channel ............................. SKIPPED
>>> [INFO] Flume NG Node ..................................... SKIPPED
>>> [INFO] Flume NG file-based channel ....................... SKIPPED
>>> [INFO] Flume NG file backed Memory channel ............... SKIPPED
>>> [INFO] Flume legacy Sources .............................. SKIPPED
>>> [INFO] Flume legacy Avro source .......................... SKIPPED
>>> [INFO] Flume legacy Thrift Source ........................ SKIPPED
>>> [INFO] Flume NG Clients .................................. SKIPPED
>>> [INFO] Flume NG Log4j Appender ........................... SKIPPED
>>> [INFO] Flume NG distribution ............................. SKIPPED
>>> [INFO] Flume NG Integration Tests ........................ SKIPPED
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 4.502s
>>> [INFO] Finished at: Mon Jun 25 16:52:15 IST 2012
>>> [INFO] Final Memory: 21M/322M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>> on project flume-parent: An error has occurred in JavaDocs report
>>> generation:
>>> [ERROR] Exit code: 1 - error: error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>> [ERROR]
>>> [ERROR] Command line was:
>>> /usr/lib/jvm/java-6-sun-1.6.0.26/jre/../bin/javadoc @options @packages
>>> [ERROR]
>>> [ERROR] Refer to the generated Javadoc files in
>>> '/usr/local/flume_dir/flume/target/site/apidocs' dir.
>>> [ERROR] -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e switch.
>>> [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
>>>
>>>
>>> =====================================================================================
>>>
>>> Please help me, I might be missing anything wrong?
>>>
>>> Thanks,
>>> Vijay
>>>
>>>
>>>
>>>
>>> On Mon, Jun 25, 2012 at 4:26 PM, Mike Percy <mp...@cloudera.com> wrote:
>>>
>>>> Try: mvn clean install -DskipTests
>>>>
>>>> Maybe install will work.
>>>>
>>>> Mike
>>>>
>>>>
>>>> On Monday, June 25, 2012 at 3:53 AM, vijay k wrote:
>>>>
>>>> > Thanks for the reply.
>>>> >
>>>> > I have unzipped the mvn and added the path like as below.
>>>> >
>>>> > export M2_HOME=/usr/local/flume_dir/apache-maven-3.0.4
>>>> > export M2=$M2_HOME/bin.
>>>> > export PATH=$M2:$PATH.
>>>> >
>>>> >
>>>> > I am getting the mvn version now, like as below.
>>>> >
>>>> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)#
>>>> mvn --version
>>>> > Apache Maven 3.0.4 (r1232337; 2012-01-17 14:14:56+0530)
>>>> > Maven home: /usr/local/flume_dir/apache-maven-3.0.4
>>>> > Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
>>>> > Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre
>>>> > Default locale: en_US, platform encoding: UTF-8
>>>> > OS name: "linux", version: "2.6.38-14-generic", arch: "i386", family:
>>>> "unix"
>>>> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)#
>>>> which mvn
>>>> > /usr/local/flume_dir/apache-maven-3.0.4/bin/mvn
>>>> >
>>>> > I then run the #mvn package -DskipTests command, still am getting the
>>>> same error.
>>>> >
>>>> > Thanks,
>>>> > Vijay
>>>> >
>>>> > Please help me any suggestions?
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Mon, Jun 25, 2012 at 3:18 PM, Juhani Connolly <
>>>> juhani_connolly@cyberagent.co.jp (mailto:
>>>> juhani_connolly@cyberagent.co.jp)> wrote:
>>>> > > If you've just decompressed mvn into some directory and just want
>>>> to run it without interfering with the other users potential install of
>>>> maven2, you could just add the binary directory to your path and then run
>>>> it normally:
>>>> > >
>>>> > > e.g.
>>>> > > $ export PATH=mymaven3/bin:$PATH
>>>> > > $ cd flumedir
>>>> > > # check the version is displaying correctly... you could also do
>>>> "which mvn" to check it's looking at the right place
>>>> > > $ mvn -version
>>>> > > $ mvn package -DskipTests
>>>> > > Beyond that it's going to depend on your distro, and your own
>>>> personal preferences
>>>> > >
>>>> > > On 06/25/2012 06:12 PM, vijay k wrote:
>>>> > > > Thanks for the reply.
>>>> > > >
>>>> > > > Yes, you are correct,
>>>> > > > i did mvn -version getting like as below.
>>>> > > > #mvn -version
>>>> > > > The program 'mvn' is currently not installed. You can install it
>>>> by typing:
>>>> > > > apt-get install maven2
>>>> > > >
>>>> > > > Please let me know how to install maven 3.0.4 installation
>>>> procedure. and what are the pre-requisite s/w needed for flume installation?
>>>> > > >
>>>> > > > Thanks,
>>>> > > > Vijay
>>>> > > >
>>>> > > >
>>>> > > > On Fri, Jun 22, 2012 at 9:24 PM, Ralph Goers <
>>>> ralph.goers@dslextreme.com (mailto:ralph.goers@dslextreme.com)> wrote:
>>>> > > > > Pinging 3 hours later unfortunately isn't helpful. As you can
>>>> see, you are posting in the middle of the night when a lot of us are fast
>>>> asleep.
>>>> > > > >
>>>> > > > > On Jun 22, 2012, at 3:39 AM, vijay k wrote:
>>>> > > > > > I am waiting for your response on the below issue.
>>>> > > > >
>>>> > > > >
>>>> > > > > You installed maven 3 in the parent directory and then just did
>>>> "mvn" in the child? I suspect that if you do mvn -version you are going to
>>>> get Maven 2 since you never added maven 3 to your path.
>>>> > > > > >
>>>> > > > > > On Fri, Jun 22, 2012 at 1:11 PM, vijay k <k.vijay52@gmail.com(mailto:
>>>> k.vijay52@gmail.com)> wrote:
>>>> > > > > > >
>>>> > > > > > > Hello All Flume user list,
>>>> > > > > > >
>>>> > > > > > > Please help me out on the below issue.
>>>> > > > > > >
>>>> > > > > > > Step1:
>>>> > > > > > > Installed maven3.x in flume_dir directory.
>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:
>>>> root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
>>>> > > > > > > total 4768
>>>> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
>>>> apache-maven-3.0.4-bin.tar.gz
>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36
>>>> apache-maven-3.0.4
>>>> > > > > > > Step2:
>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#git (mailto:
>>>> root@md-trngpoc1:/usr/local/flume_dir#git) clone git://
>>>> git.apache.org/flume.git (http://git.apache.org/flume.git)
>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:
>>>> root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
>>>> > > > > > > total 4768
>>>> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
>>>> apache-maven-3.0.4-bin.tar.gz
>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36
>>>> apache-maven-3.0.4
>>>> > > > > > > drwxr-xr-x 18 root root 4096 2012-06-22 12:31 flume
>>>> > > > > > > Step3:
>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#cd (mailto:
>>>> root@md-trngpoc1:/usr/local/flume_dir#cd) flume
>>>> > > > > > > Step4:
>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume#mvn (mailto:
>>>> root@md-trngpoc1:/usr/local/flume_dir/flume#mvn) package -DskipTests
>>>> > > > > > > While running the step4, I am getting the following output.
>>>> > > > > > >
>>>> > > > > > >
>>>> > > > > > >
>>>> =================================================================================================================================================================================
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
>>>> package com.google.common.base does not exist
>>>> > > > > > > [WARNING] import com.google.common.base.Preconditions;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
>>>> package org.apache.hadoop.io.compress does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>> > > > > > > [WARNING] location: interface
>>>> org.apache.flume.sink.hdfs.HDFSWriter
>>>> > > > > > > [WARNING] public void open(String filePath,
>>>> CompressionCodec codec,
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>> > > > > > > [WARNING] location: interface
>>>> org.apache.flume.sink.hdfs.HDFSWriter
>>>> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt) throws
>>>> IOException;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
>>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>>> exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.io.Text;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
>>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>>> exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.io.LongWritable;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class Text
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>>> > > > > > > [WARNING] private Text makeText(Event e) {
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class LongWritable
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>>> > > > > > > [WARNING] public Class<LongWritable> getKeyClass() {
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class Text
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>>> > > > > > > [WARNING] public Class<Text> getValueClass() {
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
>>>> package org.apache.hadoop.conf does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
>>>> package org.apache.hadoop.fs does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
>>>> package org.apache.hadoop.fs does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
>>>> package org.apache.hadoop.fs does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
>>>> package org.apache.hadoop.io.compress does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class FSDataOutputStream
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>>> > > > > > > [WARNING] private FSDataOutputStream outStream;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>>> > > > > > > [WARNING] public void open(String filePath,
>>>> CompressionCodec codec,
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>>> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt) throws
>>>> IOException {
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
>>>> package org.apache.hadoop.conf does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
>>>> package org.apache.hadoop.fs does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
>>>> package org.apache.hadoop.fs does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
>>>> package org.apache.hadoop.fs does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
>>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>>> exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
>>>> package org.apache.hadoop.io.compress does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
>>>> package SequenceFile does not exist
>>>> > > > > > > [WARNING] private SequenceFile.Writer writer;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSSequenceFile
>>>> > > > > > > [WARNING] public void open(String filePath,
>>>> CompressionCodec codeC,
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSSequenceFile
>>>> > > > > > > [WARNING] CompressionType compType, FlumeFormatter fmt)
>>>> throws IOException {
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
>>>> package org.apache.hadoop.conf does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
>>>> package org.apache.hadoop.io.compress does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
>>>> package org.apache.hadoop.io.compress does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.io.compress.CompressionCodecFactory;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
>>>> package org.apache.hadoop.security does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.security.SecurityUtil;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
>>>> package org.apache.hadoop.security does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.security.UserGroupInformation;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
>>>> package org.apache.hadoop.security.UserGroupInformation does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
>>>> package com.google.common.base does not exist
>>>> > > > > > > [WARNING] import com.google.common.base.Preconditions;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
>>>> package com.google.common.collect does not exist
>>>> > > > > > > [WARNING] import com.google.common.collect.Lists;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
>>>> package com.google.common.util.concurrent does not exist
>>>> > > > > > > [WARNING] import
>>>> com.google.common.util.concurrent.ThreadFactoryBuilder;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
>>>> package org.apache.hadoop.conf does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
>>>> package org.apache.hadoop.fs does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
>>>> package org.apache.hadoop.fs does not exist
>>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
>>>> package org.apache.hadoop.io.SequenceFile does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
>>>> package org.apache.hadoop.io.compress does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.io.compress.CompressionCodec;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
>>>> package org.apache.hadoop.security does not exist
>>>> > > > > > > [WARNING] import
>>>> org.apache.hadoop.security.UserGroupInformation;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>> > > > > > > [WARNING] private CompressionCodec codeC;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>> > > > > > > [WARNING] private CompressionType compType;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>> > > > > > > [WARNING] private UserGroupInformation proxyTicket;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>> > > > > > > [WARNING] private static boolean codecMatches(Class<?
>>>> extends CompressionCodec> cls,
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>> > > > > > > [WARNING] private static CompressionCodec getCodec(String
>>>> codecName) {
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>>> > > > > > > [WARNING] private static synchronized UserGroupInformation
>>>> kerberosLogin(
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>> > > > > > > [WARNING] private final CompressionCodec codeC;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionType
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>> > > > > > > [WARNING] private final CompressionType compType;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>> > > > > > > [WARNING] private final UserGroupInformation user;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class FileSystem
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>> > > > > > > [WARNING] private FileSystem fileSystem;
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
>>>> cannot find symbol
>>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>>> > > > > > > [WARNING] location: class
>>>> org.apache.flume.sink.hdfs.BucketWriter
>>>> > > > > > > [WARNING] Context context, String filePath,
>>>> CompressionCodec codeC,
>>>> > > > > > > [WARNING] ^
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>> warning - @plainlink is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>> warning - @plainlink is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>>> warning - @return tag has no arguments.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>>> warning - @return tag has no arguments.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>>> warning - @return tag has no arguments.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>>> warning - @return tag cannot be used in method with void return type.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>>> warning - @return tag cannot be used in method with void return type.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>>> warning - @return tag cannot be used in method with void return type.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
>>>> warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used
>>>> in constants.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
>>>> warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can
>>>> only be used in constants.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
>>>> warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can
>>>> only be used in constants.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
>>>> warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be
>>>> used in constants.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>>> warning - Tag @link: reference not found: RPCClient
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>>> getDefaultInstance(String, Integer)"
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>>> warning - Tag @link: can't find getDefaultInstance() in
>>>> org.apache.flume.api.RpcClientFactory
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>>> getDefaultInstance(String, Integer, Integer)"
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>>> warning - Tag @link: can't find getDefaultInstance() in
>>>> org.apache.flume.api.RpcClientFactory
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
>>>> warning - Tag @see: reference not found:
>>>> org.apache.flume.api.NettyAvroClient
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
>>>> warning - @return tag has no arguments.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
>>>> warning - Tag @see: reference not found: FileChannel
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
>>>> warning - Tag @see: reference not found: MemoryChannel
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
>>>> warning - Tag @see: reference not found: NullSink
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
>>>> warning - Tag @see: reference not found: LoggerSink
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
>>>> warning - Tag @see: reference not found: RollingFileSink
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
>>>> warning - Tag @see: reference not found: AvroSink
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
>>>> warning - Tag @see: reference not found: FailoverSinkProcessor
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
>>>> warning - Tag @see: reference not found: DefaultSinkProcessor
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
>>>> warning - Tag @see: reference not found: NullSink
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
>>>> warning - Tag @see: reference not found: LoggerSink
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
>>>> warning - Tag @see: reference not found: RollingFileSink
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
>>>> warning - Tag @see: reference not found: AvroSink
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
>>>> warning - Tag @see: reference not found: NetcatSource
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
>>>> warning - Tag @see: reference not found: ExecSource
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
>>>> warning - Tag @see: reference not found: AvroSource
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
>>>> warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>>> warning - @Override is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>>> warning - @Override is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>>> warning - @Override is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
>>>> warning - @return tag has no arguments.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
>>>> warning - @return tag has no arguments.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
>>>> warning - @return tag has no arguments.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>> event-driven sources
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
>>>> warning - Tag @link: reference not found: PollableSource.Status
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
>>>> warning - Tag @link: missing '#': "beforeClose()"
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
>>>> warning - @return tag has no arguments.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>> warning - Tag @link: reference not found:
>>>> org.hbase.async.AtomicIncrementRequest
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
>>>> warning - @param argument "Event" is not a parameter name.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>>> warning - Tag @link: reference not found:
>>>> org.hbase.async.AtomicIncrementRequest
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
>>>> warning - @param argument "Event" is not a parameter name.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
>>>> warning - Tag @link: reference not found: HBaseEventSerializer
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>>> warning - Tag @link: reference not found:
>>>> org.hbase.async.AtomicIncrementRequest
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>>> warning - Tag @link: reference not found:
>>>> org.hbase.async.AtomicIncrementRequest
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
>>>> warning - @return tag has no arguments.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
>>>> warning - @param argument "properties" is not a parameter name.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
>>>> warning - @return tag has no arguments.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
>>>> warning - @param argument "connection" is not a parameter name.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
>>>> warning - @param argument "connection" is not a parameter name.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>> warning - Tag @link: reference not found: Writable
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>> warning - @plainlink is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>>> warning - Tag @link: reference not found: RPCClient
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>> warning - Tag @link: reference not found: Writable
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>> event-driven sources
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>> warning - @plainlink is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>> event-driven sources
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>> warning - @plainlink is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>> event-driven sources
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>> warning - @plainlink is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>> warning - @plainlink is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>> warning - @plainlink is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>> warning - @plainlink is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>> warning - Tag @link: reference not found: Writable
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>>> event-driven sources
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>>> warning - Tag @link: reference not found: RPCClient
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>>> warning - @plainlink is an unknown tag.
>>>> > > > > > > [WARNING]
>>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>>> warning - Tag @link: reference not found: Writable
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>> flume-parent ---
>>>> > > > > > > [INFO] configuring report plugin
>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] configuring report plugin
>>>> org.tomdz.maven:sphinx-maven-plugin:1.0.2
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>> project URL: http://www.apache.org/flume-parent/
>>>> > > > > > > [INFO] Rendering site with
>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Documentation via sphinx" report ---
>>>> sphinx-maven-plugin:1.0.2
>>>> > > > > > > [INFO] Unpacking sphinx to
>>>> /usr/local/flume/flume/target/sphinx
>>>> > > > > > > [INFO] Running sphinx on
>>>> /usr/local/flume/flume/flume-ng-doc/sphinx, output will be placed in
>>>> /usr/local/flume/flume/target/site
>>>> > > > > > > Running Sphinx v1.1.2
>>>> > > > > > > loading pickled environment... not yet created
>>>> > > > > > > building [html]: targets for 3 source files that are out of
>>>> date
>>>> > > > > > > updating environment: 3 added, 0 changed, 0 removed
>>>> > > > > > > reading sources... [ 33%] FlumeDeveloperGuide
>>>> > > > > > > reading sources... [ 66%] FlumeUserGuide
>>>> > > > > > > reading sources... [100%] index
>>>> > > > > > > looking for now-outdated files... none found
>>>> > > > > > > pickling environment... done
>>>> > > > > > > checking consistency... done
>>>> > > > > > > preparing documents... done
>>>> > > > > > > writing output... [ 33%] FlumeDeveloperGuide
>>>> > > > > > > writing output... [ 66%] FlumeUserGuide
>>>> > > > > > > writing output... [100%] index
>>>> > > > > > > writing additional files... genindex search
>>>> > > > > > > copying images... [ 16%] images/DevGuide_image00.png
>>>> > > > > > > copying images... [ 33%] images/DevGuide_image01.png
>>>> > > > > > > copying images... [ 50%] images/UserGuide_image03.png
>>>> > > > > > > copying images... [ 66%] images/UserGuide_image02.png
>>>> > > > > > > copying images... [ 83%] images/UserGuide_image01.png
>>>> > > > > > > copying images... [100%] images/UserGuide_image00.png
>>>> > > > > > > copying static files... done
>>>> > > > > > > dumping search index... done
>>>> > > > > > > dumping object inventory... done
>>>> > > > > > > build succeeded, 2 warnings.
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>> flume-parent ---
>>>> > > > > > > [INFO] Using this base directory for staging:
>>>> /usr/local/flume/flume/target/docs
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session: Opened
>>>> > > > > > > [INFO] Pushing /usr/local/flume/flume/target/site
>>>> > > > > > > [INFO] >>> to file:///usr/local/flume/flume/target/docs/./
>>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>>>> Disconnecting
>>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>>>> Disconnected
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>> (attach-descriptor) @ flume-parent ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>> (default) @ flume-ng-sdk ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>> (default-resources) @ flume-ng-sdk ---
>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>> /usr/local/flume/flume/flume-ng-sdk/src/main/resources
>>>> > > > > > > [INFO] Copying 3 resources
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>> (default-compile) @ flume-ng-sdk ---
>>>> > > > > > > [INFO] Compiling 17 source files to
>>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- paranamer-maven-plugin:2.3:generate (run) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO] Generating parameter names from
>>>> /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to
>>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>> (default-testResources) @ flume-ng-sdk ---
>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> > > > > > > [INFO] Copying 1 resource
>>>> > > > > > > [INFO] Copying 3 resources
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>> (default-testCompile) @ flume-ng-sdk ---
>>>> > > > > > > [INFO] Compiling 6 source files to
>>>> /usr/local/flume/flume/flume-ng-sdk/target/test-classes
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO] Tests are skipped.
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO] Exclude: .git/
>>>> > > > > > > [INFO] Exclude: .gitignore
>>>> > > > > > > [INFO] Exclude: .repository/
>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO] Building jar:
>>>> /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-sdk >>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>> 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-avro-source ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-sdk <<<
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-sdk ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO] configuring report plugin
>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>> project URL: http://www.apache.org/flume-parent/flume-ng-sdk/
>>>> > > > > > > [INFO] Rendering site with
>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO] Using this base directory for staging:
>>>> /usr/local/flume/flume/flume-ng-sdk/target/docs
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>>> Session: Opened
>>>> > > > > > > [INFO] Pushing
>>>> /usr/local/flume/flume/flume-ng-sdk/target/site
>>>> > > > > > > [INFO] >>> to
>>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>>> Session: Disconnecting
>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>>> Session: Disconnected
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>> (attach-descriptor) @ flume-ng-sdk ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO] Building Flume NG Configuration
>>>> 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>> (default) @ flume-ng-configuration ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>> (default-resources) @ flume-ng-configuration ---
>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>> /usr/local/flume/flume/flume-ng-configuration/src/main/resources
>>>> > > > > > > [INFO] Copying 3 resources
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>> (default-compile) @ flume-ng-configuration ---
>>>> > > > > > > [INFO] Compiling 19 source files to
>>>> /usr/local/flume/flume/flume-ng-configuration/target/classes
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>> (default-testResources) @ flume-ng-configuration ---
>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>> /usr/local/flume/flume/flume-ng-configuration/src/test/resources
>>>> > > > > > > [INFO] Copying 3 resources
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>> (default-testCompile) @ flume-ng-configuration ---
>>>> > > > > > > [INFO] No sources to compile
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>>> flume-ng-configuration ---
>>>> > > > > > > [INFO] Tests are skipped.
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>> flume-ng-configuration ---
>>>> > > > > > > [INFO] Exclude: .git/
>>>> > > > > > > [INFO] Exclude: .gitignore
>>>> > > > > > > [INFO] Exclude: .repository/
>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>> flume-ng-configuration ---
>>>> > > > > > > [INFO] Building jar:
>>>> /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-configuration >>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>> 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-avro-source ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-configuration <<<
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-configuration ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>> flume-ng-configuration ---
>>>> > > > > > > [INFO] configuring report plugin
>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>> project URL: http://www.apache.org/flume-parent/flume-ng-configuration/
>>>> > > > > > > [INFO] Rendering site with
>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>> flume-ng-configuration ---
>>>> > > > > > > [INFO] Using this base directory for staging:
>>>> /usr/local/flume/flume/flume-ng-configuration/target/docs
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > >
>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>>> Session: Opened
>>>> > > > > > > [INFO] Pushing
>>>> /usr/local/flume/flume/flume-ng-configuration/target/site
>>>> > > > > > > [INFO] >>> to
>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
>>>> > > > > > >
>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>>> Session: Disconnecting
>>>> > > > > > >
>>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>>> Session: Disconnected
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>> (attach-descriptor) @ flume-ng-configuration ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>> (default) @ flume-ng-core ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>> (default-resources) @ flume-ng-core ---
>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>> /usr/local/flume/flume/flume-ng-core/src/main/resources
>>>> > > > > > > [INFO] Copying 3 resources
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>> (default-compile) @ flume-ng-core ---
>>>> > > > > > > [INFO] Compiling 88 source files to
>>>> /usr/local/flume/flume/flume-ng-core/target/classes
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>> (default-testResources) @ flume-ng-core ---
>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> > > > > > > [INFO] Copying 2 resources
>>>> > > > > > > [INFO] Copying 3 resources
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>> (default-testCompile) @ flume-ng-core ---
>>>> > > > > > > [INFO] Compiling 41 source files to
>>>> /usr/local/flume/flume/flume-ng-core/target/test-classes
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>>> flume-ng-core ---
>>>> > > > > > > [INFO] Tests are skipped.
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>> flume-ng-core ---
>>>> > > > > > > [INFO] Exclude: .git/
>>>> > > > > > > [INFO] Exclude: .gitignore
>>>> > > > > > > [INFO] Exclude: .repository/
>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>> flume-ng-core ---
>>>> > > > > > > [INFO] Building jar:
>>>> /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-core >>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>> 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-avro-source ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-core <<<
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-core ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>> flume-ng-core ---
>>>> > > > > > > [INFO] configuring report plugin
>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>> project URL: http://www.apache.org/flume-parent/flume-ng-core/
>>>> > > > > > > [INFO] Rendering site with
>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>> flume-ng-core ---
>>>> > > > > > > [INFO] Using this base directory for staging:
>>>> /usr/local/flume/flume/flume-ng-core/target/docs
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>>> Session: Opened
>>>> > > > > > > [INFO] Pushing
>>>> /usr/local/flume/flume/flume-ng-core/target/site
>>>> > > > > > > [INFO] >>> to
>>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>>> Session: Disconnecting
>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>>> Session: Disconnected
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>> (attach-descriptor) @ flume-ng-core ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>> (default) @ flume-ng-sinks ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>> flume-ng-sinks ---
>>>> > > > > > > [INFO] Exclude: .git/
>>>> > > > > > > [INFO] Exclude: .gitignore
>>>> > > > > > > [INFO] Exclude: .repository/
>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-sinks >>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>> 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-avro-source ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-sinks <<<
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-ng-sinks ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>> flume-ng-sinks ---
>>>> > > > > > > [INFO] configuring report plugin
>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>> project URL: http://www.apache.org/flume-parent/flume-ng-sinks/
>>>> > > > > > > [INFO] Rendering site with
>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>> flume-ng-sinks ---
>>>> > > > > > > [INFO] Using this base directory for staging:
>>>> /usr/local/flume/flume/flume-ng-sinks/target/docs
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>>>> Session: Opened
>>>> > > > > > > [INFO] Pushing
>>>> /usr/local/flume/flume/flume-ng-sinks/target/site
>>>> > > > > > > [INFO] >>> to
>>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>>>> Session: Disconnecting
>>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>>>> Session: Disconnected
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>> (attach-descriptor) @ flume-ng-sinks ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>> (default) @ flume-hdfs-sink ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>> (default-resources) @ flume-hdfs-sink ---
>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
>>>> > > > > > > [INFO] Copying 3 resources
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>> (default-compile) @ flume-hdfs-sink ---
>>>> > > > > > > [INFO] Compiling 11 source files to
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>> (default-testResources) @ flume-hdfs-sink ---
>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> > > > > > > [INFO] Copying 1 resource
>>>> > > > > > > [INFO] Copying 3 resources
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>> (default-testCompile) @ flume-hdfs-sink ---
>>>> > > > > > > [INFO] Compiling 8 source files to
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>>> flume-hdfs-sink ---
>>>> > > > > > > [INFO] Tests are skipped.
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>> flume-hdfs-sink ---
>>>> > > > > > > [INFO] Exclude: .git/
>>>> > > > > > > [INFO] Exclude: .gitignore
>>>> > > > > > > [INFO] Exclude: .repository/
>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>> flume-hdfs-sink ---
>>>> > > > > > > [INFO] Building jar:
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-hdfs-sink >>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>> 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-avro-source ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-hdfs-sink <<<
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-hdfs-sink ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>> flume-hdfs-sink ---
>>>> > > > > > > [INFO] configuring report plugin
>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>> project URL:
>>>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
>>>> > > > > > > [INFO] Rendering site with
>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>> flume-hdfs-sink ---
>>>> > > > > > > [INFO] Using this base directory for staging:
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > >
>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>>> Session: Opened
>>>> > > > > > > [INFO] Pushing
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
>>>> > > > > > > [INFO] >>> to
>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
>>>> > > > > > >
>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>>> Session: Disconnecting
>>>> > > > > > >
>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>>> Session: Disconnected
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>> (attach-descriptor) @ flume-hdfs-sink ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>> (default) @ flume-irc-sink ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>> (default-resources) @ flume-irc-sink ---
>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
>>>> > > > > > > [INFO] Copying 3 resources
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>> (default-compile) @ flume-irc-sink ---
>>>> > > > > > > [INFO] Compiling 1 source file to
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>>> (default-testResources) @ flume-irc-sink ---
>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
>>>> > > > > > > [INFO] Copying 3 resources
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>>> (default-testCompile) @ flume-irc-sink ---
>>>> > > > > > > [INFO] No sources to compile
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>>> flume-irc-sink ---
>>>> > > > > > > [INFO] Tests are skipped.
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>>> flume-irc-sink ---
>>>> > > > > > > [INFO] Exclude: .git/
>>>> > > > > > > [INFO] Exclude: .gitignore
>>>> > > > > > > [INFO] Exclude: .repository/
>>>> > > > > > > [INFO] Exclude: **/*.diff
>>>> > > > > > > [INFO] Exclude: **/*.patch
>>>> > > > > > > [INFO] Exclude: **/*.avsc
>>>> > > > > > > [INFO] Exclude: **/docs/**
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>>> flume-irc-sink ---
>>>> > > > > > > [INFO] Building jar:
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-irc-sink >>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-ng-sdk ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>>> 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>>> flume-avro-source ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-irc-sink <<<
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>>> at this point of the build but seem to be part of the reactor:
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] o
>>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>>> (compile)
>>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>>> "package"
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>>> (javadoc-jar) @ flume-irc-sink ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>>> flume-irc-sink ---
>>>> > > > > > > [INFO] configuring report plugin
>>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > > [INFO] Relativizing decoration links with respect to
>>>> project URL:
>>>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
>>>> > > > > > > [INFO] Rendering site with
>>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>>> > > > > > > [INFO] Generating "Project Team" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO] Generating "Project License" report ---
>>>> maven-project-info-reports-plugin:2.4
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>>> flume-irc-sink ---
>>>> > > > > > > [INFO] Using this base directory for staging:
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
>>>> > > > > > > [INFO] Parent project loaded from repository:
>>>> org.apache:apache:pom:9
>>>> > > > > > >
>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>>> Session: Opened
>>>> > > > > > > [INFO] Pushing
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
>>>> > > > > > > [INFO] >>> to
>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
>>>> > > > > > >
>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>>> Session: Disconnecting
>>>> > > > > > >
>>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>>> Session: Disconnected
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>>> (attach-descriptor) @ flume-irc-sink ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO] Building Flume NG HBase Sink
>>>> 1.2.0-incubating-SNAPSHOT
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>>> (default) @ flume-ng-hbase-sink ---
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>>> (default-resources) @ flume-ng-hbase-sink ---
>>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>>> > > > > > > [INFO] skip non existing resourceDirectory
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
>>>> > > > > > > [INFO] Copying 3 resources
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>>> (default-compile) @ flume-ng-hbase-sink ---
>>>> > > > > > > [INFO] Compiling 9 source files to
>>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
>>>> > > > > > > [INFO]
>>>> -------------------------------------------------------------
>>>> > > > > > > [ERROR] COMPILATION ERROR :
>>>> > > > > > > [INFO]
>>>> -------------------------------------------------------------
>>>> > > > > > > [ERROR] error: error reading
>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>> error in opening zip file
>>>> > > > > > > [INFO] 1 error
>>>> > > > > > > [INFO]
>>>> -------------------------------------------------------------
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO] Reactor Summary:
>>>> > > > > > > [INFO]
>>>> > > > > > > [INFO] Apache Flume ......................................
>>>> SUCCESS [1:28.043s]
>>>> > > > > > > [INFO] Flume NG SDK ......................................
>>>> SUCCESS [3.273s]
>>>> > > > > > > [INFO] Flume NG Configuration ............................
>>>> SUCCESS [1.581s]
>>>> > > > > > > [INFO] Flume NG Core .....................................
>>>> SUCCESS [3.324s]
>>>> > > > > > > [INFO] Flume NG Sinks ....................................
>>>> SUCCESS [0.822s]
>>>> > > > > > > [INFO] Flume NG HDFS Sink ................................
>>>> SUCCESS [2.084s]
>>>> > > > > > > [INFO] Flume NG IRC Sink .................................
>>>> SUCCESS [1.200s]
>>>> > > > > > > [INFO] Flume NG HBase Sink ...............................
>>>> FAILURE [0.693s]
>>>> > > > > > > [INFO] Flume NG Channels .................................
>>>> SKIPPED
>>>> > > > > > > [INFO] Flume NG JDBC channel .............................
>>>> SKIPPED
>>>> > > > > > > [INFO] Flume NG Node .....................................
>>>> SKIPPED
>>>> > > > > > > [INFO] Flume NG file-based channel .......................
>>>> SKIPPED
>>>> > > > > > > [INFO] Flume NG file backed Memory channel ...............
>>>> SKIPPED
>>>> > > > > > > [INFO] Flume legacy Sources ..............................
>>>> SKIPPED
>>>> > > > > > > [INFO] Flume legacy Avro source ..........................
>>>> SKIPPED
>>>> > > > > > > [INFO] Flume legacy Thrift Source ........................
>>>> SKIPPED
>>>> > > > > > > [INFO] Flume NG Clients ..................................
>>>> SKIPPED
>>>> > > > > > > [INFO] Flume NG Log4j Appender ...........................
>>>> SKIPPED
>>>> > > > > > > [INFO] Flume NG distribution .............................
>>>> SKIPPED
>>>> > > > > > > [INFO] Flume NG Integration Tests ........................
>>>> SKIPPED
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO] BUILD FAILURE
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [INFO] Total time: 1:41.476s
>>>> > > > > > > [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
>>>> > > > > > > [INFO] Final Memory: 96M/269M
>>>> > > > > > > [INFO]
>>>> ------------------------------------------------------------------------
>>>> > > > > > > [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>>> (default-compile) on project flume-ng-hbase-sink: Compilation failure
>>>> > > > > > > [ERROR] error: error reading
>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>> error in opening zip file
>>>> > > > > > > [ERROR] -> [Help 1]
>>>> > > > > > > [ERROR]
>>>> > > > > > > [ERROR] To see the full stack trace of the errors, re-run
>>>> Maven with the -e switch.
>>>> > > > > > > [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/MojoFailureException
>>>> > > > > > > [ERROR]
>>>> > > > > > > [ERROR] After correcting the problems, you can resume the
>>>> build with the command
>>>> > > > > > > [ERROR] mvn <goals> -rf :flume-ng-hbase-sink
>>>> > > > > > >
>>>> ====================================================================================================================================================================================
>>>> > > > > > >
>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# ls -lrt
>>>> > > > > > > total 140
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 conf
>>>> > > > > > > drwxr-xr-x 19 root root 4096 2012-06-22 12:05 src
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-node
>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:05
>>>> flume-ng-legacy-sources
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 contrib
>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-22 12:05
>>>> flume-ng-channels
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 bin
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05
>>>> flume-ng-clients
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-tests
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-dist
>>>> > > > > > > -rw-r--r-- 1 root root 1997 2012-06-22 12:05 RELEASE-NOTES
>>>> > > > > > > -rw-r--r-- 1 root root 1433 2012-06-22 12:05 README
>>>> > > > > > > -rw-r--r-- 1 root root 25221 2012-06-22 12:05 pom.xml
>>>> > > > > > > -rw-r--r-- 1 root root 249 2012-06-22 12:05 NOTICE
>>>> > > > > > > -rw-r--r-- 1 root root 11358 2012-06-22 12:05 LICENSE
>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:05 flume-ng-doc
>>>> > > > > > > -rw-r--r-- 1 root root 5559 2012-06-22 12:05 DEVNOTES
>>>> > > > > > > -rw-r--r-- 1 root root 9952 2012-06-22 12:05 CHANGELOG
>>>> > > > > > > -rw-r--r-- 1 root root 719 2012-06-22 12:05 DISCLAIMER
>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:06 flume-ng-sdk
>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 target
>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08
>>>> flume-ng-configuration
>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08 flume-ng-core
>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 flume-ng-sinks
>>>> > > > > > >
>>>> > > > > > >
>>>> > > > > > > In Reactor summary: Flume NG HBase Sink got failed.Due to
>>>> this Error: error reading
>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>>> error in opening zip file
>>>> > > > > > > I went back and see all the directories running as root
>>>> user only. all the directory output given as below.
>>>> > > > > > >
>>>> > > > > > >
>>>> > > > > > >
>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# who iam i
>>>> > > > > > > root pts/2 2012-06-20 15:19
>>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# cd
>>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
>>>> ls -lrt
>>>> > > > > > > total 20
>>>> > > > > > > -rw-r--r-- 1 root root 2717 2012-06-21 16:21
>>>> jruby-complete-1.6.5.pom
>>>> > > > > > > -rw-r--r-- 1 root root 40 2012-06-21 16:21
>>>> jruby-complete-1.6.5.pom.sha1
>>>> > > > > > > -rw-r--r-- 1 root root 262 2012-06-21 16:24
>>>> jruby-complete-1.6.5.jar
>>>> > > > > > > -rw-r--r-- 1 root root 203 2012-06-21 16:24
>>>> _maven.repositories
>>>> > > > > > > -rw-r--r-- 1 root root 1385 2012-06-21 16:24
>>>> jruby-complete-1.6.5.jar.lastUpdated
>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
>>>> cd ..
>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)#
>>>> ls -lrt
>>>> > > > > > > total 4
>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)#
>>>> cd ..
>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
>>>> root@md-trngpoc1:~/.m2/repository/org/jruby)# ls -lrt
>>>> > > > > > > total 12
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
>>>> root@md-trngpoc1:~/.m2/repository/org/jruby)# cd ..
>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:
>>>> root@md-trngpoc1:~/.m2/repository/org)# ls -lrt
>>>> > > > > > > total 76
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 xerial
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:17 hamcrest
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:18 mortbay
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:18 jboss
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 eclipse
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:20 schwering
>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 jruby
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 jamon
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 hbase
>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-21 16:21 slf4j
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:25 tukaani
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:26 mockito
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:26 objenesis
>>>> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:29 sonatype
>>>> > > > > > > drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 netbeans
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 tomdz
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:34 python
>>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:24 codehaus
>>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:
>>>> root@md-trngpoc1:~/.m2/repository/org)# cd ..
>>>> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)#
>>>> ls -lrt
>>>> > > > > > > total 184
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 junit
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 classworlds
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 commons-cli
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 doxia
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15
>>>> commons-collections
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:15 velocity
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-lang
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-io
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 oro
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15
>>>> commons-validator
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16
>>>> commons-digester
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16 xml-apis
>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:16 plexus
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:16 commons-logging
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 log4j
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 joda-time
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 xmlenc
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>>>> commons-httpclient
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-codec
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>>>> commons-configuration
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 logkit
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>>>> avalon-framework
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19
>>>> commons-beanutils
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-net
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 ant
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-el
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 net
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 hsqldb
>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 tomcat
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 stax
>>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 javax
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 asm
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-dbcp
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-pool
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 xerces
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 commons-chain
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 dom4j
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 sslext
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 antlr
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:31
>>>> backport-util-concurrent
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 jakarta-regexp
>>>> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:32 com
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:32 nekohtml
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 regexp
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 ch
>>>> > > > > > > drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
>>>> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)#
>>>> cd ..
>>>> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)# ls
>>>> -lrt -a
>>>> > > > > > > total 12
>>>> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 ..
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .
>>>> > > > > > > drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
>>>> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)# cd
>>>> ..
>>>> > > > > > > root@md-trngpoc1 (mailto:root@md-trngpoc1):~# ls -lrt -a
>>>> > > > > > > total 160
>>>> > > > > > > -rw-r--r-- 1 root root 140 2010-10-21 18:17 .profile
>>>> > > > > > > -rw------- 1 root root 256 2012-02-03 10:50 .pulse-cookie
>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 .nautilus
>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 Desktop
>>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:57 .dbus
>>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:58 .local
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-03 14:19 .subversion
>>>> > > > > > > drwxrwxrwx 6 root root 4096 2012-02-03 14:19 .config
>>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 14:20 .thumbnails
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-08 10:19 .java
>>>> > > > > > > drwxrwxrwx 3 root root 4096 2012-02-08 10:21 .pspdata
>>>> > > > > > > drwx------ 4 root root 4096 2012-02-08 15:19 .mozilla
>>>> > > > > > > drwx------ 2 root root 4096 2012-02-08 15:19 .gnome2_private
>>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-02-08 15:19 .icedtea
>>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-09 15:40 .gstreamer-0.10
>>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-02-21 13:24 .gnome2
>>>> > > > > > > drwx------ 3 root root 4096 2012-02-27 13:52 .synaptic
>>>> > > > > > > drwx------ 3 root root 4096 2012-03-01 08:56 .gconf
>>>> > > > > > > dr-x------ 2 root root 4096 2012-03-01 14:46 .gvfs
>>>> > > > > > > drwx------ 2 root root 4096 2012-03-01 15:35 .gconfd
>>>> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .icons ->
>>>> /home/virtusa/.icons/
>>>> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .fonts ->
>>>> /home/virtusa/.fonts/
>>>> > > > > > > lrwxrwxrwx 1 root root 22 2012-04-30 18:51 .themes ->
>>>> /home/virtusa/.themes/
>>>> > > > > > > drwx------ 2 root root 4096 2012-05-02 17:15 .cache
>>>> > > > > > > -rw------- 1 root root 58 2012-05-04 15:04 .lesshst
>>>> > > > > > > drwx------ 2 root root 4096 2012-05-07 18:31 .ssh
>>>> > > > > > > drwx------ 2 root root 4096 2012-05-07 21:22 .pulse
>>>> > > > > > > drwxr-xr-x 23 root root 4096 2012-05-17 17:50 ..
>>>> > > > > > > -rw-r--r-- 1 root root 3274 2012-05-17 17:53 .bashrc
>>>> > > > > > > drwx--x--x 2 root root 4096 2012-05-23 18:42 .splunk
>>>> > > > > > > -rw-r--r-- 1 root root 2015 2012-06-07 11:30 .hivehistory
>>>> > > > > > > -rw------- 1 root root 9973 2012-06-08 12:49 .viminfo
>>>> > > > > > > -rw------- 1 root root 28596 2012-06-20 15:19 .bash_history
>>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .m2
>>>> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 .
>>>> > > > > > >
>>>> > > > > > > I am struggling flume installation from past couple of
>>>> weeks, Could you please any one help me on this issue.
>>>> > > > > > >
>>>> > > > > > > Thanks,
>>>> > > > > > > Vijay
>>>> > > > > >
>>>> > > > >
>>>> > > >
>>>> > >
>>>> >
>>>>
>>>>
>>>>
>>>>
>>>
>>
>

Re: mvn package error

Posted by vijay k <k....@gmail.com>.
While testing the ./javadoc.sh script i am getting the following output.


root@md-trngpoc1:/usr/local/flume_dir/flume/target/site/apidocs#
./javadoc.sh
error: error reading
/root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
error in opening zip file
Loading source files for package org.apache.flume...
Loading source files for package org.apache.flume.api...
Loading source files for package org.apache.flume.event...
Loading source files for package org.apache.flume.util...
Loading source files for package org.apache.flume.source.avro...
Loading source files for package org.apache.flume.conf.channel...
Loading source files for package org.apache.flume.conf...
Loading source files for package org.apache.flume.conf.sink...
Loading source files for package org.apache.flume.conf.source...
Loading source files for package org.apache.flume.channel...
Loading source files for package org.apache.flume.sink...
Loading source files for package org.apache.flume.tools...
Loading source files for package org.apache.flume.client.avro...
Loading source files for package org.apache.flume.lifecycle...
Loading source files for package org.apache.flume.interceptor...
Loading source files for package org.apache.flume.formatter.output...
Loading source files for package org.apache.flume.source...
Loading source files for package org.apache.flume.serialization...
Loading source files for package org.apache.flume.sink.hdfs...
Loading source files for package org.apache.flume.sink.irc...
Loading source files for package org.apache.flume.sink.hbase...
Loading source files for package org.apache.flume.channel.jdbc...
Loading source files for package org.apache.flume.channel.jdbc.impl...
Loading source files for package org.apache.flume.conf.properties...
Loading source files for package org.apache.flume.conf.file...
Loading source files for package org.apache.flume.node...
Loading source files for package org.apache.flume.node.nodemanager...
Loading source files for package org.apache.flume.channel.file...
Loading source files for package
org.apache.flume.channel.recoverable.memory.wal...
Loading source files for package
org.apache.flume.channel.recoverable.memory...
Loading source files for package org.apache.flume.source.avroLegacy...
Loading source files for package com.cloudera.flume.handlers.avro...
Loading source files for package com.cloudera.flume.handlers.thrift...
Loading source files for package org.apache.flume.source.thriftLegacy...
Loading source files for package org.apache.flume.clients.log4jappender...
1 error


I have opend the jruby-complete-1.6.5.jar file and see the following
content the .jar file.



root@md-trngpoc1:/usr/local/flume_dir/flume/target/site/apidocs# more
/root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar
<HTML><BODY>  <h2>Attention!!!</h2><p>The file "jruby-complete-1.6.5.jar"
has been blocked.  The file is larger than the configured file size
limit.</p> <p>URL = repository.codehaus.org/org/jruby/j
ruby-complete/1.6.5/jruby-complete-1.6.5.jar</p> </BODY></HTML>


Please suggest how can i fix this issue?

Thanks,
Vijay


On Mon, Jun 25, 2012 at 7:08 PM, vijay k <k....@gmail.com> wrote:

> Hi All,
>
> I have run the #mvn package -DskipTests , still i am getting the same
> error on my terminal.
> root@md-trngpoc1:/usr/local/flume_dir/flume# mvn package -DskipTests
> [INFO] Scanning for projects...
> [WARNING]
> [WARNING] Some problems were encountered while building the effective
> model for org.apache.flume:flume-parent:pom:1.2.0-incubating-SNAPSHOT
> [WARNING] 'reporting.plugins.plugin.version' for
> org.tomdz.maven:sphinx-maven-plugin is missing. @ line 832, column 15
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they
> threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support
> building such malformed projects.
> [WARNING]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] Apache Flume
> [INFO] Flume NG SDK
> [INFO] Flume NG Configuration
> [INFO] Flume NG Core
> [INFO] Flume NG Sinks
> [INFO] Flume NG HDFS Sink
> [INFO] Flume NG IRC Sink
> [INFO] Flume NG HBase Sink
> [INFO] Flume NG Channels
> [INFO] Flume NG JDBC channel
> [INFO] Flume NG Node
> [INFO] Flume NG file-based channel
> [INFO] Flume NG file backed Memory channel
> [INFO] Flume legacy Sources
> [INFO] Flume legacy Avro source
> [INFO] Flume legacy Thrift Source
> [INFO] Flume NG Clients
> [INFO] Flume NG Log4j Appender
> [INFO] Flume NG distribution
> [INFO] Flume NG Integration Tests
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache Flume 1.2.0-incubating-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> flume-parent ---
> [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-parent ---
> [INFO] Exclude: .idea/
> [INFO] Exclude: **/*.iml
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-parent >>>
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
> ---
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-parent <<<
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-parent ---
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] IGNORED to add some artifacts in the classpath. See above.
> [WARNING] The dependency:
> [org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT] can't be
> resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] IGNORED to add some artifacts in the classpath. See above.
> [INFO]
> Loading source files for package org.apache.flume...
> Loading source files for package org.apache.flume.api...
> Loading source files for package org.apache.flume.event...
> Loading source files for package org.apache.flume.util...
> Loading source files for package org.apache.flume.source.avro...
> Loading source files for package org.apache.flume.conf.channel...
> Loading source files for package org.apache.flume.conf...
> Loading source files for package org.apache.flume.conf.sink...
> Loading source files for package org.apache.flume.conf.source...
> Loading source files for package org.apache.flume.channel...
> Loading source files for package org.apache.flume.sink...
> Loading source files for package org.apache.flume.tools...
> Loading source files for package org.apache.flume.client.avro...
> Loading source files for package org.apache.flume.lifecycle...
> Loading source files for package org.apache.flume.interceptor...
> Loading source files for package org.apache.flume.formatter.output...
> Loading source files for package org.apache.flume.source...
> Loading source files for package org.apache.flume.serialization...
> Loading source files for package org.apache.flume.sink.hdfs...
> Loading source files for package org.apache.flume.sink.irc...
> Loading source files for package org.apache.flume.sink.hbase...
> Loading source files for package org.apache.flume.channel.jdbc...
> Loading source files for package org.apache.flume.channel.jdbc.impl...
> Loading source files for package org.apache.flume.conf.properties...
> Loading source files for package org.apache.flume.conf.file...
> Loading source files for package org.apache.flume.node...
> Loading source files for package org.apache.flume.node.nodemanager...
> Loading source files for package org.apache.flume.channel.file...
> Loading source files for package
> org.apache.flume.channel.recoverable.memory.wal...
> Loading source files for package
> org.apache.flume.channel.recoverable.memory...
> Loading source files for package org.apache.flume.source.avroLegacy...
> Loading source files for package com.cloudera.flume.handlers.avro...
> Loading source files for package com.cloudera.flume.handlers.thrift...
> Loading source files for package org.apache.flume.source.thriftLegacy...
> Loading source files for package org.apache.flume.clients.log4jappender...
> 1 error
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Flume ...................................... FAILURE [4.062s]
> [INFO] Flume NG SDK ...................................... SKIPPED
> [INFO] Flume NG Configuration ............................ SKIPPED
> [INFO] Flume NG Core ..................................... SKIPPED
> [INFO] Flume NG Sinks .................................... SKIPPED
> [INFO] Flume NG HDFS Sink ................................ SKIPPED
> [INFO] Flume NG IRC Sink ................................. SKIPPED
> [INFO] Flume NG HBase Sink ............................... SKIPPED
> [INFO] Flume NG Channels ................................. SKIPPED
> [INFO] Flume NG JDBC channel ............................. SKIPPED
> [INFO] Flume NG Node ..................................... SKIPPED
> [INFO] Flume NG file-based channel ....................... SKIPPED
> [INFO] Flume NG file backed Memory channel ............... SKIPPED
> [INFO] Flume legacy Sources .............................. SKIPPED
> [INFO] Flume legacy Avro source .......................... SKIPPED
> [INFO] Flume legacy Thrift Source ........................ SKIPPED
> [INFO] Flume NG Clients .................................. SKIPPED
> [INFO] Flume NG Log4j Appender ........................... SKIPPED
> [INFO] Flume NG distribution ............................. SKIPPED
> [INFO] Flume NG Integration Tests ........................ SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 4.496s
> [INFO] Finished at: Mon Jun 25 18:33:05 IST 2012
> [INFO] Final Memory: 21M/322M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> on project flume-parent: An error has occurred in JavaDocs report
> generation:
> [ERROR] Exit code: 1 - error: error reading
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
> error in opening zip file
> [ERROR]
> [ERROR] Command line was:
> /usr/lib/jvm/java-6-sun-1.6.0.26/jre/../bin/javadoc @options @packages
> [ERROR]
> [ERROR] Refer to the generated Javadoc files in
> '/usr/local/flume_dir/flume/target/site/apidocs' dir.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [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
>
>
> Does someone has any hint or idea about that....I Have attached the full
> output
>
>
>
> Thanks,
> vijay
>
>
> On Mon, Jun 25, 2012 at 5:00 PM, vijay k <k....@gmail.com> wrote:
>
>> Hi Mike,
>>
>> I have run the # <%23root@md-trngpoc1:/usr/local/flume_dir/flume>mvn
>> clean install -DskipTests, I am getting the following output on terminal.
>>
>>
>> root@md-trngpoc1:/usr/local/flume_dir/flume# mvn clean install
>> -DskipTests
>> [INFO] Scanning for projects...
>> [WARNING]
>> [WARNING] Some problems were encountered while building the effective
>> model for org.apache.flume:flume-parent:pom:1.2.0-incubating-SNAPSHOT
>> [WARNING] 'reporting.plugins.plugin.version' for
>> org.tomdz.maven:sphinx-maven-plugin is missing. @ line 832, column 15
>> [WARNING]
>> [WARNING] It is highly recommended to fix these problems because they
>> threaten the stability of your build.
>> [WARNING]
>> [WARNING] For this reason, future Maven versions might no longer support
>> building such malformed projects.
>> [WARNING]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Build Order:
>> [INFO]
>> [INFO] Apache Flume
>> [INFO] Flume NG SDK
>> [INFO] Flume NG Configuration
>> [INFO] Flume NG Core
>> [INFO] Flume NG Sinks
>> [INFO] Flume NG HDFS Sink
>> [INFO] Flume NG IRC Sink
>> [INFO] Flume NG HBase Sink
>> [INFO] Flume NG Channels
>> [INFO] Flume NG JDBC channel
>> [INFO] Flume NG Node
>> [INFO] Flume NG file-based channel
>> [INFO] Flume NG file backed Memory channel
>> [INFO] Flume legacy Sources
>> [INFO] Flume legacy Avro source
>> [INFO] Flume legacy Thrift Source
>> [INFO] Flume NG Clients
>> [INFO] Flume NG Log4j Appender
>> [INFO] Flume NG distribution
>> [INFO] Flume NG Integration Tests
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Apache Flume 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ flume-parent
>> ---
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>> flume-parent ---
>> [INFO] Setting property: classpath.resource.loader.class =>
>> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
>> [INFO] Setting property: velocimacro.messages.on => 'false'.
>> [INFO] Setting property: resource.loader => 'classpath'.
>> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
>> [INFO]
>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-parent ---
>> [INFO] Exclude: .idea/
>> [INFO] Exclude: **/*.iml
>> [INFO] Exclude: .git/
>> [INFO] Exclude: .gitignore
>> [INFO] Exclude: .repository/
>> [INFO] Exclude: **/*.diff
>> [INFO] Exclude: **/*.patch
>> [INFO] Exclude: **/*.avsc
>> [INFO] Exclude: **/docs/**
>> [INFO]
>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-parent >>>
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>> ---
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> [INFO]
>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-parent <<<
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [INFO]
>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-parent ---
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>> [WARNING] The dependency:
>> [org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT] can't be
>> resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] The dependency:
>> [org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT]
>> can't be resolved but has been found in the reactor (probably snapshots).
>> This dependency has been excluded from the Javadoc classpath. You should
>> rerun javadoc after executing mvn install.
>> [WARNING] IGNORED to add some artifacts in the classpath. See above.
>> [INFO]
>> Loading source files for package org.apache.flume...
>> Loading source files for package org.apache.flume.api...
>> Loading source files for package org.apache.flume.event...
>> Loading source files for package org.apache.flume.util...
>> Loading source files for package org.apache.flume.source.avro...
>> Loading source files for package org.apache.flume.conf.channel...
>> Loading source files for package org.apache.flume.conf...
>> Loading source files for package org.apache.flume.conf.sink...
>> Loading source files for package org.apache.flume.conf.source...
>> Loading source files for package org.apache.flume.channel...
>> Loading source files for package org.apache.flume.sink...
>> Loading source files for package org.apache.flume.tools...
>> Loading source files for package org.apache.flume.client.avro...
>> Loading source files for package org.apache.flume.lifecycle...
>> Loading source files for package org.apache.flume.interceptor...
>> Loading source files for package org.apache.flume.formatter.output...
>> Loading source files for package org.apache.flume.source...
>> Loading source files for package org.apache.flume.serialization...
>> Loading source files for package org.apache.flume.sink.hdfs...
>> Loading source files for package org.apache.flume.sink.irc...
>> Loading source files for package org.apache.flume.sink.hbase...
>> Loading source files for package org.apache.flume.channel.jdbc...
>> Loading source files for package org.apache.flume.channel.jdbc.impl...
>> Loading source files for package org.apache.flume.conf.properties...
>> Loading source files for package org.apache.flume.conf.file...
>> Loading source files for package org.apache.flume.node...
>> Loading source files for package org.apache.flume.node.nodemanager...
>> Loading source files for package org.apache.flume.channel.file...
>> Loading source files for package
>> org.apache.flume.channel.recoverable.memory.wal...
>> Loading source files for package
>> org.apache.flume.channel.recoverable.memory...
>> Loading source files for package org.apache.flume.source.avroLegacy...
>> Loading source files for package com.cloudera.flume.handlers.avro...
>> Loading source files for package com.cloudera.flume.handlers.thrift...
>> Loading source files for package org.apache.flume.source.thriftLegacy...
>> Loading source files for package org.apache.flume.clients.log4jappender...
>> 1 error
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache Flume ...................................... FAILURE
>> [4.066s]
>> [INFO] Flume NG SDK ...................................... SKIPPED
>> [INFO] Flume NG Configuration ............................ SKIPPED
>> [INFO] Flume NG Core ..................................... SKIPPED
>> [INFO] Flume NG Sinks .................................... SKIPPED
>> [INFO] Flume NG HDFS Sink ................................ SKIPPED
>> [INFO] Flume NG IRC Sink ................................. SKIPPED
>> [INFO] Flume NG HBase Sink ............................... SKIPPED
>> [INFO] Flume NG Channels ................................. SKIPPED
>> [INFO] Flume NG JDBC channel ............................. SKIPPED
>> [INFO] Flume NG Node ..................................... SKIPPED
>> [INFO] Flume NG file-based channel ....................... SKIPPED
>> [INFO] Flume NG file backed Memory channel ............... SKIPPED
>> [INFO] Flume legacy Sources .............................. SKIPPED
>> [INFO] Flume legacy Avro source .......................... SKIPPED
>> [INFO] Flume legacy Thrift Source ........................ SKIPPED
>> [INFO] Flume NG Clients .................................. SKIPPED
>> [INFO] Flume NG Log4j Appender ........................... SKIPPED
>> [INFO] Flume NG distribution ............................. SKIPPED
>> [INFO] Flume NG Integration Tests ........................ SKIPPED
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 4.502s
>> [INFO] Finished at: Mon Jun 25 16:52:15 IST 2012
>> [INFO] Final Memory: 21M/322M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> on project flume-parent: An error has occurred in JavaDocs report
>> generation:
>> [ERROR] Exit code: 1 - error: error reading
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>> error in opening zip file
>> [ERROR]
>> [ERROR] Command line was:
>> /usr/lib/jvm/java-6-sun-1.6.0.26/jre/../bin/javadoc @options @packages
>> [ERROR]
>> [ERROR] Refer to the generated Javadoc files in
>> '/usr/local/flume_dir/flume/target/site/apidocs' dir.
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [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
>>
>>
>> =====================================================================================
>>
>> Please help me, I might be missing anything wrong?
>>
>> Thanks,
>> Vijay
>>
>>
>>
>>
>> On Mon, Jun 25, 2012 at 4:26 PM, Mike Percy <mp...@cloudera.com> wrote:
>>
>>> Try: mvn clean install -DskipTests
>>>
>>> Maybe install will work.
>>>
>>> Mike
>>>
>>>
>>> On Monday, June 25, 2012 at 3:53 AM, vijay k wrote:
>>>
>>> > Thanks for the reply.
>>> >
>>> > I have unzipped the mvn and added the path like as below.
>>> >
>>> > export M2_HOME=/usr/local/flume_dir/apache-maven-3.0.4
>>> > export M2=$M2_HOME/bin.
>>> > export PATH=$M2:$PATH.
>>> >
>>> >
>>> > I am getting the mvn version now, like as below.
>>> >
>>> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)#
>>> mvn --version
>>> > Apache Maven 3.0.4 (r1232337; 2012-01-17 14:14:56+0530)
>>> > Maven home: /usr/local/flume_dir/apache-maven-3.0.4
>>> > Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
>>> > Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre
>>> > Default locale: en_US, platform encoding: UTF-8
>>> > OS name: "linux", version: "2.6.38-14-generic", arch: "i386", family:
>>> "unix"
>>> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)#
>>> which mvn
>>> > /usr/local/flume_dir/apache-maven-3.0.4/bin/mvn
>>> >
>>> > I then run the #mvn package -DskipTests command, still am getting the
>>> same error.
>>> >
>>> > Thanks,
>>> > Vijay
>>> >
>>> > Please help me any suggestions?
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > On Mon, Jun 25, 2012 at 3:18 PM, Juhani Connolly <
>>> juhani_connolly@cyberagent.co.jp (mailto:
>>> juhani_connolly@cyberagent.co.jp)> wrote:
>>> > > If you've just decompressed mvn into some directory and just want to
>>> run it without interfering with the other users potential install of
>>> maven2, you could just add the binary directory to your path and then run
>>> it normally:
>>> > >
>>> > > e.g.
>>> > > $ export PATH=mymaven3/bin:$PATH
>>> > > $ cd flumedir
>>> > > # check the version is displaying correctly... you could also do
>>> "which mvn" to check it's looking at the right place
>>> > > $ mvn -version
>>> > > $ mvn package -DskipTests
>>> > > Beyond that it's going to depend on your distro, and your own
>>> personal preferences
>>> > >
>>> > > On 06/25/2012 06:12 PM, vijay k wrote:
>>> > > > Thanks for the reply.
>>> > > >
>>> > > > Yes, you are correct,
>>> > > > i did mvn -version getting like as below.
>>> > > > #mvn -version
>>> > > > The program 'mvn' is currently not installed. You can install it
>>> by typing:
>>> > > > apt-get install maven2
>>> > > >
>>> > > > Please let me know how to install maven 3.0.4 installation
>>> procedure. and what are the pre-requisite s/w needed for flume installation?
>>> > > >
>>> > > > Thanks,
>>> > > > Vijay
>>> > > >
>>> > > >
>>> > > > On Fri, Jun 22, 2012 at 9:24 PM, Ralph Goers <
>>> ralph.goers@dslextreme.com (mailto:ralph.goers@dslextreme.com)> wrote:
>>> > > > > Pinging 3 hours later unfortunately isn't helpful. As you can
>>> see, you are posting in the middle of the night when a lot of us are fast
>>> asleep.
>>> > > > >
>>> > > > > On Jun 22, 2012, at 3:39 AM, vijay k wrote:
>>> > > > > > I am waiting for your response on the below issue.
>>> > > > >
>>> > > > >
>>> > > > > You installed maven 3 in the parent directory and then just did
>>> "mvn" in the child? I suspect that if you do mvn -version you are going to
>>> get Maven 2 since you never added maven 3 to your path.
>>> > > > > >
>>> > > > > > On Fri, Jun 22, 2012 at 1:11 PM, vijay k <k.vijay52@gmail.com(mailto:
>>> k.vijay52@gmail.com)> wrote:
>>> > > > > > >
>>> > > > > > > Hello All Flume user list,
>>> > > > > > >
>>> > > > > > > Please help me out on the below issue.
>>> > > > > > >
>>> > > > > > > Step1:
>>> > > > > > > Installed maven3.x in flume_dir directory.
>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:
>>> root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
>>> > > > > > > total 4768
>>> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
>>> apache-maven-3.0.4-bin.tar.gz
>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36
>>> apache-maven-3.0.4
>>> > > > > > > Step2:
>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#git (mailto:
>>> root@md-trngpoc1:/usr/local/flume_dir#git) clone git://
>>> git.apache.org/flume.git (http://git.apache.org/flume.git)
>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:
>>> root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
>>> > > > > > > total 4768
>>> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
>>> apache-maven-3.0.4-bin.tar.gz
>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36
>>> apache-maven-3.0.4
>>> > > > > > > drwxr-xr-x 18 root root 4096 2012-06-22 12:31 flume
>>> > > > > > > Step3:
>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#cd (mailto:
>>> root@md-trngpoc1:/usr/local/flume_dir#cd) flume
>>> > > > > > > Step4:
>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume#mvn (mailto:
>>> root@md-trngpoc1:/usr/local/flume_dir/flume#mvn) package -DskipTests
>>> > > > > > > While running the step4, I am getting the following output.
>>> > > > > > >
>>> > > > > > >
>>> > > > > > >
>>> =================================================================================================================================================================================
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
>>> package com.google.common.base does not exist
>>> > > > > > > [WARNING] import com.google.common.base.Preconditions;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
>>> package org.apache.hadoop.io.compress does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.io.compress.CompressionCodec;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>> > > > > > > [WARNING] location: interface
>>> org.apache.flume.sink.hdfs.HDFSWriter
>>> > > > > > > [WARNING] public void open(String filePath, CompressionCodec
>>> codec,
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionType
>>> > > > > > > [WARNING] location: interface
>>> org.apache.flume.sink.hdfs.HDFSWriter
>>> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt) throws
>>> IOException;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>> exist
>>> > > > > > > [WARNING] import org.apache.hadoop.io.Text;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>> exist
>>> > > > > > > [WARNING] import org.apache.hadoop.io.LongWritable;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class Text
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>> > > > > > > [WARNING] private Text makeText(Event e) {
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class LongWritable
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>> > > > > > > [WARNING] public Class<LongWritable> getKeyClass() {
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class Text
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>>> > > > > > > [WARNING] public Class<Text> getValueClass() {
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
>>> package org.apache.hadoop.conf does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
>>> package org.apache.hadoop.fs does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
>>> package org.apache.hadoop.fs does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
>>> package org.apache.hadoop.fs does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
>>> package org.apache.hadoop.io.compress does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.io.compress.CompressionCodec;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class FSDataOutputStream
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>> > > > > > > [WARNING] private FSDataOutputStream outStream;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>> > > > > > > [WARNING] public void open(String filePath, CompressionCodec
>>> codec,
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionType
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSDataStream
>>> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt) throws
>>> IOException {
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
>>> package org.apache.hadoop.conf does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
>>> package org.apache.hadoop.fs does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
>>> package org.apache.hadoop.fs does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
>>> package org.apache.hadoop.fs does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
>>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>>> exist
>>> > > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
>>> package org.apache.hadoop.io.compress does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.io.compress.CompressionCodec;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
>>> package SequenceFile does not exist
>>> > > > > > > [WARNING] private SequenceFile.Writer writer;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSSequenceFile
>>> > > > > > > [WARNING] public void open(String filePath, CompressionCodec
>>> codeC,
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionType
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSSequenceFile
>>> > > > > > > [WARNING] CompressionType compType, FlumeFormatter fmt)
>>> throws IOException {
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
>>> package org.apache.hadoop.conf does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
>>> package org.apache.hadoop.io.compress does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.io.compress.CompressionCodec;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
>>> package org.apache.hadoop.io.compress does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.io.compress.CompressionCodecFactory;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
>>> package org.apache.hadoop.security does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.security.SecurityUtil;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
>>> package org.apache.hadoop.security does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.security.UserGroupInformation;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
>>> package org.apache.hadoop.security.UserGroupInformation does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
>>> package com.google.common.base does not exist
>>> > > > > > > [WARNING] import com.google.common.base.Preconditions;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
>>> package com.google.common.collect does not exist
>>> > > > > > > [WARNING] import com.google.common.collect.Lists;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
>>> package com.google.common.util.concurrent does not exist
>>> > > > > > > [WARNING] import
>>> com.google.common.util.concurrent.ThreadFactoryBuilder;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
>>> package org.apache.hadoop.conf does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
>>> package org.apache.hadoop.fs does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
>>> package org.apache.hadoop.fs does not exist
>>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.io.SequenceFile.CompressionType;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
>>> package org.apache.hadoop.io.compress does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.io.compress.CompressionCodec;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
>>> package org.apache.hadoop.security does not exist
>>> > > > > > > [WARNING] import
>>> org.apache.hadoop.security.UserGroupInformation;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>> > > > > > > [WARNING] private CompressionCodec codeC;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionType
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>> > > > > > > [WARNING] private CompressionType compType;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>> > > > > > > [WARNING] private UserGroupInformation proxyTicket;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>> > > > > > > [WARNING] private static boolean codecMatches(Class<?
>>> extends CompressionCodec> cls,
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>> > > > > > > [WARNING] private static CompressionCodec getCodec(String
>>> codecName) {
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.HDFSEventSink
>>> > > > > > > [WARNING] private static synchronized UserGroupInformation
>>> kerberosLogin(
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.BucketWriter
>>> > > > > > > [WARNING] private final CompressionCodec codeC;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionType
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.BucketWriter
>>> > > > > > > [WARNING] private final CompressionType compType;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class UserGroupInformation
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.BucketWriter
>>> > > > > > > [WARNING] private final UserGroupInformation user;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class FileSystem
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.BucketWriter
>>> > > > > > > [WARNING] private FileSystem fileSystem;
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
>>> cannot find symbol
>>> > > > > > > [WARNING] symbol : class CompressionCodec
>>> > > > > > > [WARNING] location: class
>>> org.apache.flume.sink.hdfs.BucketWriter
>>> > > > > > > [WARNING] Context context, String filePath, CompressionCodec
>>> codeC,
>>> > > > > > > [WARNING] ^
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>> warning - @return tag has no arguments.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>> warning - @return tag has no arguments.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>> warning - @return tag has no arguments.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>> warning - @return tag cannot be used in method with void return type.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>> warning - @return tag cannot be used in method with void return type.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>> warning - @return tag cannot be used in method with void return type.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
>>> warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used
>>> in constants.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
>>> warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can
>>> only be used in constants.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
>>> warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can
>>> only be used in constants.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
>>> warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be
>>> used in constants.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>> warning - Tag @link: reference not found: RPCClient
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>> getDefaultInstance(String, Integer)"
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>> warning - Tag @link: can't find getDefaultInstance() in
>>> org.apache.flume.api.RpcClientFactory
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>> getDefaultInstance(String, Integer, Integer)"
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>> warning - Tag @link: can't find getDefaultInstance() in
>>> org.apache.flume.api.RpcClientFactory
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
>>> warning - Tag @see: reference not found:
>>> org.apache.flume.api.NettyAvroClient
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
>>> warning - @return tag has no arguments.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
>>> warning - Tag @see: reference not found: FileChannel
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
>>> warning - Tag @see: reference not found: MemoryChannel
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
>>> warning - Tag @see: reference not found: NullSink
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
>>> warning - Tag @see: reference not found: LoggerSink
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
>>> warning - Tag @see: reference not found: RollingFileSink
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
>>> warning - Tag @see: reference not found: AvroSink
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
>>> warning - Tag @see: reference not found: FailoverSinkProcessor
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
>>> warning - Tag @see: reference not found: DefaultSinkProcessor
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
>>> warning - Tag @see: reference not found: NullSink
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
>>> warning - Tag @see: reference not found: LoggerSink
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
>>> warning - Tag @see: reference not found: RollingFileSink
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
>>> warning - Tag @see: reference not found: AvroSink
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
>>> warning - Tag @see: reference not found: NetcatSource
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
>>> warning - Tag @see: reference not found: ExecSource
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
>>> warning - Tag @see: reference not found: AvroSource
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
>>> warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>> warning - @Override is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>> warning - @Override is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>> warning - @Override is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
>>> warning - @return tag has no arguments.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
>>> warning - @return tag has no arguments.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
>>> warning - @return tag has no arguments.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
>>> warning - Tag @link: reference not found: PollableSource.Status
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
>>> warning - Tag @link: missing '#': "beforeClose()"
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
>>> warning - @return tag has no arguments.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
>>> warning - @param argument "Event" is not a parameter name.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
>>> warning - @param argument "Event" is not a parameter name.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
>>> warning - Tag @link: reference not found: HBaseEventSerializer
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
>>> warning - @return tag has no arguments.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
>>> warning - @param argument "properties" is not a parameter name.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
>>> warning - @return tag has no arguments.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
>>> warning - @param argument "connection" is not a parameter name.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
>>> warning - @param argument "connection" is not a parameter name.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>> warning - Tag @link: reference not found: RPCClient
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>> warning - Tag @link: reference not found: RPCClient
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> > > > > > > [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>> flume-parent ---
>>> > > > > > > [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] configuring report plugin
>>> org.tomdz.maven:sphinx-maven-plugin:1.0.2
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > > [INFO] Relativizing decoration links with respect to project
>>> URL: http://www.apache.org/flume-parent/
>>> > > > > > > [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> > > > > > > [INFO] Generating "Project Team" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Project License" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Documentation via sphinx" report ---
>>> sphinx-maven-plugin:1.0.2
>>> > > > > > > [INFO] Unpacking sphinx to
>>> /usr/local/flume/flume/target/sphinx
>>> > > > > > > [INFO] Running sphinx on
>>> /usr/local/flume/flume/flume-ng-doc/sphinx, output will be placed in
>>> /usr/local/flume/flume/target/site
>>> > > > > > > Running Sphinx v1.1.2
>>> > > > > > > loading pickled environment... not yet created
>>> > > > > > > building [html]: targets for 3 source files that are out of
>>> date
>>> > > > > > > updating environment: 3 added, 0 changed, 0 removed
>>> > > > > > > reading sources... [ 33%] FlumeDeveloperGuide
>>> > > > > > > reading sources... [ 66%] FlumeUserGuide
>>> > > > > > > reading sources... [100%] index
>>> > > > > > > looking for now-outdated files... none found
>>> > > > > > > pickling environment... done
>>> > > > > > > checking consistency... done
>>> > > > > > > preparing documents... done
>>> > > > > > > writing output... [ 33%] FlumeDeveloperGuide
>>> > > > > > > writing output... [ 66%] FlumeUserGuide
>>> > > > > > > writing output... [100%] index
>>> > > > > > > writing additional files... genindex search
>>> > > > > > > copying images... [ 16%] images/DevGuide_image00.png
>>> > > > > > > copying images... [ 33%] images/DevGuide_image01.png
>>> > > > > > > copying images... [ 50%] images/UserGuide_image03.png
>>> > > > > > > copying images... [ 66%] images/UserGuide_image02.png
>>> > > > > > > copying images... [ 83%] images/UserGuide_image01.png
>>> > > > > > > copying images... [100%] images/UserGuide_image00.png
>>> > > > > > > copying static files... done
>>> > > > > > > dumping search index... done
>>> > > > > > > dumping object inventory... done
>>> > > > > > > build succeeded, 2 warnings.
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-parent ---
>>> > > > > > > [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/target/docs
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session: Opened
>>> > > > > > > [INFO] Pushing /usr/local/flume/flume/target/site
>>> > > > > > > [INFO] >>> to file:///usr/local/flume/flume/target/docs/./
>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>>> Disconnecting
>>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>>> Disconnected
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>> (attach-descriptor) @ flume-parent ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>> (default) @ flume-ng-sdk ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>> (default-resources) @ flume-ng-sdk ---
>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> > > > > > > [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/resources
>>> > > > > > > [INFO] Copying 3 resources
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>> (default-compile) @ flume-ng-sdk ---
>>> > > > > > > [INFO] Compiling 17 source files to
>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- paranamer-maven-plugin:2.3:generate (run) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO] Generating parameter names from
>>> /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to
>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-ng-sdk ---
>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> > > > > > > [INFO] Copying 1 resource
>>> > > > > > > [INFO] Copying 3 resources
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>> (default-testCompile) @ flume-ng-sdk ---
>>> > > > > > > [INFO] Compiling 6 source files to
>>> /usr/local/flume/flume/flume-ng-sdk/target/test-classes
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO] Tests are skipped.
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO] Exclude: .git/
>>> > > > > > > [INFO] Exclude: .gitignore
>>> > > > > > > [INFO] Exclude: .repository/
>>> > > > > > > [INFO] Exclude: **/*.diff
>>> > > > > > > [INFO] Exclude: **/*.patch
>>> > > > > > > [INFO] Exclude: **/*.avsc
>>> > > > > > > [INFO] Exclude: **/docs/**
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-sdk >>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>> 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-sdk <<<
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-sdk ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > > [INFO] Relativizing decoration links with respect to project
>>> URL: http://www.apache.org/flume-parent/flume-ng-sdk/
>>> > > > > > > [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> > > > > > > [INFO] Generating "Project Team" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Project License" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sdk/target/docs
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>> Session: Opened
>>> > > > > > > [INFO] Pushing
>>> /usr/local/flume/flume/flume-ng-sdk/target/site
>>> > > > > > > [INFO] >>> to
>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>> Session: Disconnecting
>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>> Session: Disconnected
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>> (attach-descriptor) @ flume-ng-sdk ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO] Building Flume NG Configuration
>>> 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>> (default) @ flume-ng-configuration ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>> (default-resources) @ flume-ng-configuration ---
>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> > > > > > > [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/resources
>>> > > > > > > [INFO] Copying 3 resources
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>> (default-compile) @ flume-ng-configuration ---
>>> > > > > > > [INFO] Compiling 19 source files to
>>> /usr/local/flume/flume/flume-ng-configuration/target/classes
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-ng-configuration ---
>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> > > > > > > [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-configuration/src/test/resources
>>> > > > > > > [INFO] Copying 3 resources
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>> (default-testCompile) @ flume-ng-configuration ---
>>> > > > > > > [INFO] No sources to compile
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-ng-configuration ---
>>> > > > > > > [INFO] Tests are skipped.
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>> flume-ng-configuration ---
>>> > > > > > > [INFO] Exclude: .git/
>>> > > > > > > [INFO] Exclude: .gitignore
>>> > > > > > > [INFO] Exclude: .repository/
>>> > > > > > > [INFO] Exclude: **/*.diff
>>> > > > > > > [INFO] Exclude: **/*.patch
>>> > > > > > > [INFO] Exclude: **/*.avsc
>>> > > > > > > [INFO] Exclude: **/docs/**
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>> flume-ng-configuration ---
>>> > > > > > > [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-configuration >>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>> 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-configuration <<<
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-configuration ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>> flume-ng-configuration ---
>>> > > > > > > [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > > [INFO] Relativizing decoration links with respect to project
>>> URL: http://www.apache.org/flume-parent/flume-ng-configuration/
>>> > > > > > > [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> > > > > > > [INFO] Generating "Project Team" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Project License" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-ng-configuration ---
>>> > > > > > > [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-configuration/target/docs
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > >
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>> Session: Opened
>>> > > > > > > [INFO] Pushing
>>> /usr/local/flume/flume/flume-ng-configuration/target/site
>>> > > > > > > [INFO] >>> to
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
>>> > > > > > >
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>> Session: Disconnecting
>>> > > > > > >
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>> Session: Disconnected
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>> (attach-descriptor) @ flume-ng-configuration ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>> (default) @ flume-ng-core ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>> (default-resources) @ flume-ng-core ---
>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> > > > > > > [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-core/src/main/resources
>>> > > > > > > [INFO] Copying 3 resources
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>> (default-compile) @ flume-ng-core ---
>>> > > > > > > [INFO] Compiling 88 source files to
>>> /usr/local/flume/flume/flume-ng-core/target/classes
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-ng-core ---
>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> > > > > > > [INFO] Copying 2 resources
>>> > > > > > > [INFO] Copying 3 resources
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>> (default-testCompile) @ flume-ng-core ---
>>> > > > > > > [INFO] Compiling 41 source files to
>>> /usr/local/flume/flume/flume-ng-core/target/test-classes
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-ng-core ---
>>> > > > > > > [INFO] Tests are skipped.
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>> flume-ng-core ---
>>> > > > > > > [INFO] Exclude: .git/
>>> > > > > > > [INFO] Exclude: .gitignore
>>> > > > > > > [INFO] Exclude: .repository/
>>> > > > > > > [INFO] Exclude: **/*.diff
>>> > > > > > > [INFO] Exclude: **/*.patch
>>> > > > > > > [INFO] Exclude: **/*.avsc
>>> > > > > > > [INFO] Exclude: **/docs/**
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>> flume-ng-core ---
>>> > > > > > > [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-core >>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>> 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-core <<<
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-core ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>> flume-ng-core ---
>>> > > > > > > [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > > [INFO] Relativizing decoration links with respect to project
>>> URL: http://www.apache.org/flume-parent/flume-ng-core/
>>> > > > > > > [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> > > > > > > [INFO] Generating "Project Team" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Project License" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-ng-core ---
>>> > > > > > > [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-core/target/docs
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>> Session: Opened
>>> > > > > > > [INFO] Pushing
>>> /usr/local/flume/flume/flume-ng-core/target/site
>>> > > > > > > [INFO] >>> to
>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>> Session: Disconnecting
>>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>> Session: Disconnected
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>> (attach-descriptor) @ flume-ng-core ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>> (default) @ flume-ng-sinks ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>> flume-ng-sinks ---
>>> > > > > > > [INFO] Exclude: .git/
>>> > > > > > > [INFO] Exclude: .gitignore
>>> > > > > > > [INFO] Exclude: .repository/
>>> > > > > > > [INFO] Exclude: **/*.diff
>>> > > > > > > [INFO] Exclude: **/*.patch
>>> > > > > > > [INFO] Exclude: **/*.avsc
>>> > > > > > > [INFO] Exclude: **/docs/**
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-sinks >>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>> 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-sinks <<<
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-ng-sinks ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>> flume-ng-sinks ---
>>> > > > > > > [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > > [INFO] Relativizing decoration links with respect to project
>>> URL: http://www.apache.org/flume-parent/flume-ng-sinks/
>>> > > > > > > [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> > > > > > > [INFO] Generating "Project Team" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Project License" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-ng-sinks ---
>>> > > > > > > [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sinks/target/docs
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>>> Session: Opened
>>> > > > > > > [INFO] Pushing
>>> /usr/local/flume/flume/flume-ng-sinks/target/site
>>> > > > > > > [INFO] >>> to
>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>>> Session: Disconnecting
>>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>>> Session: Disconnected
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>> (attach-descriptor) @ flume-ng-sinks ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>> (default) @ flume-hdfs-sink ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>> (default-resources) @ flume-hdfs-sink ---
>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> > > > > > > [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
>>> > > > > > > [INFO] Copying 3 resources
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>> (default-compile) @ flume-hdfs-sink ---
>>> > > > > > > [INFO] Compiling 11 source files to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-hdfs-sink ---
>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> > > > > > > [INFO] Copying 1 resource
>>> > > > > > > [INFO] Copying 3 resources
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>> (default-testCompile) @ flume-hdfs-sink ---
>>> > > > > > > [INFO] Compiling 8 source files to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-hdfs-sink ---
>>> > > > > > > [INFO] Tests are skipped.
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>> flume-hdfs-sink ---
>>> > > > > > > [INFO] Exclude: .git/
>>> > > > > > > [INFO] Exclude: .gitignore
>>> > > > > > > [INFO] Exclude: .repository/
>>> > > > > > > [INFO] Exclude: **/*.diff
>>> > > > > > > [INFO] Exclude: **/*.patch
>>> > > > > > > [INFO] Exclude: **/*.avsc
>>> > > > > > > [INFO] Exclude: **/docs/**
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>> flume-hdfs-sink ---
>>> > > > > > > [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-hdfs-sink >>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>> 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-hdfs-sink <<<
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-hdfs-sink ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>> flume-hdfs-sink ---
>>> > > > > > > [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > > [INFO] Relativizing decoration links with respect to project
>>> URL: http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
>>> > > > > > > [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> > > > > > > [INFO] Generating "Project Team" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Project License" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-hdfs-sink ---
>>> > > > > > > [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > >
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>> Session: Opened
>>> > > > > > > [INFO] Pushing
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
>>> > > > > > > [INFO] >>> to
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
>>> > > > > > >
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>> Session: Disconnecting
>>> > > > > > >
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>>> Session: Disconnected
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>> (attach-descriptor) @ flume-hdfs-sink ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>> (default) @ flume-irc-sink ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>> (default-resources) @ flume-irc-sink ---
>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> > > > > > > [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
>>> > > > > > > [INFO] Copying 3 resources
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>> (default-compile) @ flume-irc-sink ---
>>> > > > > > > [INFO] Compiling 1 source file to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-irc-sink ---
>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> > > > > > > [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
>>> > > > > > > [INFO] Copying 3 resources
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>> (default-testCompile) @ flume-irc-sink ---
>>> > > > > > > [INFO] No sources to compile
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-irc-sink ---
>>> > > > > > > [INFO] Tests are skipped.
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>> flume-irc-sink ---
>>> > > > > > > [INFO] Exclude: .git/
>>> > > > > > > [INFO] Exclude: .gitignore
>>> > > > > > > [INFO] Exclude: .repository/
>>> > > > > > > [INFO] Exclude: **/*.diff
>>> > > > > > > [INFO] Exclude: **/*.patch
>>> > > > > > > [INFO] Exclude: **/*.avsc
>>> > > > > > > [INFO] Exclude: **/docs/**
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>> flume-irc-sink ---
>>> > > > > > > [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-irc-sink >>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-ng-sdk ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO] Forking Flume legacy Avro source
>>> 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-irc-sink <<<
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [WARNING] The following dependencies could not be resolved
>>> at this point of the build but seem to be part of the reactor:
>>> > > > > > > [WARNING] o
>>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>>> "package"
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate
>>> (javadoc-jar) @ flume-irc-sink ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>> flume-irc-sink ---
>>> > > > > > > [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > > [INFO] Relativizing decoration links with respect to project
>>> URL: http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
>>> > > > > > > [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> > > > > > > [INFO] Generating "Project Team" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO] Generating "Project License" report ---
>>> maven-project-info-reports-plugin:2.4
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-irc-sink ---
>>> > > > > > > [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
>>> > > > > > > [INFO] Parent project loaded from repository:
>>> org.apache:apache:pom:9
>>> > > > > > >
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>> Session: Opened
>>> > > > > > > [INFO] Pushing
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
>>> > > > > > > [INFO] >>> to
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
>>> > > > > > >
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>> Session: Disconnecting
>>> > > > > > >
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>>> Session: Disconnected
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>> (attach-descriptor) @ flume-irc-sink ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO] Building Flume NG HBase Sink 1.2.0-incubating-SNAPSHOT
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>>> (default) @ flume-ng-hbase-sink ---
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>>> (default-resources) @ flume-ng-hbase-sink ---
>>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> > > > > > > [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
>>> > > > > > > [INFO] Copying 3 resources
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>>> (default-compile) @ flume-ng-hbase-sink ---
>>> > > > > > > [INFO] Compiling 9 source files to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
>>> > > > > > > [INFO]
>>> -------------------------------------------------------------
>>> > > > > > > [ERROR] COMPILATION ERROR :
>>> > > > > > > [INFO]
>>> -------------------------------------------------------------
>>> > > > > > > [ERROR] error: error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>> > > > > > > [INFO] 1 error
>>> > > > > > > [INFO]
>>> -------------------------------------------------------------
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO] Reactor Summary:
>>> > > > > > > [INFO]
>>> > > > > > > [INFO] Apache Flume ......................................
>>> SUCCESS [1:28.043s]
>>> > > > > > > [INFO] Flume NG SDK ......................................
>>> SUCCESS [3.273s]
>>> > > > > > > [INFO] Flume NG Configuration ............................
>>> SUCCESS [1.581s]
>>> > > > > > > [INFO] Flume NG Core .....................................
>>> SUCCESS [3.324s]
>>> > > > > > > [INFO] Flume NG Sinks ....................................
>>> SUCCESS [0.822s]
>>> > > > > > > [INFO] Flume NG HDFS Sink ................................
>>> SUCCESS [2.084s]
>>> > > > > > > [INFO] Flume NG IRC Sink .................................
>>> SUCCESS [1.200s]
>>> > > > > > > [INFO] Flume NG HBase Sink ...............................
>>> FAILURE [0.693s]
>>> > > > > > > [INFO] Flume NG Channels .................................
>>> SKIPPED
>>> > > > > > > [INFO] Flume NG JDBC channel .............................
>>> SKIPPED
>>> > > > > > > [INFO] Flume NG Node .....................................
>>> SKIPPED
>>> > > > > > > [INFO] Flume NG file-based channel .......................
>>> SKIPPED
>>> > > > > > > [INFO] Flume NG file backed Memory channel ...............
>>> SKIPPED
>>> > > > > > > [INFO] Flume legacy Sources ..............................
>>> SKIPPED
>>> > > > > > > [INFO] Flume legacy Avro source ..........................
>>> SKIPPED
>>> > > > > > > [INFO] Flume legacy Thrift Source ........................
>>> SKIPPED
>>> > > > > > > [INFO] Flume NG Clients ..................................
>>> SKIPPED
>>> > > > > > > [INFO] Flume NG Log4j Appender ...........................
>>> SKIPPED
>>> > > > > > > [INFO] Flume NG distribution .............................
>>> SKIPPED
>>> > > > > > > [INFO] Flume NG Integration Tests ........................
>>> SKIPPED
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO] BUILD FAILURE
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [INFO] Total time: 1:41.476s
>>> > > > > > > [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
>>> > > > > > > [INFO] Final Memory: 96M/269M
>>> > > > > > > [INFO]
>>> ------------------------------------------------------------------------
>>> > > > > > > [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>> (default-compile) on project flume-ng-hbase-sink: Compilation failure
>>> > > > > > > [ERROR] error: error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>> > > > > > > [ERROR] -> [Help 1]
>>> > > > > > > [ERROR]
>>> > > > > > > [ERROR] To see the full stack trace of the errors, re-run
>>> Maven with the -e switch.
>>> > > > > > > [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/MojoFailureException
>>> > > > > > > [ERROR]
>>> > > > > > > [ERROR] After correcting the problems, you can resume the
>>> build with the command
>>> > > > > > > [ERROR] mvn <goals> -rf :flume-ng-hbase-sink
>>> > > > > > >
>>> ====================================================================================================================================================================================
>>> > > > > > >
>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# ls -lrt
>>> > > > > > > total 140
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 conf
>>> > > > > > > drwxr-xr-x 19 root root 4096 2012-06-22 12:05 src
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-node
>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:05
>>> flume-ng-legacy-sources
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 contrib
>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-22 12:05
>>> flume-ng-channels
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 bin
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-clients
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-tests
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-dist
>>> > > > > > > -rw-r--r-- 1 root root 1997 2012-06-22 12:05 RELEASE-NOTES
>>> > > > > > > -rw-r--r-- 1 root root 1433 2012-06-22 12:05 README
>>> > > > > > > -rw-r--r-- 1 root root 25221 2012-06-22 12:05 pom.xml
>>> > > > > > > -rw-r--r-- 1 root root 249 2012-06-22 12:05 NOTICE
>>> > > > > > > -rw-r--r-- 1 root root 11358 2012-06-22 12:05 LICENSE
>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:05 flume-ng-doc
>>> > > > > > > -rw-r--r-- 1 root root 5559 2012-06-22 12:05 DEVNOTES
>>> > > > > > > -rw-r--r-- 1 root root 9952 2012-06-22 12:05 CHANGELOG
>>> > > > > > > -rw-r--r-- 1 root root 719 2012-06-22 12:05 DISCLAIMER
>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:06 flume-ng-sdk
>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 target
>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08
>>> flume-ng-configuration
>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08 flume-ng-core
>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 flume-ng-sinks
>>> > > > > > >
>>> > > > > > >
>>> > > > > > > In Reactor summary: Flume NG HBase Sink got failed.Due to
>>> this Error: error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>> > > > > > > I went back and see all the directories running as root user
>>> only. all the directory output given as below.
>>> > > > > > >
>>> > > > > > >
>>> > > > > > >
>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# who iam i
>>> > > > > > > root pts/2 2012-06-20 15:19
>>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>>> root@md-trngpoc1:/usr/local/flume_dir/flume)# cd
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
>>> ls -lrt
>>> > > > > > > total 20
>>> > > > > > > -rw-r--r-- 1 root root 2717 2012-06-21 16:21
>>> jruby-complete-1.6.5.pom
>>> > > > > > > -rw-r--r-- 1 root root 40 2012-06-21 16:21
>>> jruby-complete-1.6.5.pom.sha1
>>> > > > > > > -rw-r--r-- 1 root root 262 2012-06-21 16:24
>>> jruby-complete-1.6.5.jar
>>> > > > > > > -rw-r--r-- 1 root root 203 2012-06-21 16:24
>>> _maven.repositories
>>> > > > > > > -rw-r--r-- 1 root root 1385 2012-06-21 16:24
>>> jruby-complete-1.6.5.jar.lastUpdated
>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
>>> cd ..
>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)# ls
>>> -lrt
>>> > > > > > > total 4
>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)# cd
>>> ..
>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
>>> root@md-trngpoc1:~/.m2/repository/org/jruby)# ls -lrt
>>> > > > > > > total 12
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
>>> root@md-trngpoc1:~/.m2/repository/org/jruby)# cd ..
>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:
>>> root@md-trngpoc1:~/.m2/repository/org)# ls -lrt
>>> > > > > > > total 76
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 xerial
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:17 hamcrest
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:18 mortbay
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:18 jboss
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 eclipse
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:20 schwering
>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 jruby
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 jamon
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 hbase
>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-21 16:21 slf4j
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:25 tukaani
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:26 mockito
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:26 objenesis
>>> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:29 sonatype
>>> > > > > > > drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 netbeans
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 tomdz
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:34 python
>>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:24 codehaus
>>> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:
>>> root@md-trngpoc1:~/.m2/repository/org)# cd ..
>>> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)#
>>> ls -lrt
>>> > > > > > > total 184
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 junit
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 classworlds
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 commons-cli
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 doxia
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15
>>> commons-collections
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:15 velocity
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-lang
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-io
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 oro
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15
>>> commons-validator
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16 commons-digester
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16 xml-apis
>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:16 plexus
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:16 commons-logging
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 log4j
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 joda-time
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 xmlenc
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>>> commons-httpclient
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-codec
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>>> commons-configuration
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 logkit
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 avalon-framework
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19
>>> commons-beanutils
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-net
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 ant
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-el
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 net
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 hsqldb
>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 tomcat
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 stax
>>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 javax
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 asm
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-dbcp
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-pool
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 xerces
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 commons-chain
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 dom4j
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 sslext
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 antlr
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:31
>>> backport-util-concurrent
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 jakarta-regexp
>>> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:32 com
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:32 nekohtml
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 regexp
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 ch
>>> > > > > > > drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
>>> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)#
>>> cd ..
>>> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)# ls
>>> -lrt -a
>>> > > > > > > total 12
>>> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 ..
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .
>>> > > > > > > drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
>>> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)# cd
>>> ..
>>> > > > > > > root@md-trngpoc1 (mailto:root@md-trngpoc1):~# ls -lrt -a
>>> > > > > > > total 160
>>> > > > > > > -rw-r--r-- 1 root root 140 2010-10-21 18:17 .profile
>>> > > > > > > -rw------- 1 root root 256 2012-02-03 10:50 .pulse-cookie
>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 .nautilus
>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 Desktop
>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:57 .dbus
>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:58 .local
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-03 14:19 .subversion
>>> > > > > > > drwxrwxrwx 6 root root 4096 2012-02-03 14:19 .config
>>> > > > > > > drwx------ 3 root root 4096 2012-02-03 14:20 .thumbnails
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-08 10:19 .java
>>> > > > > > > drwxrwxrwx 3 root root 4096 2012-02-08 10:21 .pspdata
>>> > > > > > > drwx------ 4 root root 4096 2012-02-08 15:19 .mozilla
>>> > > > > > > drwx------ 2 root root 4096 2012-02-08 15:19 .gnome2_private
>>> > > > > > > drwxr-xr-x 4 root root 4096 2012-02-08 15:19 .icedtea
>>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-09 15:40 .gstreamer-0.10
>>> > > > > > > drwxr-xr-x 6 root root 4096 2012-02-21 13:24 .gnome2
>>> > > > > > > drwx------ 3 root root 4096 2012-02-27 13:52 .synaptic
>>> > > > > > > drwx------ 3 root root 4096 2012-03-01 08:56 .gconf
>>> > > > > > > dr-x------ 2 root root 4096 2012-03-01 14:46 .gvfs
>>> > > > > > > drwx------ 2 root root 4096 2012-03-01 15:35 .gconfd
>>> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .icons ->
>>> /home/virtusa/.icons/
>>> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .fonts ->
>>> /home/virtusa/.fonts/
>>> > > > > > > lrwxrwxrwx 1 root root 22 2012-04-30 18:51 .themes ->
>>> /home/virtusa/.themes/
>>> > > > > > > drwx------ 2 root root 4096 2012-05-02 17:15 .cache
>>> > > > > > > -rw------- 1 root root 58 2012-05-04 15:04 .lesshst
>>> > > > > > > drwx------ 2 root root 4096 2012-05-07 18:31 .ssh
>>> > > > > > > drwx------ 2 root root 4096 2012-05-07 21:22 .pulse
>>> > > > > > > drwxr-xr-x 23 root root 4096 2012-05-17 17:50 ..
>>> > > > > > > -rw-r--r-- 1 root root 3274 2012-05-17 17:53 .bashrc
>>> > > > > > > drwx--x--x 2 root root 4096 2012-05-23 18:42 .splunk
>>> > > > > > > -rw-r--r-- 1 root root 2015 2012-06-07 11:30 .hivehistory
>>> > > > > > > -rw------- 1 root root 9973 2012-06-08 12:49 .viminfo
>>> > > > > > > -rw------- 1 root root 28596 2012-06-20 15:19 .bash_history
>>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .m2
>>> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 .
>>> > > > > > >
>>> > > > > > > I am struggling flume installation from past couple of
>>> weeks, Could you please any one help me on this issue.
>>> > > > > > >
>>> > > > > > > Thanks,
>>> > > > > > > Vijay
>>> > > > > >
>>> > > > >
>>> > > >
>>> > >
>>> >
>>>
>>>
>>>
>>>
>>
>

Re: mvn package error

Posted by vijay k <k....@gmail.com>.
Hi All,

I have run the #mvn package -DskipTests , still i am getting the same error
on my terminal.
root@md-trngpoc1:/usr/local/flume_dir/flume# mvn package -DskipTests
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.apache.flume:flume-parent:pom:1.2.0-incubating-SNAPSHOT
[WARNING] 'reporting.plugins.plugin.version' for
org.tomdz.maven:sphinx-maven-plugin is missing. @ line 832, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache Flume
[INFO] Flume NG SDK
[INFO] Flume NG Configuration
[INFO] Flume NG Core
[INFO] Flume NG Sinks
[INFO] Flume NG HDFS Sink
[INFO] Flume NG IRC Sink
[INFO] Flume NG HBase Sink
[INFO] Flume NG Channels
[INFO] Flume NG JDBC channel
[INFO] Flume NG Node
[INFO] Flume NG file-based channel
[INFO] Flume NG file backed Memory channel
[INFO] Flume legacy Sources
[INFO] Flume legacy Avro source
[INFO] Flume legacy Thrift Source
[INFO] Flume NG Clients
[INFO] Flume NG Log4j Appender
[INFO] Flume NG distribution
[INFO] Flume NG Integration Tests
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Flume 1.2.0-incubating-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
flume-parent ---
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-parent ---
[INFO] Exclude: .idea/
[INFO] Exclude: **/*.iml
[INFO] Exclude: .git/
[INFO] Exclude: .gitignore
[INFO] Exclude: .repository/
[INFO] Exclude: **/*.diff
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.avsc
[INFO] Exclude: **/docs/**
[INFO]
[INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-parent >>>
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
flume-avro-source ---
[INFO]
[INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-parent <<<
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-parent ---
[WARNING] The dependency:
[org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] IGNORED to add some artifacts in the classpath. See above.
[WARNING] The dependency:
[org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT] can't be
resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] IGNORED to add some artifacts in the classpath. See above.
[INFO]
Loading source files for package org.apache.flume...
Loading source files for package org.apache.flume.api...
Loading source files for package org.apache.flume.event...
Loading source files for package org.apache.flume.util...
Loading source files for package org.apache.flume.source.avro...
Loading source files for package org.apache.flume.conf.channel...
Loading source files for package org.apache.flume.conf...
Loading source files for package org.apache.flume.conf.sink...
Loading source files for package org.apache.flume.conf.source...
Loading source files for package org.apache.flume.channel...
Loading source files for package org.apache.flume.sink...
Loading source files for package org.apache.flume.tools...
Loading source files for package org.apache.flume.client.avro...
Loading source files for package org.apache.flume.lifecycle...
Loading source files for package org.apache.flume.interceptor...
Loading source files for package org.apache.flume.formatter.output...
Loading source files for package org.apache.flume.source...
Loading source files for package org.apache.flume.serialization...
Loading source files for package org.apache.flume.sink.hdfs...
Loading source files for package org.apache.flume.sink.irc...
Loading source files for package org.apache.flume.sink.hbase...
Loading source files for package org.apache.flume.channel.jdbc...
Loading source files for package org.apache.flume.channel.jdbc.impl...
Loading source files for package org.apache.flume.conf.properties...
Loading source files for package org.apache.flume.conf.file...
Loading source files for package org.apache.flume.node...
Loading source files for package org.apache.flume.node.nodemanager...
Loading source files for package org.apache.flume.channel.file...
Loading source files for package
org.apache.flume.channel.recoverable.memory.wal...
Loading source files for package
org.apache.flume.channel.recoverable.memory...
Loading source files for package org.apache.flume.source.avroLegacy...
Loading source files for package com.cloudera.flume.handlers.avro...
Loading source files for package com.cloudera.flume.handlers.thrift...
Loading source files for package org.apache.flume.source.thriftLegacy...
Loading source files for package org.apache.flume.clients.log4jappender...
1 error
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Flume ...................................... FAILURE [4.062s]
[INFO] Flume NG SDK ...................................... SKIPPED
[INFO] Flume NG Configuration ............................ SKIPPED
[INFO] Flume NG Core ..................................... SKIPPED
[INFO] Flume NG Sinks .................................... SKIPPED
[INFO] Flume NG HDFS Sink ................................ SKIPPED
[INFO] Flume NG IRC Sink ................................. SKIPPED
[INFO] Flume NG HBase Sink ............................... SKIPPED
[INFO] Flume NG Channels ................................. SKIPPED
[INFO] Flume NG JDBC channel ............................. SKIPPED
[INFO] Flume NG Node ..................................... SKIPPED
[INFO] Flume NG file-based channel ....................... SKIPPED
[INFO] Flume NG file backed Memory channel ............... SKIPPED
[INFO] Flume legacy Sources .............................. SKIPPED
[INFO] Flume legacy Avro source .......................... SKIPPED
[INFO] Flume legacy Thrift Source ........................ SKIPPED
[INFO] Flume NG Clients .................................. SKIPPED
[INFO] Flume NG Log4j Appender ........................... SKIPPED
[INFO] Flume NG distribution ............................. SKIPPED
[INFO] Flume NG Integration Tests ........................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4.496s
[INFO] Finished at: Mon Jun 25 18:33:05 IST 2012
[INFO] Final Memory: 21M/322M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
on project flume-parent: An error has occurred in JavaDocs report
generation:
[ERROR] Exit code: 1 - error: error reading
/root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
error in opening zip file
[ERROR]
[ERROR] Command line was:
/usr/lib/jvm/java-6-sun-1.6.0.26/jre/../bin/javadoc @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in
'/usr/local/flume_dir/flume/target/site/apidocs' dir.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[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


Does someone has any hint or idea about that....I Have attached the full
output



Thanks,
vijay


On Mon, Jun 25, 2012 at 5:00 PM, vijay k <k....@gmail.com> wrote:

> Hi Mike,
>
> I have run the # <%23root@md-trngpoc1:/usr/local/flume_dir/flume>mvn
> clean install -DskipTests, I am getting the following output on terminal.
>
>
> root@md-trngpoc1:/usr/local/flume_dir/flume# mvn clean install -DskipTests
> [INFO] Scanning for projects...
> [WARNING]
> [WARNING] Some problems were encountered while building the effective
> model for org.apache.flume:flume-parent:pom:1.2.0-incubating-SNAPSHOT
> [WARNING] 'reporting.plugins.plugin.version' for
> org.tomdz.maven:sphinx-maven-plugin is missing. @ line 832, column 15
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they
> threaten the stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support
> building such malformed projects.
> [WARNING]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] Apache Flume
> [INFO] Flume NG SDK
> [INFO] Flume NG Configuration
> [INFO] Flume NG Core
> [INFO] Flume NG Sinks
> [INFO] Flume NG HDFS Sink
> [INFO] Flume NG IRC Sink
> [INFO] Flume NG HBase Sink
> [INFO] Flume NG Channels
> [INFO] Flume NG JDBC channel
> [INFO] Flume NG Node
> [INFO] Flume NG file-based channel
> [INFO] Flume NG file backed Memory channel
> [INFO] Flume legacy Sources
> [INFO] Flume legacy Avro source
> [INFO] Flume legacy Thrift Source
> [INFO] Flume NG Clients
> [INFO] Flume NG Log4j Appender
> [INFO] Flume NG distribution
> [INFO] Flume NG Integration Tests
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache Flume 1.2.0-incubating-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ flume-parent
> ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> flume-parent ---
> [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-parent ---
> [INFO] Exclude: .idea/
> [INFO] Exclude: **/*.iml
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-parent >>>
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
> ---
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-parent <<<
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-parent ---
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] IGNORED to add some artifacts in the classpath. See above.
> [WARNING] The dependency:
> [org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT] can't be
> resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] The dependency:
> [org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT]
> can't be resolved but has been found in the reactor (probably snapshots).
> This dependency has been excluded from the Javadoc classpath. You should
> rerun javadoc after executing mvn install.
> [WARNING] IGNORED to add some artifacts in the classpath. See above.
> [INFO]
> Loading source files for package org.apache.flume...
> Loading source files for package org.apache.flume.api...
> Loading source files for package org.apache.flume.event...
> Loading source files for package org.apache.flume.util...
> Loading source files for package org.apache.flume.source.avro...
> Loading source files for package org.apache.flume.conf.channel...
> Loading source files for package org.apache.flume.conf...
> Loading source files for package org.apache.flume.conf.sink...
> Loading source files for package org.apache.flume.conf.source...
> Loading source files for package org.apache.flume.channel...
> Loading source files for package org.apache.flume.sink...
> Loading source files for package org.apache.flume.tools...
> Loading source files for package org.apache.flume.client.avro...
> Loading source files for package org.apache.flume.lifecycle...
> Loading source files for package org.apache.flume.interceptor...
> Loading source files for package org.apache.flume.formatter.output...
> Loading source files for package org.apache.flume.source...
> Loading source files for package org.apache.flume.serialization...
> Loading source files for package org.apache.flume.sink.hdfs...
> Loading source files for package org.apache.flume.sink.irc...
> Loading source files for package org.apache.flume.sink.hbase...
> Loading source files for package org.apache.flume.channel.jdbc...
> Loading source files for package org.apache.flume.channel.jdbc.impl...
> Loading source files for package org.apache.flume.conf.properties...
> Loading source files for package org.apache.flume.conf.file...
> Loading source files for package org.apache.flume.node...
> Loading source files for package org.apache.flume.node.nodemanager...
> Loading source files for package org.apache.flume.channel.file...
> Loading source files for package
> org.apache.flume.channel.recoverable.memory.wal...
> Loading source files for package
> org.apache.flume.channel.recoverable.memory...
> Loading source files for package org.apache.flume.source.avroLegacy...
> Loading source files for package com.cloudera.flume.handlers.avro...
> Loading source files for package com.cloudera.flume.handlers.thrift...
> Loading source files for package org.apache.flume.source.thriftLegacy...
> Loading source files for package org.apache.flume.clients.log4jappender...
> 1 error
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Flume ...................................... FAILURE [4.066s]
> [INFO] Flume NG SDK ...................................... SKIPPED
> [INFO] Flume NG Configuration ............................ SKIPPED
> [INFO] Flume NG Core ..................................... SKIPPED
> [INFO] Flume NG Sinks .................................... SKIPPED
> [INFO] Flume NG HDFS Sink ................................ SKIPPED
> [INFO] Flume NG IRC Sink ................................. SKIPPED
> [INFO] Flume NG HBase Sink ............................... SKIPPED
> [INFO] Flume NG Channels ................................. SKIPPED
> [INFO] Flume NG JDBC channel ............................. SKIPPED
> [INFO] Flume NG Node ..................................... SKIPPED
> [INFO] Flume NG file-based channel ....................... SKIPPED
> [INFO] Flume NG file backed Memory channel ............... SKIPPED
> [INFO] Flume legacy Sources .............................. SKIPPED
> [INFO] Flume legacy Avro source .......................... SKIPPED
> [INFO] Flume legacy Thrift Source ........................ SKIPPED
> [INFO] Flume NG Clients .................................. SKIPPED
> [INFO] Flume NG Log4j Appender ........................... SKIPPED
> [INFO] Flume NG distribution ............................. SKIPPED
> [INFO] Flume NG Integration Tests ........................ SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 4.502s
> [INFO] Finished at: Mon Jun 25 16:52:15 IST 2012
> [INFO] Final Memory: 21M/322M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> on project flume-parent: An error has occurred in JavaDocs report
> generation:
> [ERROR] Exit code: 1 - error: error reading
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
> error in opening zip file
> [ERROR]
> [ERROR] Command line was:
> /usr/lib/jvm/java-6-sun-1.6.0.26/jre/../bin/javadoc @options @packages
> [ERROR]
> [ERROR] Refer to the generated Javadoc files in
> '/usr/local/flume_dir/flume/target/site/apidocs' dir.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [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
>
>
> =====================================================================================
>
> Please help me, I might be missing anything wrong?
>
> Thanks,
> Vijay
>
>
>
>
> On Mon, Jun 25, 2012 at 4:26 PM, Mike Percy <mp...@cloudera.com> wrote:
>
>> Try: mvn clean install -DskipTests
>>
>> Maybe install will work.
>>
>> Mike
>>
>>
>> On Monday, June 25, 2012 at 3:53 AM, vijay k wrote:
>>
>> > Thanks for the reply.
>> >
>> > I have unzipped the mvn and added the path like as below.
>> >
>> > export M2_HOME=/usr/local/flume_dir/apache-maven-3.0.4
>> > export M2=$M2_HOME/bin.
>> > export PATH=$M2:$PATH.
>> >
>> >
>> > I am getting the mvn version now, like as below.
>> >
>> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)#
>> mvn --version
>> > Apache Maven 3.0.4 (r1232337; 2012-01-17 14:14:56+0530)
>> > Maven home: /usr/local/flume_dir/apache-maven-3.0.4
>> > Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
>> > Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre
>> > Default locale: en_US, platform encoding: UTF-8
>> > OS name: "linux", version: "2.6.38-14-generic", arch: "i386", family:
>> "unix"
>> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)#
>> which mvn
>> > /usr/local/flume_dir/apache-maven-3.0.4/bin/mvn
>> >
>> > I then run the #mvn package -DskipTests command, still am getting the
>> same error.
>> >
>> > Thanks,
>> > Vijay
>> >
>> > Please help me any suggestions?
>> >
>> >
>> >
>> >
>> >
>> > On Mon, Jun 25, 2012 at 3:18 PM, Juhani Connolly <
>> juhani_connolly@cyberagent.co.jp (mailto:juhani_connolly@cyberagent.co.jp)>
>> wrote:
>> > > If you've just decompressed mvn into some directory and just want to
>> run it without interfering with the other users potential install of
>> maven2, you could just add the binary directory to your path and then run
>> it normally:
>> > >
>> > > e.g.
>> > > $ export PATH=mymaven3/bin:$PATH
>> > > $ cd flumedir
>> > > # check the version is displaying correctly... you could also do
>> "which mvn" to check it's looking at the right place
>> > > $ mvn -version
>> > > $ mvn package -DskipTests
>> > > Beyond that it's going to depend on your distro, and your own
>> personal preferences
>> > >
>> > > On 06/25/2012 06:12 PM, vijay k wrote:
>> > > > Thanks for the reply.
>> > > >
>> > > > Yes, you are correct,
>> > > > i did mvn -version getting like as below.
>> > > > #mvn -version
>> > > > The program 'mvn' is currently not installed. You can install it by
>> typing:
>> > > > apt-get install maven2
>> > > >
>> > > > Please let me know how to install maven 3.0.4 installation
>> procedure. and what are the pre-requisite s/w needed for flume installation?
>> > > >
>> > > > Thanks,
>> > > > Vijay
>> > > >
>> > > >
>> > > > On Fri, Jun 22, 2012 at 9:24 PM, Ralph Goers <
>> ralph.goers@dslextreme.com (mailto:ralph.goers@dslextreme.com)> wrote:
>> > > > > Pinging 3 hours later unfortunately isn't helpful. As you can
>> see, you are posting in the middle of the night when a lot of us are fast
>> asleep.
>> > > > >
>> > > > > On Jun 22, 2012, at 3:39 AM, vijay k wrote:
>> > > > > > I am waiting for your response on the below issue.
>> > > > >
>> > > > >
>> > > > > You installed maven 3 in the parent directory and then just did
>> "mvn" in the child? I suspect that if you do mvn -version you are going to
>> get Maven 2 since you never added maven 3 to your path.
>> > > > > >
>> > > > > > On Fri, Jun 22, 2012 at 1:11 PM, vijay k <k.vijay52@gmail.com(mailto:
>> k.vijay52@gmail.com)> wrote:
>> > > > > > >
>> > > > > > > Hello All Flume user list,
>> > > > > > >
>> > > > > > > Please help me out on the below issue.
>> > > > > > >
>> > > > > > > Step1:
>> > > > > > > Installed maven3.x in flume_dir directory.
>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:
>> root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
>> > > > > > > total 4768
>> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
>> apache-maven-3.0.4-bin.tar.gz
>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36
>> apache-maven-3.0.4
>> > > > > > > Step2:
>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#git (mailto:
>> root@md-trngpoc1:/usr/local/flume_dir#git) clone git://
>> git.apache.org/flume.git (http://git.apache.org/flume.git)
>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:
>> root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
>> > > > > > > total 4768
>> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
>> apache-maven-3.0.4-bin.tar.gz
>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36
>> apache-maven-3.0.4
>> > > > > > > drwxr-xr-x 18 root root 4096 2012-06-22 12:31 flume
>> > > > > > > Step3:
>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#cd (mailto:
>> root@md-trngpoc1:/usr/local/flume_dir#cd) flume
>> > > > > > > Step4:
>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume#mvn (mailto:
>> root@md-trngpoc1:/usr/local/flume_dir/flume#mvn) package -DskipTests
>> > > > > > > While running the step4, I am getting the following output.
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> =================================================================================================================================================================================
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
>> package com.google.common.base does not exist
>> > > > > > > [WARNING] import com.google.common.base.Preconditions;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
>> package org.apache.hadoop.io.SequenceFile does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.io.SequenceFile.CompressionType;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
>> package org.apache.hadoop.io.compress does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.io.compress.CompressionCodec;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionCodec
>> > > > > > > [WARNING] location: interface
>> org.apache.flume.sink.hdfs.HDFSWriter
>> > > > > > > [WARNING] public void open(String filePath, CompressionCodec
>> codec,
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionType
>> > > > > > > [WARNING] location: interface
>> org.apache.flume.sink.hdfs.HDFSWriter
>> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt) throws
>> IOException;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>> exist
>> > > > > > > [WARNING] import org.apache.hadoop.io.Text;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>> exist
>> > > > > > > [WARNING] import org.apache.hadoop.io.LongWritable;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class Text
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>> > > > > > > [WARNING] private Text makeText(Event e) {
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class LongWritable
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>> > > > > > > [WARNING] public Class<LongWritable> getKeyClass() {
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class Text
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSTextFormatter
>> > > > > > > [WARNING] public Class<Text> getValueClass() {
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
>> package org.apache.hadoop.conf does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
>> package org.apache.hadoop.fs does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
>> package org.apache.hadoop.fs does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
>> package org.apache.hadoop.fs does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
>> package org.apache.hadoop.io.SequenceFile does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.io.SequenceFile.CompressionType;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
>> package org.apache.hadoop.io.compress does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.io.compress.CompressionCodec;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class FSDataOutputStream
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSDataStream
>> > > > > > > [WARNING] private FSDataOutputStream outStream;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionCodec
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSDataStream
>> > > > > > > [WARNING] public void open(String filePath, CompressionCodec
>> codec,
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionType
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSDataStream
>> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt) throws
>> IOException {
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
>> package org.apache.hadoop.conf does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
>> package org.apache.hadoop.fs does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
>> package org.apache.hadoop.fs does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
>> package org.apache.hadoop.fs does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
>> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not
>> exist
>> > > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
>> package org.apache.hadoop.io.SequenceFile does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.io.SequenceFile.CompressionType;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
>> package org.apache.hadoop.io.compress does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.io.compress.CompressionCodec;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
>> package SequenceFile does not exist
>> > > > > > > [WARNING] private SequenceFile.Writer writer;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionCodec
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSSequenceFile
>> > > > > > > [WARNING] public void open(String filePath, CompressionCodec
>> codeC,
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionType
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSSequenceFile
>> > > > > > > [WARNING] CompressionType compType, FlumeFormatter fmt)
>> throws IOException {
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
>> package org.apache.hadoop.conf does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
>> package org.apache.hadoop.io.SequenceFile does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.io.SequenceFile.CompressionType;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
>> package org.apache.hadoop.io.compress does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.io.compress.CompressionCodec;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
>> package org.apache.hadoop.io.compress does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.io.compress.CompressionCodecFactory;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
>> package org.apache.hadoop.security does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.security.SecurityUtil;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
>> package org.apache.hadoop.security does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.security.UserGroupInformation;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
>> package org.apache.hadoop.security.UserGroupInformation does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
>> package com.google.common.base does not exist
>> > > > > > > [WARNING] import com.google.common.base.Preconditions;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
>> package com.google.common.collect does not exist
>> > > > > > > [WARNING] import com.google.common.collect.Lists;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
>> package com.google.common.util.concurrent does not exist
>> > > > > > > [WARNING] import
>> com.google.common.util.concurrent.ThreadFactoryBuilder;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
>> package org.apache.hadoop.conf does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
>> package org.apache.hadoop.fs does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
>> package org.apache.hadoop.fs does not exist
>> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
>> package org.apache.hadoop.io.SequenceFile does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.io.SequenceFile.CompressionType;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
>> package org.apache.hadoop.io.compress does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.io.compress.CompressionCodec;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
>> package org.apache.hadoop.security does not exist
>> > > > > > > [WARNING] import
>> org.apache.hadoop.security.UserGroupInformation;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionCodec
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSEventSink
>> > > > > > > [WARNING] private CompressionCodec codeC;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionType
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSEventSink
>> > > > > > > [WARNING] private CompressionType compType;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class UserGroupInformation
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSEventSink
>> > > > > > > [WARNING] private UserGroupInformation proxyTicket;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionCodec
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSEventSink
>> > > > > > > [WARNING] private static boolean codecMatches(Class<? extends
>> CompressionCodec> cls,
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionCodec
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSEventSink
>> > > > > > > [WARNING] private static CompressionCodec getCodec(String
>> codecName) {
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class UserGroupInformation
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.HDFSEventSink
>> > > > > > > [WARNING] private static synchronized UserGroupInformation
>> kerberosLogin(
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionCodec
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.BucketWriter
>> > > > > > > [WARNING] private final CompressionCodec codeC;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionType
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.BucketWriter
>> > > > > > > [WARNING] private final CompressionType compType;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class UserGroupInformation
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.BucketWriter
>> > > > > > > [WARNING] private final UserGroupInformation user;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class FileSystem
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.BucketWriter
>> > > > > > > [WARNING] private FileSystem fileSystem;
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
>> cannot find symbol
>> > > > > > > [WARNING] symbol : class CompressionCodec
>> > > > > > > [WARNING] location: class
>> org.apache.flume.sink.hdfs.BucketWriter
>> > > > > > > [WARNING] Context context, String filePath, CompressionCodec
>> codeC,
>> > > > > > > [WARNING] ^
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>> warning - @return tag has no arguments.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>> warning - @return tag has no arguments.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>> warning - @return tag has no arguments.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>> warning - @return tag cannot be used in method with void return type.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>> warning - @return tag cannot be used in method with void return type.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>> warning - @return tag cannot be used in method with void return type.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
>> warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used
>> in constants.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
>> warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can
>> only be used in constants.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
>> warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can
>> only be used in constants.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
>> warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be
>> used in constants.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>> warning - Tag @link: reference not found: RPCClient
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>> warning - Tag @link: missing '#': "getDefaultInstance()
>> getDefaultInstance(String, Integer)"
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>> warning - Tag @link: can't find getDefaultInstance() in
>> org.apache.flume.api.RpcClientFactory
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>> warning - Tag @link: missing '#': "getDefaultInstance()
>> getDefaultInstance(String, Integer, Integer)"
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>> warning - Tag @link: can't find getDefaultInstance() in
>> org.apache.flume.api.RpcClientFactory
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
>> warning - Tag @see: reference not found:
>> org.apache.flume.api.NettyAvroClient
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
>> warning - @return tag has no arguments.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
>> warning - Tag @see: reference not found: FileChannel
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
>> warning - Tag @see: reference not found: MemoryChannel
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
>> warning - Tag @see: reference not found: NullSink
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
>> warning - Tag @see: reference not found: LoggerSink
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
>> warning - Tag @see: reference not found: RollingFileSink
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
>> warning - Tag @see: reference not found: AvroSink
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
>> warning - Tag @see: reference not found: FailoverSinkProcessor
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
>> warning - Tag @see: reference not found: DefaultSinkProcessor
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
>> warning - Tag @see: reference not found: NullSink
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
>> warning - Tag @see: reference not found: LoggerSink
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
>> warning - Tag @see: reference not found: RollingFileSink
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
>> warning - Tag @see: reference not found: AvroSink
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
>> warning - Tag @see: reference not found: NetcatSource
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
>> warning - Tag @see: reference not found: ExecSource
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
>> warning - Tag @see: reference not found: AvroSource
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
>> warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>> warning - @Override is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>> warning - @Override is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>> warning - @Override is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
>> warning - @return tag has no arguments.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
>> warning - @return tag has no arguments.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
>> warning - @return tag has no arguments.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>> warning - Tag @linkplain: reference not found: EventDrivenSource
>> event-driven sources
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
>> warning - Tag @link: reference not found: PollableSource.Status
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
>> warning - Tag @link: missing '#': "beforeClose()"
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
>> warning - @return tag has no arguments.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>> warning - Tag @link: reference not found:
>> org.hbase.async.AtomicIncrementRequest
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
>> warning - @param argument "Event" is not a parameter name.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>> warning - Tag @link: reference not found:
>> org.hbase.async.AtomicIncrementRequest
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
>> warning - @param argument "Event" is not a parameter name.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
>> warning - Tag @link: reference not found: HBaseEventSerializer
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>> warning - Tag @link: reference not found:
>> org.hbase.async.AtomicIncrementRequest
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>> warning - Tag @link: reference not found:
>> org.hbase.async.AtomicIncrementRequest
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
>> warning - @return tag has no arguments.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
>> warning - @param argument "properties" is not a parameter name.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
>> warning - @return tag has no arguments.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
>> warning - @param argument "connection" is not a parameter name.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
>> warning - @param argument "connection" is not a parameter name.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>> warning - Tag @link: reference not found: Writable
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>> warning - Tag @link: reference not found: RPCClient
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>> warning - Tag @link: reference not found: Writable
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>> warning - Tag @linkplain: reference not found: EventDrivenSource
>> event-driven sources
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>> warning - Tag @linkplain: reference not found: EventDrivenSource
>> event-driven sources
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>> warning - Tag @linkplain: reference not found: EventDrivenSource
>> event-driven sources
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>> warning - Tag @link: reference not found: Writable
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>> warning - Tag @linkplain: reference not found: EventDrivenSource
>> event-driven sources
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>> warning - Tag @link: reference not found: RPCClient
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> > > > > > > [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>> warning - Tag @link: reference not found: Writable
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>> flume-parent ---
>> > > > > > > [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] configuring report plugin
>> org.tomdz.maven:sphinx-maven-plugin:1.0.2
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > > [INFO] Relativizing decoration links with respect to project
>> URL: http://www.apache.org/flume-parent/
>> > > > > > > [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> > > > > > > [INFO] Generating "Project Team" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Project License" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Documentation via sphinx" report ---
>> sphinx-maven-plugin:1.0.2
>> > > > > > > [INFO] Unpacking sphinx to
>> /usr/local/flume/flume/target/sphinx
>> > > > > > > [INFO] Running sphinx on
>> /usr/local/flume/flume/flume-ng-doc/sphinx, output will be placed in
>> /usr/local/flume/flume/target/site
>> > > > > > > Running Sphinx v1.1.2
>> > > > > > > loading pickled environment... not yet created
>> > > > > > > building [html]: targets for 3 source files that are out of
>> date
>> > > > > > > updating environment: 3 added, 0 changed, 0 removed
>> > > > > > > reading sources... [ 33%] FlumeDeveloperGuide
>> > > > > > > reading sources... [ 66%] FlumeUserGuide
>> > > > > > > reading sources... [100%] index
>> > > > > > > looking for now-outdated files... none found
>> > > > > > > pickling environment... done
>> > > > > > > checking consistency... done
>> > > > > > > preparing documents... done
>> > > > > > > writing output... [ 33%] FlumeDeveloperGuide
>> > > > > > > writing output... [ 66%] FlumeUserGuide
>> > > > > > > writing output... [100%] index
>> > > > > > > writing additional files... genindex search
>> > > > > > > copying images... [ 16%] images/DevGuide_image00.png
>> > > > > > > copying images... [ 33%] images/DevGuide_image01.png
>> > > > > > > copying images... [ 50%] images/UserGuide_image03.png
>> > > > > > > copying images... [ 66%] images/UserGuide_image02.png
>> > > > > > > copying images... [ 83%] images/UserGuide_image01.png
>> > > > > > > copying images... [100%] images/UserGuide_image00.png
>> > > > > > > copying static files... done
>> > > > > > > dumping search index... done
>> > > > > > > dumping object inventory... done
>> > > > > > > build succeeded, 2 warnings.
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>> flume-parent ---
>> > > > > > > [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/target/docs
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session: Opened
>> > > > > > > [INFO] Pushing /usr/local/flume/flume/target/site
>> > > > > > > [INFO] >>> to file:///usr/local/flume/flume/target/docs/./
>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>> Disconnecting
>> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
>> Disconnected
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>> (attach-descriptor) @ flume-parent ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-ng-sdk ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>> (default) @ flume-ng-sdk ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>> (default-resources) @ flume-ng-sdk ---
>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> > > > > > > [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-sdk/src/main/resources
>> > > > > > > [INFO] Copying 3 resources
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>> (default-compile) @ flume-ng-sdk ---
>> > > > > > > [INFO] Compiling 17 source files to
>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- paranamer-maven-plugin:2.3:generate (run) @
>> flume-ng-sdk ---
>> > > > > > > [INFO] Generating parameter names from
>> /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to
>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>> (default-testResources) @ flume-ng-sdk ---
>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> > > > > > > [INFO] Copying 1 resource
>> > > > > > > [INFO] Copying 3 resources
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>> (default-testCompile) @ flume-ng-sdk ---
>> > > > > > > [INFO] Compiling 6 source files to
>> /usr/local/flume/flume/flume-ng-sdk/target/test-classes
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>> flume-ng-sdk ---
>> > > > > > > [INFO] Tests are skipped.
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>> flume-ng-sdk ---
>> > > > > > > [INFO] Exclude: .git/
>> > > > > > > [INFO] Exclude: .gitignore
>> > > > > > > [INFO] Exclude: .repository/
>> > > > > > > [INFO] Exclude: **/*.diff
>> > > > > > > [INFO] Exclude: **/*.patch
>> > > > > > > [INFO] Exclude: **/*.avsc
>> > > > > > > [INFO] Exclude: **/docs/**
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>> flume-ng-sdk ---
>> > > > > > > [INFO] Building jar:
>> /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
>> > > > > > > [INFO]
>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-sdk >>>
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-ng-sdk ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume legacy Avro source
>> 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-sdk <<<
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-sdk ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>> flume-ng-sdk ---
>> > > > > > > [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > > [INFO] Relativizing decoration links with respect to project
>> URL: http://www.apache.org/flume-parent/flume-ng-sdk/
>> > > > > > > [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> > > > > > > [INFO] Generating "Project Team" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Project License" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>> flume-ng-sdk ---
>> > > > > > > [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-sdk/target/docs
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>> Session: Opened
>> > > > > > > [INFO] Pushing /usr/local/flume/flume/flume-ng-sdk/target/site
>> > > > > > > [INFO] >>> to
>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>> Session: Disconnecting
>> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>> Session: Disconnected
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>> (attach-descriptor) @ flume-ng-sdk ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO] Building Flume NG Configuration
>> 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>> (default) @ flume-ng-configuration ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>> (default-resources) @ flume-ng-configuration ---
>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> > > > > > > [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-configuration/src/main/resources
>> > > > > > > [INFO] Copying 3 resources
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>> (default-compile) @ flume-ng-configuration ---
>> > > > > > > [INFO] Compiling 19 source files to
>> /usr/local/flume/flume/flume-ng-configuration/target/classes
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>> (default-testResources) @ flume-ng-configuration ---
>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> > > > > > > [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-configuration/src/test/resources
>> > > > > > > [INFO] Copying 3 resources
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>> (default-testCompile) @ flume-ng-configuration ---
>> > > > > > > [INFO] No sources to compile
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>> flume-ng-configuration ---
>> > > > > > > [INFO] Tests are skipped.
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>> flume-ng-configuration ---
>> > > > > > > [INFO] Exclude: .git/
>> > > > > > > [INFO] Exclude: .gitignore
>> > > > > > > [INFO] Exclude: .repository/
>> > > > > > > [INFO] Exclude: **/*.diff
>> > > > > > > [INFO] Exclude: **/*.patch
>> > > > > > > [INFO] Exclude: **/*.avsc
>> > > > > > > [INFO] Exclude: **/docs/**
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>> flume-ng-configuration ---
>> > > > > > > [INFO] Building jar:
>> /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
>> > > > > > > [INFO]
>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-configuration >>>
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-ng-sdk ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume legacy Avro source
>> 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-configuration <<<
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-configuration ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>> flume-ng-configuration ---
>> > > > > > > [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > > [INFO] Relativizing decoration links with respect to project
>> URL: http://www.apache.org/flume-parent/flume-ng-configuration/
>> > > > > > > [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> > > > > > > [INFO] Generating "Project Team" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Project License" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>> flume-ng-configuration ---
>> > > > > > > [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-configuration/target/docs
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > >
>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>> Session: Opened
>> > > > > > > [INFO] Pushing
>> /usr/local/flume/flume/flume-ng-configuration/target/site
>> > > > > > > [INFO] >>> to
>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
>> > > > > > >
>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>> Session: Disconnecting
>> > > > > > >
>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>> Session: Disconnected
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>> (attach-descriptor) @ flume-ng-configuration ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>> (default) @ flume-ng-core ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>> (default-resources) @ flume-ng-core ---
>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> > > > > > > [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-core/src/main/resources
>> > > > > > > [INFO] Copying 3 resources
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>> (default-compile) @ flume-ng-core ---
>> > > > > > > [INFO] Compiling 88 source files to
>> /usr/local/flume/flume/flume-ng-core/target/classes
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>> (default-testResources) @ flume-ng-core ---
>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> > > > > > > [INFO] Copying 2 resources
>> > > > > > > [INFO] Copying 3 resources
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>> (default-testCompile) @ flume-ng-core ---
>> > > > > > > [INFO] Compiling 41 source files to
>> /usr/local/flume/flume/flume-ng-core/target/test-classes
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>> flume-ng-core ---
>> > > > > > > [INFO] Tests are skipped.
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>> flume-ng-core ---
>> > > > > > > [INFO] Exclude: .git/
>> > > > > > > [INFO] Exclude: .gitignore
>> > > > > > > [INFO] Exclude: .repository/
>> > > > > > > [INFO] Exclude: **/*.diff
>> > > > > > > [INFO] Exclude: **/*.patch
>> > > > > > > [INFO] Exclude: **/*.avsc
>> > > > > > > [INFO] Exclude: **/docs/**
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>> flume-ng-core ---
>> > > > > > > [INFO] Building jar:
>> /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
>> > > > > > > [INFO]
>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-core >>>
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-ng-sdk ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume legacy Avro source
>> 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-core <<<
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-core ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>> flume-ng-core ---
>> > > > > > > [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > > [INFO] Relativizing decoration links with respect to project
>> URL: http://www.apache.org/flume-parent/flume-ng-core/
>> > > > > > > [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> > > > > > > [INFO] Generating "Project Team" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Project License" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>> flume-ng-core ---
>> > > > > > > [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-core/target/docs
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>> Session: Opened
>> > > > > > > [INFO] Pushing
>> /usr/local/flume/flume/flume-ng-core/target/site
>> > > > > > > [INFO] >>> to
>> file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>> Session: Disconnecting
>> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>> Session: Disconnected
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>> (attach-descriptor) @ flume-ng-core ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>> (default) @ flume-ng-sinks ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>> flume-ng-sinks ---
>> > > > > > > [INFO] Exclude: .git/
>> > > > > > > [INFO] Exclude: .gitignore
>> > > > > > > [INFO] Exclude: .repository/
>> > > > > > > [INFO] Exclude: **/*.diff
>> > > > > > > [INFO] Exclude: **/*.patch
>> > > > > > > [INFO] Exclude: **/*.avsc
>> > > > > > > [INFO] Exclude: **/docs/**
>> > > > > > > [INFO]
>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-sinks >>>
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-ng-sdk ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume legacy Avro source
>> 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-sinks <<<
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-ng-sinks ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>> flume-ng-sinks ---
>> > > > > > > [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > > [INFO] Relativizing decoration links with respect to project
>> URL: http://www.apache.org/flume-parent/flume-ng-sinks/
>> > > > > > > [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> > > > > > > [INFO] Generating "Project Team" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Project License" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>> flume-ng-sinks ---
>> > > > > > > [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-sinks/target/docs
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>> Session: Opened
>> > > > > > > [INFO] Pushing
>> /usr/local/flume/flume/flume-ng-sinks/target/site
>> > > > > > > [INFO] >>> to
>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>> Session: Disconnecting
>> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>> Session: Disconnected
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>> (attach-descriptor) @ flume-ng-sinks ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>> (default) @ flume-hdfs-sink ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>> (default-resources) @ flume-hdfs-sink ---
>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> > > > > > > [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
>> > > > > > > [INFO] Copying 3 resources
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>> (default-compile) @ flume-hdfs-sink ---
>> > > > > > > [INFO] Compiling 11 source files to
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>> (default-testResources) @ flume-hdfs-sink ---
>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> > > > > > > [INFO] Copying 1 resource
>> > > > > > > [INFO] Copying 3 resources
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>> (default-testCompile) @ flume-hdfs-sink ---
>> > > > > > > [INFO] Compiling 8 source files to
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>> flume-hdfs-sink ---
>> > > > > > > [INFO] Tests are skipped.
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>> flume-hdfs-sink ---
>> > > > > > > [INFO] Exclude: .git/
>> > > > > > > [INFO] Exclude: .gitignore
>> > > > > > > [INFO] Exclude: .repository/
>> > > > > > > [INFO] Exclude: **/*.diff
>> > > > > > > [INFO] Exclude: **/*.patch
>> > > > > > > [INFO] Exclude: **/*.avsc
>> > > > > > > [INFO] Exclude: **/docs/**
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>> flume-hdfs-sink ---
>> > > > > > > [INFO] Building jar:
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
>> > > > > > > [INFO]
>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-hdfs-sink >>>
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-ng-sdk ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume legacy Avro source
>> 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-hdfs-sink <<<
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-hdfs-sink ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>> flume-hdfs-sink ---
>> > > > > > > [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > > [INFO] Relativizing decoration links with respect to project
>> URL: http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
>> > > > > > > [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> > > > > > > [INFO] Generating "Project Team" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Project License" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>> flume-hdfs-sink ---
>> > > > > > > [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > >
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>> Session: Opened
>> > > > > > > [INFO] Pushing
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
>> > > > > > > [INFO] >>> to
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
>> > > > > > >
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>> Session: Disconnecting
>> > > > > > >
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
>> Session: Disconnected
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>> (attach-descriptor) @ flume-hdfs-sink ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>> (default) @ flume-irc-sink ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>> (default-resources) @ flume-irc-sink ---
>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> > > > > > > [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
>> > > > > > > [INFO] Copying 3 resources
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>> (default-compile) @ flume-irc-sink ---
>> > > > > > > [INFO] Compiling 1 source file to
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
>> (default-testResources) @ flume-irc-sink ---
>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> > > > > > > [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
>> > > > > > > [INFO] Copying 3 resources
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>> (default-testCompile) @ flume-irc-sink ---
>> > > > > > > [INFO] No sources to compile
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>> flume-irc-sink ---
>> > > > > > > [INFO] Tests are skipped.
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>> flume-irc-sink ---
>> > > > > > > [INFO] Exclude: .git/
>> > > > > > > [INFO] Exclude: .gitignore
>> > > > > > > [INFO] Exclude: .repository/
>> > > > > > > [INFO] Exclude: **/*.diff
>> > > > > > > [INFO] Exclude: **/*.patch
>> > > > > > > [INFO] Exclude: **/*.avsc
>> > > > > > > [INFO] Exclude: **/docs/**
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>> flume-irc-sink ---
>> > > > > > > [INFO] Building jar:
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
>> > > > > > > [INFO]
>> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-irc-sink >>>
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-ng-sdk ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO] Forking Flume legacy Avro source
>> 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-irc-sink <<<
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [WARNING] The following dependencies could not be resolved at
>> this point of the build but seem to be part of the reactor:
>> > > > > > > [WARNING] o
>> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> > > > > > > [WARNING] Try running the build up to the lifecycle phase
>> "package"
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>> @ flume-irc-sink ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>> flume-irc-sink ---
>> > > > > > > [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > > [INFO] Relativizing decoration links with respect to project
>> URL: http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
>> > > > > > > [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> > > > > > > [INFO] Generating "Project Team" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Mailing Lists" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Issue Tracking" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO] Generating "Project License" report ---
>> maven-project-info-reports-plugin:2.4
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>> flume-irc-sink ---
>> > > > > > > [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
>> > > > > > > [INFO] Parent project loaded from repository:
>> org.apache:apache:pom:9
>> > > > > > >
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>> Session: Opened
>> > > > > > > [INFO] Pushing
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
>> > > > > > > [INFO] >>> to
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
>> > > > > > >
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>> Session: Disconnecting
>> > > > > > >
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
>> Session: Disconnected
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
>> (attach-descriptor) @ flume-irc-sink ---
>> > > > > > > [INFO]
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO] Building Flume NG HBase Sink 1.2.0-incubating-SNAPSHOT
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process
>> (default) @ flume-ng-hbase-sink ---
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
>> (default-resources) @ flume-ng-hbase-sink ---
>> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> > > > > > > [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
>> > > > > > > [INFO] Copying 3 resources
>> > > > > > > [INFO]
>> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
>> (default-compile) @ flume-ng-hbase-sink ---
>> > > > > > > [INFO] Compiling 9 source files to
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
>> > > > > > > [INFO]
>> -------------------------------------------------------------
>> > > > > > > [ERROR] COMPILATION ERROR :
>> > > > > > > [INFO]
>> -------------------------------------------------------------
>> > > > > > > [ERROR] error: error reading
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>> error in opening zip file
>> > > > > > > [INFO] 1 error
>> > > > > > > [INFO]
>> -------------------------------------------------------------
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO] Reactor Summary:
>> > > > > > > [INFO]
>> > > > > > > [INFO] Apache Flume ......................................
>> SUCCESS [1:28.043s]
>> > > > > > > [INFO] Flume NG SDK ......................................
>> SUCCESS [3.273s]
>> > > > > > > [INFO] Flume NG Configuration ............................
>> SUCCESS [1.581s]
>> > > > > > > [INFO] Flume NG Core .....................................
>> SUCCESS [3.324s]
>> > > > > > > [INFO] Flume NG Sinks ....................................
>> SUCCESS [0.822s]
>> > > > > > > [INFO] Flume NG HDFS Sink ................................
>> SUCCESS [2.084s]
>> > > > > > > [INFO] Flume NG IRC Sink .................................
>> SUCCESS [1.200s]
>> > > > > > > [INFO] Flume NG HBase Sink ...............................
>> FAILURE [0.693s]
>> > > > > > > [INFO] Flume NG Channels .................................
>> SKIPPED
>> > > > > > > [INFO] Flume NG JDBC channel .............................
>> SKIPPED
>> > > > > > > [INFO] Flume NG Node .....................................
>> SKIPPED
>> > > > > > > [INFO] Flume NG file-based channel .......................
>> SKIPPED
>> > > > > > > [INFO] Flume NG file backed Memory channel ...............
>> SKIPPED
>> > > > > > > [INFO] Flume legacy Sources ..............................
>> SKIPPED
>> > > > > > > [INFO] Flume legacy Avro source ..........................
>> SKIPPED
>> > > > > > > [INFO] Flume legacy Thrift Source ........................
>> SKIPPED
>> > > > > > > [INFO] Flume NG Clients ..................................
>> SKIPPED
>> > > > > > > [INFO] Flume NG Log4j Appender ...........................
>> SKIPPED
>> > > > > > > [INFO] Flume NG distribution .............................
>> SKIPPED
>> > > > > > > [INFO] Flume NG Integration Tests ........................
>> SKIPPED
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO] BUILD FAILURE
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [INFO] Total time: 1:41.476s
>> > > > > > > [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
>> > > > > > > [INFO] Final Memory: 96M/269M
>> > > > > > > [INFO]
>> ------------------------------------------------------------------------
>> > > > > > > [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>> (default-compile) on project flume-ng-hbase-sink: Compilation failure
>> > > > > > > [ERROR] error: error reading
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>> error in opening zip file
>> > > > > > > [ERROR] -> [Help 1]
>> > > > > > > [ERROR]
>> > > > > > > [ERROR] To see the full stack trace of the errors, re-run
>> Maven with the -e switch.
>> > > > > > > [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/MojoFailureException
>> > > > > > > [ERROR]
>> > > > > > > [ERROR] After correcting the problems, you can resume the
>> build with the command
>> > > > > > > [ERROR] mvn <goals> -rf :flume-ng-hbase-sink
>> > > > > > >
>> ====================================================================================================================================================================================
>> > > > > > >
>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>> root@md-trngpoc1:/usr/local/flume_dir/flume)# ls -lrt
>> > > > > > > total 140
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 conf
>> > > > > > > drwxr-xr-x 19 root root 4096 2012-06-22 12:05 src
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-node
>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:05
>> flume-ng-legacy-sources
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 contrib
>> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-22 12:05 flume-ng-channels
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 bin
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-clients
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-tests
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-dist
>> > > > > > > -rw-r--r-- 1 root root 1997 2012-06-22 12:05 RELEASE-NOTES
>> > > > > > > -rw-r--r-- 1 root root 1433 2012-06-22 12:05 README
>> > > > > > > -rw-r--r-- 1 root root 25221 2012-06-22 12:05 pom.xml
>> > > > > > > -rw-r--r-- 1 root root 249 2012-06-22 12:05 NOTICE
>> > > > > > > -rw-r--r-- 1 root root 11358 2012-06-22 12:05 LICENSE
>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:05 flume-ng-doc
>> > > > > > > -rw-r--r-- 1 root root 5559 2012-06-22 12:05 DEVNOTES
>> > > > > > > -rw-r--r-- 1 root root 9952 2012-06-22 12:05 CHANGELOG
>> > > > > > > -rw-r--r-- 1 root root 719 2012-06-22 12:05 DISCLAIMER
>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:06 flume-ng-sdk
>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 target
>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08
>> flume-ng-configuration
>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08 flume-ng-core
>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 flume-ng-sinks
>> > > > > > >
>> > > > > > >
>> > > > > > > In Reactor summary: Flume NG HBase Sink got failed.Due to
>> this Error: error reading
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>> error in opening zip file
>> > > > > > > I went back and see all the directories running as root user
>> only. all the directory output given as below.
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>> root@md-trngpoc1:/usr/local/flume_dir/flume)# who iam i
>> > > > > > > root pts/2 2012-06-20 15:19
>> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
>> root@md-trngpoc1:/usr/local/flume_dir/flume)# cd
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
>> ls -lrt
>> > > > > > > total 20
>> > > > > > > -rw-r--r-- 1 root root 2717 2012-06-21 16:21
>> jruby-complete-1.6.5.pom
>> > > > > > > -rw-r--r-- 1 root root 40 2012-06-21 16:21
>> jruby-complete-1.6.5.pom.sha1
>> > > > > > > -rw-r--r-- 1 root root 262 2012-06-21 16:24
>> jruby-complete-1.6.5.jar
>> > > > > > > -rw-r--r-- 1 root root 203 2012-06-21 16:24
>> _maven.repositories
>> > > > > > > -rw-r--r-- 1 root root 1385 2012-06-21 16:24
>> jruby-complete-1.6.5.jar.lastUpdated
>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
>> cd ..
>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)# ls
>> -lrt
>> > > > > > > total 4
>> > > > > > > drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)# cd
>> ..
>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
>> root@md-trngpoc1:~/.m2/repository/org/jruby)# ls -lrt
>> > > > > > > total 12
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
>> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
>> root@md-trngpoc1:~/.m2/repository/org/jruby)# cd ..
>> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:
>> root@md-trngpoc1:~/.m2/repository/org)# ls -lrt
>> > > > > > > total 76
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 xerial
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:17 hamcrest
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:18 mortbay
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:18 jboss
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 eclipse
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:20 schwering
>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 jruby
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 jamon
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 hbase
>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-21 16:21 slf4j
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:25 tukaani
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:26 mockito
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:26 objenesis
>> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:29 sonatype
>> > > > > > > drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 netbeans
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 tomdz
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:34 python
>> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:24 codehaus
>> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:
>> root@md-trngpoc1:~/.m2/repository/org)# cd ..
>> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)#
>> ls -lrt
>> > > > > > > total 184
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 junit
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 classworlds
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 commons-cli
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 doxia
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15
>> commons-collections
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:15 velocity
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-lang
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-io
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 oro
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-validator
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16 commons-digester
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16 xml-apis
>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:16 plexus
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:16 commons-logging
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 log4j
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 joda-time
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 xmlenc
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>> commons-httpclient
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-codec
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
>> commons-configuration
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 logkit
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 avalon-framework
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 commons-beanutils
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-net
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 ant
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-el
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 net
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 hsqldb
>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 tomcat
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 stax
>> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 javax
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 asm
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-dbcp
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-pool
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 xerces
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 commons-chain
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 dom4j
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 sslext
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 antlr
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:31
>> backport-util-concurrent
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 jakarta-regexp
>> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:32 com
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:32 nekohtml
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 regexp
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 ch
>> > > > > > > drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
>> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)#
>> cd ..
>> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)# ls
>> -lrt -a
>> > > > > > > total 12
>> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 ..
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .
>> > > > > > > drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
>> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)# cd ..
>> > > > > > > root@md-trngpoc1 (mailto:root@md-trngpoc1):~# ls -lrt -a
>> > > > > > > total 160
>> > > > > > > -rw-r--r-- 1 root root 140 2010-10-21 18:17 .profile
>> > > > > > > -rw------- 1 root root 256 2012-02-03 10:50 .pulse-cookie
>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 .nautilus
>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 Desktop
>> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:57 .dbus
>> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:58 .local
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-03 14:19 .subversion
>> > > > > > > drwxrwxrwx 6 root root 4096 2012-02-03 14:19 .config
>> > > > > > > drwx------ 3 root root 4096 2012-02-03 14:20 .thumbnails
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-08 10:19 .java
>> > > > > > > drwxrwxrwx 3 root root 4096 2012-02-08 10:21 .pspdata
>> > > > > > > drwx------ 4 root root 4096 2012-02-08 15:19 .mozilla
>> > > > > > > drwx------ 2 root root 4096 2012-02-08 15:19 .gnome2_private
>> > > > > > > drwxr-xr-x 4 root root 4096 2012-02-08 15:19 .icedtea
>> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-09 15:40 .gstreamer-0.10
>> > > > > > > drwxr-xr-x 6 root root 4096 2012-02-21 13:24 .gnome2
>> > > > > > > drwx------ 3 root root 4096 2012-02-27 13:52 .synaptic
>> > > > > > > drwx------ 3 root root 4096 2012-03-01 08:56 .gconf
>> > > > > > > dr-x------ 2 root root 4096 2012-03-01 14:46 .gvfs
>> > > > > > > drwx------ 2 root root 4096 2012-03-01 15:35 .gconfd
>> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .icons ->
>> /home/virtusa/.icons/
>> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .fonts ->
>> /home/virtusa/.fonts/
>> > > > > > > lrwxrwxrwx 1 root root 22 2012-04-30 18:51 .themes ->
>> /home/virtusa/.themes/
>> > > > > > > drwx------ 2 root root 4096 2012-05-02 17:15 .cache
>> > > > > > > -rw------- 1 root root 58 2012-05-04 15:04 .lesshst
>> > > > > > > drwx------ 2 root root 4096 2012-05-07 18:31 .ssh
>> > > > > > > drwx------ 2 root root 4096 2012-05-07 21:22 .pulse
>> > > > > > > drwxr-xr-x 23 root root 4096 2012-05-17 17:50 ..
>> > > > > > > -rw-r--r-- 1 root root 3274 2012-05-17 17:53 .bashrc
>> > > > > > > drwx--x--x 2 root root 4096 2012-05-23 18:42 .splunk
>> > > > > > > -rw-r--r-- 1 root root 2015 2012-06-07 11:30 .hivehistory
>> > > > > > > -rw------- 1 root root 9973 2012-06-08 12:49 .viminfo
>> > > > > > > -rw------- 1 root root 28596 2012-06-20 15:19 .bash_history
>> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .m2
>> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 .
>> > > > > > >
>> > > > > > > I am struggling flume installation from past couple of weeks,
>> Could you please any one help me on this issue.
>> > > > > > >
>> > > > > > > Thanks,
>> > > > > > > Vijay
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
>>
>>
>>
>

Re: mvn package error

Posted by vijay k <k....@gmail.com>.
Hi Mike,

I have run the # <#root@md-trngpoc1:/usr/local/flume_dir/flume>mvn clean
install -DskipTests, I am getting the following output on terminal.


root@md-trngpoc1:/usr/local/flume_dir/flume# mvn clean install -DskipTests
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.apache.flume:flume-parent:pom:1.2.0-incubating-SNAPSHOT
[WARNING] 'reporting.plugins.plugin.version' for
org.tomdz.maven:sphinx-maven-plugin is missing. @ line 832, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache Flume
[INFO] Flume NG SDK
[INFO] Flume NG Configuration
[INFO] Flume NG Core
[INFO] Flume NG Sinks
[INFO] Flume NG HDFS Sink
[INFO] Flume NG IRC Sink
[INFO] Flume NG HBase Sink
[INFO] Flume NG Channels
[INFO] Flume NG JDBC channel
[INFO] Flume NG Node
[INFO] Flume NG file-based channel
[INFO] Flume NG file backed Memory channel
[INFO] Flume legacy Sources
[INFO] Flume legacy Avro source
[INFO] Flume legacy Thrift Source
[INFO] Flume NG Clients
[INFO] Flume NG Log4j Appender
[INFO] Flume NG distribution
[INFO] Flume NG Integration Tests
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Flume 1.2.0-incubating-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ flume-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
flume-parent ---
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-parent ---
[INFO] Exclude: .idea/
[INFO] Exclude: **/*.iml
[INFO] Exclude: .git/
[INFO] Exclude: .gitignore
[INFO] Exclude: .repository/
[INFO] Exclude: **/*.diff
[INFO] Exclude: **/*.patch
[INFO] Exclude: **/*.avsc
[INFO] Exclude: **/docs/**
[INFO]
[INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-parent >>>
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
[INFO]
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
[INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO]
[INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
flume-avro-source ---
[INFO]
[INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-parent <<<
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of
the build but seem to be part of the reactor:
[WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] o
org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
(compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
flume-parent ---
[WARNING] The dependency:
[org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] IGNORED to add some artifacts in the classpath. See above.
[WARNING] The dependency:
[org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT] can't be
resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] The dependency:
[org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT]
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should
rerun javadoc after executing mvn install.
[WARNING] IGNORED to add some artifacts in the classpath. See above.
[INFO]
Loading source files for package org.apache.flume...
Loading source files for package org.apache.flume.api...
Loading source files for package org.apache.flume.event...
Loading source files for package org.apache.flume.util...
Loading source files for package org.apache.flume.source.avro...
Loading source files for package org.apache.flume.conf.channel...
Loading source files for package org.apache.flume.conf...
Loading source files for package org.apache.flume.conf.sink...
Loading source files for package org.apache.flume.conf.source...
Loading source files for package org.apache.flume.channel...
Loading source files for package org.apache.flume.sink...
Loading source files for package org.apache.flume.tools...
Loading source files for package org.apache.flume.client.avro...
Loading source files for package org.apache.flume.lifecycle...
Loading source files for package org.apache.flume.interceptor...
Loading source files for package org.apache.flume.formatter.output...
Loading source files for package org.apache.flume.source...
Loading source files for package org.apache.flume.serialization...
Loading source files for package org.apache.flume.sink.hdfs...
Loading source files for package org.apache.flume.sink.irc...
Loading source files for package org.apache.flume.sink.hbase...
Loading source files for package org.apache.flume.channel.jdbc...
Loading source files for package org.apache.flume.channel.jdbc.impl...
Loading source files for package org.apache.flume.conf.properties...
Loading source files for package org.apache.flume.conf.file...
Loading source files for package org.apache.flume.node...
Loading source files for package org.apache.flume.node.nodemanager...
Loading source files for package org.apache.flume.channel.file...
Loading source files for package
org.apache.flume.channel.recoverable.memory.wal...
Loading source files for package
org.apache.flume.channel.recoverable.memory...
Loading source files for package org.apache.flume.source.avroLegacy...
Loading source files for package com.cloudera.flume.handlers.avro...
Loading source files for package com.cloudera.flume.handlers.thrift...
Loading source files for package org.apache.flume.source.thriftLegacy...
Loading source files for package org.apache.flume.clients.log4jappender...
1 error
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Flume ...................................... FAILURE [4.066s]
[INFO] Flume NG SDK ...................................... SKIPPED
[INFO] Flume NG Configuration ............................ SKIPPED
[INFO] Flume NG Core ..................................... SKIPPED
[INFO] Flume NG Sinks .................................... SKIPPED
[INFO] Flume NG HDFS Sink ................................ SKIPPED
[INFO] Flume NG IRC Sink ................................. SKIPPED
[INFO] Flume NG HBase Sink ............................... SKIPPED
[INFO] Flume NG Channels ................................. SKIPPED
[INFO] Flume NG JDBC channel ............................. SKIPPED
[INFO] Flume NG Node ..................................... SKIPPED
[INFO] Flume NG file-based channel ....................... SKIPPED
[INFO] Flume NG file backed Memory channel ............... SKIPPED
[INFO] Flume legacy Sources .............................. SKIPPED
[INFO] Flume legacy Avro source .......................... SKIPPED
[INFO] Flume legacy Thrift Source ........................ SKIPPED
[INFO] Flume NG Clients .................................. SKIPPED
[INFO] Flume NG Log4j Appender ........................... SKIPPED
[INFO] Flume NG distribution ............................. SKIPPED
[INFO] Flume NG Integration Tests ........................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4.502s
[INFO] Finished at: Mon Jun 25 16:52:15 IST 2012
[INFO] Final Memory: 21M/322M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
on project flume-parent: An error has occurred in JavaDocs report
generation:
[ERROR] Exit code: 1 - error: error reading
/root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
error in opening zip file
[ERROR]
[ERROR] Command line was:
/usr/lib/jvm/java-6-sun-1.6.0.26/jre/../bin/javadoc @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in
'/usr/local/flume_dir/flume/target/site/apidocs' dir.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[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

=====================================================================================

Please help me, I might be missing anything wrong?

Thanks,
Vijay




On Mon, Jun 25, 2012 at 4:26 PM, Mike Percy <mp...@cloudera.com> wrote:

> Try: mvn clean install -DskipTests
>
> Maybe install will work.
>
> Mike
>
>
> On Monday, June 25, 2012 at 3:53 AM, vijay k wrote:
>
> > Thanks for the reply.
> >
> > I have unzipped the mvn and added the path like as below.
> >
> > export M2_HOME=/usr/local/flume_dir/apache-maven-3.0.4
> > export M2=$M2_HOME/bin.
> > export PATH=$M2:$PATH.
> >
> >
> > I am getting the mvn version now, like as below.
> >
> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)#
> mvn --version
> > Apache Maven 3.0.4 (r1232337; 2012-01-17 14:14:56+0530)
> > Maven home: /usr/local/flume_dir/apache-maven-3.0.4
> > Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
> > Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre
> > Default locale: en_US, platform encoding: UTF-8
> > OS name: "linux", version: "2.6.38-14-generic", arch: "i386", family:
> "unix"
> > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)#
> which mvn
> > /usr/local/flume_dir/apache-maven-3.0.4/bin/mvn
> >
> > I then run the #mvn package -DskipTests command, still am getting the
> same error.
> >
> > Thanks,
> > Vijay
> >
> > Please help me any suggestions?
> >
> >
> >
> >
> >
> > On Mon, Jun 25, 2012 at 3:18 PM, Juhani Connolly <
> juhani_connolly@cyberagent.co.jp (mailto:juhani_connolly@cyberagent.co.jp)>
> wrote:
> > > If you've just decompressed mvn into some directory and just want to
> run it without interfering with the other users potential install of
> maven2, you could just add the binary directory to your path and then run
> it normally:
> > >
> > > e.g.
> > > $ export PATH=mymaven3/bin:$PATH
> > > $ cd flumedir
> > > # check the version is displaying correctly... you could also do
> "which mvn" to check it's looking at the right place
> > > $ mvn -version
> > > $ mvn package -DskipTests
> > > Beyond that it's going to depend on your distro, and your own personal
> preferences
> > >
> > > On 06/25/2012 06:12 PM, vijay k wrote:
> > > > Thanks for the reply.
> > > >
> > > > Yes, you are correct,
> > > > i did mvn -version getting like as below.
> > > > #mvn -version
> > > > The program 'mvn' is currently not installed. You can install it by
> typing:
> > > > apt-get install maven2
> > > >
> > > > Please let me know how to install maven 3.0.4 installation
> procedure. and what are the pre-requisite s/w needed for flume installation?
> > > >
> > > > Thanks,
> > > > Vijay
> > > >
> > > >
> > > > On Fri, Jun 22, 2012 at 9:24 PM, Ralph Goers <
> ralph.goers@dslextreme.com (mailto:ralph.goers@dslextreme.com)> wrote:
> > > > > Pinging 3 hours later unfortunately isn't helpful. As you can see,
> you are posting in the middle of the night when a lot of us are fast asleep.
> > > > >
> > > > > On Jun 22, 2012, at 3:39 AM, vijay k wrote:
> > > > > > I am waiting for your response on the below issue.
> > > > >
> > > > >
> > > > > You installed maven 3 in the parent directory and then just did
> "mvn" in the child? I suspect that if you do mvn -version you are going to
> get Maven 2 since you never added maven 3 to your path.
> > > > > >
> > > > > > On Fri, Jun 22, 2012 at 1:11 PM, vijay k <k.vijay52@gmail.com(mailto:
> k.vijay52@gmail.com)> wrote:
> > > > > > >
> > > > > > > Hello All Flume user list,
> > > > > > >
> > > > > > > Please help me out on the below issue.
> > > > > > >
> > > > > > > Step1:
> > > > > > > Installed maven3.x in flume_dir directory.
> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:root@md-trngpoc1:/usr/local/flume_dir)#
> ls -lrt
> > > > > > > total 4768
> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
> apache-maven-3.0.4-bin.tar.gz
> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36 apache-maven-3.0.4
> > > > > > > Step2:
> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#git (mailto:
> root@md-trngpoc1:/usr/local/flume_dir#git) clone git://
> git.apache.org/flume.git (http://git.apache.org/flume.git)
> > > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:root@md-trngpoc1:/usr/local/flume_dir)#
> ls -lrt
> > > > > > > total 4768
> > > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36
> apache-maven-3.0.4-bin.tar.gz
> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36 apache-maven-3.0.4
> > > > > > > drwxr-xr-x 18 root root 4096 2012-06-22 12:31 flume
> > > > > > > Step3:
> > > > > > > root@md-trngpoc1:/usr/local/flume_dir#cd (mailto:
> root@md-trngpoc1:/usr/local/flume_dir#cd) flume
> > > > > > > Step4:
> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume#mvn (mailto:
> root@md-trngpoc1:/usr/local/flume_dir/flume#mvn) package -DskipTests
> > > > > > > While running the step4, I am getting the following output.
> > > > > > >
> > > > > > >
> > > > > > >
> =================================================================================================================================================================================
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
> package com.google.common.base does not exist
> > > > > > > [WARNING] import com.google.common.base.Preconditions;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
> package org.apache.hadoop.io.SequenceFile does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.io.SequenceFile.CompressionType;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
> package org.apache.hadoop.io.compress does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.io.compress.CompressionCodec;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > > [WARNING] location: interface
> org.apache.flume.sink.hdfs.HDFSWriter
> > > > > > > [WARNING] public void open(String filePath, CompressionCodec
> codec,
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionType
> > > > > > > [WARNING] location: interface
> org.apache.flume.sink.hdfs.HDFSWriter
> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt) throws
> IOException;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not exist
> > > > > > > [WARNING] import org.apache.hadoop.io.Text;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not exist
> > > > > > > [WARNING] import org.apache.hadoop.io.LongWritable;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
> cannot find symbol
> > > > > > > [WARNING] symbol : class Text
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSTextFormatter
> > > > > > > [WARNING] private Text makeText(Event e) {
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
> cannot find symbol
> > > > > > > [WARNING] symbol : class LongWritable
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSTextFormatter
> > > > > > > [WARNING] public Class<LongWritable> getKeyClass() {
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
> cannot find symbol
> > > > > > > [WARNING] symbol : class Text
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSTextFormatter
> > > > > > > [WARNING] public Class<Text> getValueClass() {
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
> package org.apache.hadoop.conf does not exist
> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
> package org.apache.hadoop.fs does not exist
> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
> package org.apache.hadoop.fs does not exist
> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
> package org.apache.hadoop.fs does not exist
> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
> package org.apache.hadoop.io.SequenceFile does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.io.SequenceFile.CompressionType;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
> package org.apache.hadoop.io.compress does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.io.compress.CompressionCodec;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
> cannot find symbol
> > > > > > > [WARNING] symbol : class FSDataOutputStream
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSDataStream
> > > > > > > [WARNING] private FSDataOutputStream outStream;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSDataStream
> > > > > > > [WARNING] public void open(String filePath, CompressionCodec
> codec,
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionType
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSDataStream
> > > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt) throws
> IOException {
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
> package org.apache.hadoop.conf does not exist
> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
> package org.apache.hadoop.fs does not exist
> > > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
> package org.apache.hadoop.fs does not exist
> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
> package org.apache.hadoop.fs does not exist
> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
> package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not exist
> > > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
> package org.apache.hadoop.io.SequenceFile does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.io.SequenceFile.CompressionType;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
> package org.apache.hadoop.io.compress does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.io.compress.CompressionCodec;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
> package SequenceFile does not exist
> > > > > > > [WARNING] private SequenceFile.Writer writer;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSSequenceFile
> > > > > > > [WARNING] public void open(String filePath, CompressionCodec
> codeC,
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionType
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSSequenceFile
> > > > > > > [WARNING] CompressionType compType, FlumeFormatter fmt) throws
> IOException {
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
> package org.apache.hadoop.conf does not exist
> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
> package org.apache.hadoop.io.SequenceFile does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.io.SequenceFile.CompressionType;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
> package org.apache.hadoop.io.compress does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.io.compress.CompressionCodec;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
> package org.apache.hadoop.io.compress does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.io.compress.CompressionCodecFactory;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
> package org.apache.hadoop.security does not exist
> > > > > > > [WARNING] import org.apache.hadoop.security.SecurityUtil;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
> package org.apache.hadoop.security does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.security.UserGroupInformation;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
> package org.apache.hadoop.security.UserGroupInformation does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
> package com.google.common.base does not exist
> > > > > > > [WARNING] import com.google.common.base.Preconditions;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
> package com.google.common.collect does not exist
> > > > > > > [WARNING] import com.google.common.collect.Lists;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
> package com.google.common.util.concurrent does not exist
> > > > > > > [WARNING] import
> com.google.common.util.concurrent.ThreadFactoryBuilder;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
> package org.apache.hadoop.conf does not exist
> > > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
> package org.apache.hadoop.fs does not exist
> > > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
> package org.apache.hadoop.fs does not exist
> > > > > > > [WARNING] import org.apache.hadoop.fs.Path;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
> package org.apache.hadoop.io.SequenceFile does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.io.SequenceFile.CompressionType;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
> package org.apache.hadoop.io.compress does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.io.compress.CompressionCodec;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
> package org.apache.hadoop.security does not exist
> > > > > > > [WARNING] import
> org.apache.hadoop.security.UserGroupInformation;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > > [WARNING] private CompressionCodec codeC;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionType
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > > [WARNING] private CompressionType compType;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
> cannot find symbol
> > > > > > > [WARNING] symbol : class UserGroupInformation
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > > [WARNING] private UserGroupInformation proxyTicket;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > > [WARNING] private static boolean codecMatches(Class<? extends
> CompressionCodec> cls,
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > > [WARNING] private static CompressionCodec getCodec(String
> codecName) {
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
> cannot find symbol
> > > > > > > [WARNING] symbol : class UserGroupInformation
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > > [WARNING] private static synchronized UserGroupInformation
> kerberosLogin(
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.BucketWriter
> > > > > > > [WARNING] private final CompressionCodec codeC;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionType
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.BucketWriter
> > > > > > > [WARNING] private final CompressionType compType;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
> cannot find symbol
> > > > > > > [WARNING] symbol : class UserGroupInformation
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.BucketWriter
> > > > > > > [WARNING] private final UserGroupInformation user;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
> cannot find symbol
> > > > > > > [WARNING] symbol : class FileSystem
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.BucketWriter
> > > > > > > [WARNING] private FileSystem fileSystem;
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
> cannot find symbol
> > > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > > [WARNING] location: class
> org.apache.flume.sink.hdfs.BucketWriter
> > > > > > > [WARNING] Context context, String filePath, CompressionCodec
> codeC,
> > > > > > > [WARNING] ^
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
> warning - @return tag has no arguments.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
> warning - @return tag has no arguments.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
> warning - @return tag has no arguments.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
> warning - @return tag cannot be used in method with void return type.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
> warning - @return tag cannot be used in method with void return type.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
> warning - @return tag cannot be used in method with void return type.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
> warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used
> in constants.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
> warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can
> only be used in constants.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
> warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can
> only be used in constants.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
> warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be
> used in constants.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
> warning - Tag @link: reference not found: RPCClient
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
> warning - Tag @link: missing '#': "getDefaultInstance()
> getDefaultInstance(String, Integer)"
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
> warning - Tag @link: can't find getDefaultInstance() in
> org.apache.flume.api.RpcClientFactory
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
> warning - Tag @link: missing '#': "getDefaultInstance()
> getDefaultInstance(String, Integer, Integer)"
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
> warning - Tag @link: can't find getDefaultInstance() in
> org.apache.flume.api.RpcClientFactory
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
> warning - Tag @see: reference not found:
> org.apache.flume.api.NettyAvroClient
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
> warning - @return tag has no arguments.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
> warning - Tag @see: reference not found: FileChannel
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
> warning - Tag @see: reference not found: MemoryChannel
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
> warning - Tag @see: reference not found: NullSink
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
> warning - Tag @see: reference not found: LoggerSink
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
> warning - Tag @see: reference not found: RollingFileSink
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
> warning - Tag @see: reference not found: AvroSink
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
> warning - Tag @see: reference not found: FailoverSinkProcessor
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
> warning - Tag @see: reference not found: DefaultSinkProcessor
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
> warning - Tag @see: reference not found: NullSink
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
> warning - Tag @see: reference not found: LoggerSink
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
> warning - Tag @see: reference not found: RollingFileSink
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
> warning - Tag @see: reference not found: AvroSink
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
> warning - Tag @see: reference not found: NetcatSource
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
> warning - Tag @see: reference not found: ExecSource
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
> warning - Tag @see: reference not found: AvroSource
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
> warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
> warning - @Override is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
> warning - @Override is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
> warning - @Override is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
> warning - @return tag has no arguments.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
> warning - @return tag has no arguments.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
> warning - @return tag has no arguments.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
> warning - Tag @linkplain: reference not found: EventDrivenSource
> event-driven sources
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
> warning - Tag @link: reference not found: PollableSource.Status
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
> warning - Tag @link: missing '#': "beforeClose()"
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
> warning - @return tag has no arguments.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
> warning - Tag @link: reference not found: org.hbase.async.PutRequest
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
> warning - Tag @link: reference not found:
> org.hbase.async.AtomicIncrementRequest
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
> warning - @param argument "Event" is not a parameter name.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
> warning - Tag @link: reference not found: org.hbase.async.PutRequest
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
> warning - Tag @link: reference not found:
> org.hbase.async.AtomicIncrementRequest
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
> warning - @param argument "Event" is not a parameter name.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
> warning - Tag @link: reference not found: HBaseEventSerializer
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
> warning - Tag @link: reference not found: org.hbase.async.PutRequest
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
> warning - Tag @link: reference not found:
> org.hbase.async.AtomicIncrementRequest
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
> warning - Tag @link: reference not found: org.hbase.async.PutRequest
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
> warning - Tag @link: reference not found:
> org.hbase.async.AtomicIncrementRequest
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
> warning - @return tag has no arguments.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
> warning - @param argument "properties" is not a parameter name.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
> warning - @return tag has no arguments.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
> warning - @param argument "connection" is not a parameter name.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
> warning - @param argument "connection" is not a parameter name.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
> warning - Tag @link: reference not found: Writable
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
> warning - Tag @link: reference not found: RPCClient
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
> warning - Tag @link: reference not found: Writable
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
> warning - Tag @linkplain: reference not found: EventDrivenSource
> event-driven sources
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
> warning - Tag @linkplain: reference not found: EventDrivenSource
> event-driven sources
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
> warning - Tag @linkplain: reference not found: EventDrivenSource
> event-driven sources
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
> warning - Tag @link: reference not found: Writable
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
> warning - Tag @linkplain: reference not found: EventDrivenSource
> event-driven sources
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
> warning - Tag @link: reference not found: RPCClient
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> > > > > > > [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
> warning - Tag @link: reference not found: Writable
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
> flume-parent ---
> > > > > > > [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] configuring report plugin
> org.tomdz.maven:sphinx-maven-plugin:1.0.2
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > > [INFO] Relativizing decoration links with respect to project
> URL: http://www.apache.org/flume-parent/
> > > > > > > [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > > [INFO] Generating "Project Team" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Mailing Lists" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Issue Tracking" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Project License" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Documentation via sphinx" report ---
> sphinx-maven-plugin:1.0.2
> > > > > > > [INFO] Unpacking sphinx to /usr/local/flume/flume/target/sphinx
> > > > > > > [INFO] Running sphinx on
> /usr/local/flume/flume/flume-ng-doc/sphinx, output will be placed in
> /usr/local/flume/flume/target/site
> > > > > > > Running Sphinx v1.1.2
> > > > > > > loading pickled environment... not yet created
> > > > > > > building [html]: targets for 3 source files that are out of
> date
> > > > > > > updating environment: 3 added, 0 changed, 0 removed
> > > > > > > reading sources... [ 33%] FlumeDeveloperGuide
> > > > > > > reading sources... [ 66%] FlumeUserGuide
> > > > > > > reading sources... [100%] index
> > > > > > > looking for now-outdated files... none found
> > > > > > > pickling environment... done
> > > > > > > checking consistency... done
> > > > > > > preparing documents... done
> > > > > > > writing output... [ 33%] FlumeDeveloperGuide
> > > > > > > writing output... [ 66%] FlumeUserGuide
> > > > > > > writing output... [100%] index
> > > > > > > writing additional files... genindex search
> > > > > > > copying images... [ 16%] images/DevGuide_image00.png
> > > > > > > copying images... [ 33%] images/DevGuide_image01.png
> > > > > > > copying images... [ 50%] images/UserGuide_image03.png
> > > > > > > copying images... [ 66%] images/UserGuide_image02.png
> > > > > > > copying images... [ 83%] images/UserGuide_image01.png
> > > > > > > copying images... [100%] images/UserGuide_image00.png
> > > > > > > copying static files... done
> > > > > > > dumping search index... done
> > > > > > > dumping object inventory... done
> > > > > > > build succeeded, 2 warnings.
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
> flume-parent ---
> > > > > > > [INFO] Using this base directory for staging:
> /usr/local/flume/flume/target/docs
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session: Opened
> > > > > > > [INFO] Pushing /usr/local/flume/flume/target/site
> > > > > > > [INFO] >>> to file:///usr/local/flume/flume/target/docs/./
> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
> Disconnecting
> > > > > > > file:///usr/local/flume/flume/target/docs/ - Session:
> Disconnected
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
> (attach-descriptor) @ flume-parent ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-ng-sdk ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default)
> @ flume-ng-sdk ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
> (default-resources) @ flume-ng-sdk ---
> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > > [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-sdk/src/main/resources
> > > > > > > [INFO] Copying 3 resources
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
> (default-compile) @ flume-ng-sdk ---
> > > > > > > [INFO] Compiling 17 source files to
> /usr/local/flume/flume/flume-ng-sdk/target/classes
> > > > > > > [INFO]
> > > > > > > [INFO] --- paranamer-maven-plugin:2.3:generate (run) @
> flume-ng-sdk ---
> > > > > > > [INFO] Generating parameter names from
> /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to
> /usr/local/flume/flume/flume-ng-sdk/target/classes
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
> (default-testResources) @ flume-ng-sdk ---
> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > > [INFO] Copying 1 resource
> > > > > > > [INFO] Copying 3 resources
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
> (default-testCompile) @ flume-ng-sdk ---
> > > > > > > [INFO] Compiling 6 source files to
> /usr/local/flume/flume/flume-ng-sdk/target/test-classes
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
> flume-ng-sdk ---
> > > > > > > [INFO] Tests are skipped.
> > > > > > > [INFO]
> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
> flume-ng-sdk ---
> > > > > > > [INFO] Exclude: .git/
> > > > > > > [INFO] Exclude: .gitignore
> > > > > > > [INFO] Exclude: .repository/
> > > > > > > [INFO] Exclude: **/*.diff
> > > > > > > [INFO] Exclude: **/*.patch
> > > > > > > [INFO] Exclude: **/*.avsc
> > > > > > > [INFO] Exclude: **/docs/**
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
> flume-ng-sdk ---
> > > > > > > [INFO] Building jar:
> /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
> > > > > > > [INFO]
> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-sdk >>>
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-ng-sdk ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume legacy Avro source
> 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> > > > > > > [INFO]
> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-sdk <<<
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-sdk ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
> flume-ng-sdk ---
> > > > > > > [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > > [INFO] Relativizing decoration links with respect to project
> URL: http://www.apache.org/flume-parent/flume-ng-sdk/
> > > > > > > [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > > [INFO] Generating "Project Team" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Mailing Lists" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Issue Tracking" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Project License" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
> flume-ng-sdk ---
> > > > > > > [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-sdk/target/docs
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
> Session: Opened
> > > > > > > [INFO] Pushing /usr/local/flume/flume/flume-ng-sdk/target/site
> > > > > > > [INFO] >>> to
> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
> Session: Disconnecting
> > > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
> Session: Disconnected
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
> (attach-descriptor) @ flume-ng-sdk ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO] Building Flume NG Configuration
> 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default)
> @ flume-ng-configuration ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
> (default-resources) @ flume-ng-configuration ---
> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > > [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-configuration/src/main/resources
> > > > > > > [INFO] Copying 3 resources
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
> (default-compile) @ flume-ng-configuration ---
> > > > > > > [INFO] Compiling 19 source files to
> /usr/local/flume/flume/flume-ng-configuration/target/classes
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
> (default-testResources) @ flume-ng-configuration ---
> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > > [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-configuration/src/test/resources
> > > > > > > [INFO] Copying 3 resources
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
> (default-testCompile) @ flume-ng-configuration ---
> > > > > > > [INFO] No sources to compile
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
> flume-ng-configuration ---
> > > > > > > [INFO] Tests are skipped.
> > > > > > > [INFO]
> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
> flume-ng-configuration ---
> > > > > > > [INFO] Exclude: .git/
> > > > > > > [INFO] Exclude: .gitignore
> > > > > > > [INFO] Exclude: .repository/
> > > > > > > [INFO] Exclude: **/*.diff
> > > > > > > [INFO] Exclude: **/*.patch
> > > > > > > [INFO] Exclude: **/*.avsc
> > > > > > > [INFO] Exclude: **/docs/**
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
> flume-ng-configuration ---
> > > > > > > [INFO] Building jar:
> /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
> > > > > > > [INFO]
> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-configuration >>>
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-ng-sdk ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume legacy Avro source
> 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> > > > > > > [INFO]
> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-configuration <<<
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-configuration ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
> flume-ng-configuration ---
> > > > > > > [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > > [INFO] Relativizing decoration links with respect to project
> URL: http://www.apache.org/flume-parent/flume-ng-configuration/
> > > > > > > [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > > [INFO] Generating "Project Team" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Mailing Lists" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Issue Tracking" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Project License" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
> flume-ng-configuration ---
> > > > > > > [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-configuration/target/docs
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > >
> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
> Session: Opened
> > > > > > > [INFO] Pushing
> /usr/local/flume/flume/flume-ng-configuration/target/site
> > > > > > > [INFO] >>> to
> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
> > > > > > >
> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
> Session: Disconnecting
> > > > > > >
> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
> Session: Disconnected
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
> (attach-descriptor) @ flume-ng-configuration ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default)
> @ flume-ng-core ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
> (default-resources) @ flume-ng-core ---
> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > > [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-core/src/main/resources
> > > > > > > [INFO] Copying 3 resources
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
> (default-compile) @ flume-ng-core ---
> > > > > > > [INFO] Compiling 88 source files to
> /usr/local/flume/flume/flume-ng-core/target/classes
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
> (default-testResources) @ flume-ng-core ---
> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > > [INFO] Copying 2 resources
> > > > > > > [INFO] Copying 3 resources
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
> (default-testCompile) @ flume-ng-core ---
> > > > > > > [INFO] Compiling 41 source files to
> /usr/local/flume/flume/flume-ng-core/target/test-classes
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
> flume-ng-core ---
> > > > > > > [INFO] Tests are skipped.
> > > > > > > [INFO]
> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
> flume-ng-core ---
> > > > > > > [INFO] Exclude: .git/
> > > > > > > [INFO] Exclude: .gitignore
> > > > > > > [INFO] Exclude: .repository/
> > > > > > > [INFO] Exclude: **/*.diff
> > > > > > > [INFO] Exclude: **/*.patch
> > > > > > > [INFO] Exclude: **/*.avsc
> > > > > > > [INFO] Exclude: **/docs/**
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
> flume-ng-core ---
> > > > > > > [INFO] Building jar:
> /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
> > > > > > > [INFO]
> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-core >>>
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-ng-sdk ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume legacy Avro source
> 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> > > > > > > [INFO]
> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-core <<<
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-core ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
> flume-ng-core ---
> > > > > > > [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > > [INFO] Relativizing decoration links with respect to project
> URL: http://www.apache.org/flume-parent/flume-ng-core/
> > > > > > > [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > > [INFO] Generating "Project Team" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Mailing Lists" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Issue Tracking" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Project License" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
> flume-ng-core ---
> > > > > > > [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-core/target/docs
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
> Session: Opened
> > > > > > > [INFO] Pushing /usr/local/flume/flume/flume-ng-core/target/site
> > > > > > > [INFO] >>> to
> file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
> Session: Disconnecting
> > > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
> Session: Disconnected
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
> (attach-descriptor) @ flume-ng-core ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default)
> @ flume-ng-sinks ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
> flume-ng-sinks ---
> > > > > > > [INFO] Exclude: .git/
> > > > > > > [INFO] Exclude: .gitignore
> > > > > > > [INFO] Exclude: .repository/
> > > > > > > [INFO] Exclude: **/*.diff
> > > > > > > [INFO] Exclude: **/*.patch
> > > > > > > [INFO] Exclude: **/*.avsc
> > > > > > > [INFO] Exclude: **/docs/**
> > > > > > > [INFO]
> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-sinks >>>
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-ng-sdk ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume legacy Avro source
> 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> > > > > > > [INFO]
> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-sinks <<<
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-ng-sinks ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
> flume-ng-sinks ---
> > > > > > > [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > > [INFO] Relativizing decoration links with respect to project
> URL: http://www.apache.org/flume-parent/flume-ng-sinks/
> > > > > > > [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > > [INFO] Generating "Project Team" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Mailing Lists" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Issue Tracking" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Project License" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
> flume-ng-sinks ---
> > > > > > > [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-sinks/target/docs
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
> Session: Opened
> > > > > > > [INFO] Pushing
> /usr/local/flume/flume/flume-ng-sinks/target/site
> > > > > > > [INFO] >>> to
> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
> Session: Disconnecting
> > > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
> Session: Disconnected
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
> (attach-descriptor) @ flume-ng-sinks ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default)
> @ flume-hdfs-sink ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
> (default-resources) @ flume-hdfs-sink ---
> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > > [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
> > > > > > > [INFO] Copying 3 resources
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
> (default-compile) @ flume-hdfs-sink ---
> > > > > > > [INFO] Compiling 11 source files to
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
> (default-testResources) @ flume-hdfs-sink ---
> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > > [INFO] Copying 1 resource
> > > > > > > [INFO] Copying 3 resources
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
> (default-testCompile) @ flume-hdfs-sink ---
> > > > > > > [INFO] Compiling 8 source files to
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
> flume-hdfs-sink ---
> > > > > > > [INFO] Tests are skipped.
> > > > > > > [INFO]
> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
> flume-hdfs-sink ---
> > > > > > > [INFO] Exclude: .git/
> > > > > > > [INFO] Exclude: .gitignore
> > > > > > > [INFO] Exclude: .repository/
> > > > > > > [INFO] Exclude: **/*.diff
> > > > > > > [INFO] Exclude: **/*.patch
> > > > > > > [INFO] Exclude: **/*.avsc
> > > > > > > [INFO] Exclude: **/docs/**
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
> flume-hdfs-sink ---
> > > > > > > [INFO] Building jar:
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
> > > > > > > [INFO]
> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-hdfs-sink >>>
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-ng-sdk ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume legacy Avro source
> 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> > > > > > > [INFO]
> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-hdfs-sink <<<
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-hdfs-sink ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
> flume-hdfs-sink ---
> > > > > > > [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > > [INFO] Relativizing decoration links with respect to project
> URL: http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
> > > > > > > [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > > [INFO] Generating "Project Team" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Mailing Lists" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Issue Tracking" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Project License" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
> flume-hdfs-sink ---
> > > > > > > [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > >
> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
> Session: Opened
> > > > > > > [INFO] Pushing
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
> > > > > > > [INFO] >>> to
> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
> > > > > > >
> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
> Session: Disconnecting
> > > > > > >
> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ -
> Session: Disconnected
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
> (attach-descriptor) @ flume-hdfs-sink ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default)
> @ flume-irc-sink ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
> (default-resources) @ flume-irc-sink ---
> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > > [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
> > > > > > > [INFO] Copying 3 resources
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
> (default-compile) @ flume-irc-sink ---
> > > > > > > [INFO] Compiling 1 source file to
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources
> (default-testResources) @ flume-irc-sink ---
> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > > [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
> > > > > > > [INFO] Copying 3 resources
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile
> (default-testCompile) @ flume-irc-sink ---
> > > > > > > [INFO] No sources to compile
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
> flume-irc-sink ---
> > > > > > > [INFO] Tests are skipped.
> > > > > > > [INFO]
> > > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
> flume-irc-sink ---
> > > > > > > [INFO] Exclude: .git/
> > > > > > > [INFO] Exclude: .gitignore
> > > > > > > [INFO] Exclude: .repository/
> > > > > > > [INFO] Exclude: **/*.diff
> > > > > > > [INFO] Exclude: **/*.patch
> > > > > > > [INFO] Exclude: **/*.avsc
> > > > > > > [INFO] Exclude: **/docs/**
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
> flume-irc-sink ---
> > > > > > > [INFO] Building jar:
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
> > > > > > > [INFO]
> > > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-irc-sink >>>
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-ng-sdk ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO] Forking Flume legacy Avro source
> 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > > [INFO]
> > > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> > > > > > > [INFO]
> > > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-irc-sink <<<
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [WARNING] The following dependencies could not be resolved at
> this point of the build but seem to be part of the reactor:
> > > > > > > [WARNING] o
> org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> > > > > > > [WARNING] Try running the build up to the lifecycle phase
> "package"
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
> @ flume-irc-sink ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @
> flume-irc-sink ---
> > > > > > > [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > > [INFO] Relativizing decoration links with respect to project
> URL: http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
> > > > > > > [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > > [INFO] Generating "Project Team" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Mailing Lists" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Issue Tracking" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO] Generating "Project License" report ---
> maven-project-info-reports-plugin:2.4
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
> flume-irc-sink ---
> > > > > > > [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
> > > > > > > [INFO] Parent project loaded from repository:
> org.apache:apache:pom:9
> > > > > > >
> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
> Session: Opened
> > > > > > > [INFO] Pushing
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
> > > > > > > [INFO] >>> to
> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
> > > > > > >
> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
> Session: Disconnecting
> > > > > > >
> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ -
> Session: Disconnected
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor
> (attach-descriptor) @ flume-irc-sink ---
> > > > > > > [INFO]
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO] Building Flume NG HBase Sink 1.2.0-incubating-SNAPSHOT
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default)
> @ flume-ng-hbase-sink ---
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources
> (default-resources) @ flume-ng-hbase-sink ---
> > > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > > [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
> > > > > > > [INFO] Copying 3 resources
> > > > > > > [INFO]
> > > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile
> (default-compile) @ flume-ng-hbase-sink ---
> > > > > > > [INFO] Compiling 9 source files to
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
> > > > > > > [INFO]
> -------------------------------------------------------------
> > > > > > > [ERROR] COMPILATION ERROR :
> > > > > > > [INFO]
> -------------------------------------------------------------
> > > > > > > [ERROR] error: error reading
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
> error in opening zip file
> > > > > > > [INFO] 1 error
> > > > > > > [INFO]
> -------------------------------------------------------------
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO] Reactor Summary:
> > > > > > > [INFO]
> > > > > > > [INFO] Apache Flume ......................................
> SUCCESS [1:28.043s]
> > > > > > > [INFO] Flume NG SDK ......................................
> SUCCESS [3.273s]
> > > > > > > [INFO] Flume NG Configuration ............................
> SUCCESS [1.581s]
> > > > > > > [INFO] Flume NG Core .....................................
> SUCCESS [3.324s]
> > > > > > > [INFO] Flume NG Sinks ....................................
> SUCCESS [0.822s]
> > > > > > > [INFO] Flume NG HDFS Sink ................................
> SUCCESS [2.084s]
> > > > > > > [INFO] Flume NG IRC Sink .................................
> SUCCESS [1.200s]
> > > > > > > [INFO] Flume NG HBase Sink ...............................
> FAILURE [0.693s]
> > > > > > > [INFO] Flume NG Channels .................................
> SKIPPED
> > > > > > > [INFO] Flume NG JDBC channel .............................
> SKIPPED
> > > > > > > [INFO] Flume NG Node .....................................
> SKIPPED
> > > > > > > [INFO] Flume NG file-based channel .......................
> SKIPPED
> > > > > > > [INFO] Flume NG file backed Memory channel ...............
> SKIPPED
> > > > > > > [INFO] Flume legacy Sources ..............................
> SKIPPED
> > > > > > > [INFO] Flume legacy Avro source ..........................
> SKIPPED
> > > > > > > [INFO] Flume legacy Thrift Source ........................
> SKIPPED
> > > > > > > [INFO] Flume NG Clients ..................................
> SKIPPED
> > > > > > > [INFO] Flume NG Log4j Appender ...........................
> SKIPPED
> > > > > > > [INFO] Flume NG distribution .............................
> SKIPPED
> > > > > > > [INFO] Flume NG Integration Tests ........................
> SKIPPED
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO] BUILD FAILURE
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [INFO] Total time: 1:41.476s
> > > > > > > [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
> > > > > > > [INFO] Final Memory: 96M/269M
> > > > > > > [INFO]
> ------------------------------------------------------------------------
> > > > > > > [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project flume-ng-hbase-sink: Compilation failure
> > > > > > > [ERROR] error: error reading
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
> error in opening zip file
> > > > > > > [ERROR] -> [Help 1]
> > > > > > > [ERROR]
> > > > > > > [ERROR] To see the full stack trace of the errors, re-run
> Maven with the -e switch.
> > > > > > > [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/MojoFailureException
> > > > > > > [ERROR]
> > > > > > > [ERROR] After correcting the problems, you can resume the
> build with the command
> > > > > > > [ERROR] mvn <goals> -rf :flume-ng-hbase-sink
> > > > > > >
> ====================================================================================================================================================================================
> > > > > > >
> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
> root@md-trngpoc1:/usr/local/flume_dir/flume)# ls -lrt
> > > > > > > total 140
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 conf
> > > > > > > drwxr-xr-x 19 root root 4096 2012-06-22 12:05 src
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-node
> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:05
> flume-ng-legacy-sources
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 contrib
> > > > > > > drwxr-xr-x 6 root root 4096 2012-06-22 12:05 flume-ng-channels
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 bin
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-clients
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-tests
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-dist
> > > > > > > -rw-r--r-- 1 root root 1997 2012-06-22 12:05 RELEASE-NOTES
> > > > > > > -rw-r--r-- 1 root root 1433 2012-06-22 12:05 README
> > > > > > > -rw-r--r-- 1 root root 25221 2012-06-22 12:05 pom.xml
> > > > > > > -rw-r--r-- 1 root root 249 2012-06-22 12:05 NOTICE
> > > > > > > -rw-r--r-- 1 root root 11358 2012-06-22 12:05 LICENSE
> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:05 flume-ng-doc
> > > > > > > -rw-r--r-- 1 root root 5559 2012-06-22 12:05 DEVNOTES
> > > > > > > -rw-r--r-- 1 root root 9952 2012-06-22 12:05 CHANGELOG
> > > > > > > -rw-r--r-- 1 root root 719 2012-06-22 12:05 DISCLAIMER
> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:06 flume-ng-sdk
> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 target
> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08
> flume-ng-configuration
> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08 flume-ng-core
> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 flume-ng-sinks
> > > > > > >
> > > > > > >
> > > > > > > In Reactor summary: Flume NG HBase Sink got failed.Due to this
> Error: error reading
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
> error in opening zip file
> > > > > > > I went back and see all the directories running as root user
> only. all the directory output given as below.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
> root@md-trngpoc1:/usr/local/flume_dir/flume)# who iam i
> > > > > > > root pts/2 2012-06-20 15:19
> > > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:
> root@md-trngpoc1:/usr/local/flume_dir/flume)# cd
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
> ls -lrt
> > > > > > > total 20
> > > > > > > -rw-r--r-- 1 root root 2717 2012-06-21 16:21
> jruby-complete-1.6.5.pom
> > > > > > > -rw-r--r-- 1 root root 40 2012-06-21 16:21
> jruby-complete-1.6.5.pom.sha1
> > > > > > > -rw-r--r-- 1 root root 262 2012-06-21 16:24
> jruby-complete-1.6.5.jar
> > > > > > > -rw-r--r-- 1 root root 203 2012-06-21 16:24 _maven.repositories
> > > > > > > -rw-r--r-- 1 root root 1385 2012-06-21 16:24
> jruby-complete-1.6.5.jar.lastUpdated
> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)#
> cd ..
> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)# ls
> -lrt
> > > > > > > total 4
> > > > > > > drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
> (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)# cd ..
> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
> root@md-trngpoc1:~/.m2/repository/org/jruby)# ls -lrt
> > > > > > > total 12
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
> > > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:
> root@md-trngpoc1:~/.m2/repository/org/jruby)# cd ..
> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:root@md-trngpoc1:~/.m2/repository/org)#
> ls -lrt
> > > > > > > total 76
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 xerial
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:17 hamcrest
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:18 mortbay
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:18 jboss
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 eclipse
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:20 schwering
> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 jruby
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 jamon
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 hbase
> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-21 16:21 slf4j
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:25 tukaani
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:26 mockito
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:26 objenesis
> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:29 sonatype
> > > > > > > drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 netbeans
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 tomdz
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:34 python
> > > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:24 codehaus
> > > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:root@md-trngpoc1:~/.m2/repository/org)#
> cd ..
> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)#
> ls -lrt
> > > > > > > total 184
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 junit
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 classworlds
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 commons-cli
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 doxia
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15
> commons-collections
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:15 velocity
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-lang
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-io
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 oro
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-validator
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16 commons-digester
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16 xml-apis
> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:16 plexus
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:16 commons-logging
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 log4j
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 joda-time
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 xmlenc
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-httpclient
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-codec
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19
> commons-configuration
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 logkit
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 avalon-framework
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 commons-beanutils
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-net
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 ant
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-el
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 net
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 hsqldb
> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 tomcat
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 stax
> > > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 javax
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 asm
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-dbcp
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-pool
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 xerces
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 commons-chain
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 dom4j
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 sslext
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 antlr
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:31
> backport-util-concurrent
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 jakarta-regexp
> > > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:32 com
> > > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:32 nekohtml
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 regexp
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 ch
> > > > > > > drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
> > > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)#
> cd ..
> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)# ls
> -lrt -a
> > > > > > > total 12
> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 ..
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .
> > > > > > > drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
> > > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)# cd ..
> > > > > > > root@md-trngpoc1 (mailto:root@md-trngpoc1):~# ls -lrt -a
> > > > > > > total 160
> > > > > > > -rw-r--r-- 1 root root 140 2010-10-21 18:17 .profile
> > > > > > > -rw------- 1 root root 256 2012-02-03 10:50 .pulse-cookie
> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 .nautilus
> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 Desktop
> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:57 .dbus
> > > > > > > drwx------ 3 root root 4096 2012-02-03 10:58 .local
> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-03 14:19 .subversion
> > > > > > > drwxrwxrwx 6 root root 4096 2012-02-03 14:19 .config
> > > > > > > drwx------ 3 root root 4096 2012-02-03 14:20 .thumbnails
> > > > > > > drwxr-xr-x 3 root root 4096 2012-02-08 10:19 .java
> > > > > > > drwxrwxrwx 3 root root 4096 2012-02-08 10:21 .pspdata
> > > > > > > drwx------ 4 root root 4096 2012-02-08 15:19 .mozilla
> > > > > > > drwx------ 2 root root 4096 2012-02-08 15:19 .gnome2_private
> > > > > > > drwxr-xr-x 4 root root 4096 2012-02-08 15:19 .icedtea
> > > > > > > drwxr-xr-x 2 root root 4096 2012-02-09 15:40 .gstreamer-0.10
> > > > > > > drwxr-xr-x 6 root root 4096 2012-02-21 13:24 .gnome2
> > > > > > > drwx------ 3 root root 4096 2012-02-27 13:52 .synaptic
> > > > > > > drwx------ 3 root root 4096 2012-03-01 08:56 .gconf
> > > > > > > dr-x------ 2 root root 4096 2012-03-01 14:46 .gvfs
> > > > > > > drwx------ 2 root root 4096 2012-03-01 15:35 .gconfd
> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .icons ->
> /home/virtusa/.icons/
> > > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .fonts ->
> /home/virtusa/.fonts/
> > > > > > > lrwxrwxrwx 1 root root 22 2012-04-30 18:51 .themes ->
> /home/virtusa/.themes/
> > > > > > > drwx------ 2 root root 4096 2012-05-02 17:15 .cache
> > > > > > > -rw------- 1 root root 58 2012-05-04 15:04 .lesshst
> > > > > > > drwx------ 2 root root 4096 2012-05-07 18:31 .ssh
> > > > > > > drwx------ 2 root root 4096 2012-05-07 21:22 .pulse
> > > > > > > drwxr-xr-x 23 root root 4096 2012-05-17 17:50 ..
> > > > > > > -rw-r--r-- 1 root root 3274 2012-05-17 17:53 .bashrc
> > > > > > > drwx--x--x 2 root root 4096 2012-05-23 18:42 .splunk
> > > > > > > -rw-r--r-- 1 root root 2015 2012-06-07 11:30 .hivehistory
> > > > > > > -rw------- 1 root root 9973 2012-06-08 12:49 .viminfo
> > > > > > > -rw------- 1 root root 28596 2012-06-20 15:19 .bash_history
> > > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .m2
> > > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 .
> > > > > > >
> > > > > > > I am struggling flume installation from past couple of weeks,
> Could you please any one help me on this issue.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Vijay
> > > > > >
> > > > >
> > > >
> > >
> >
>
>
>
>

Re: mvn package error

Posted by Mike Percy <mp...@cloudera.com>.
Try: mvn clean install -DskipTests 

Maybe install will work.

Mike


On Monday, June 25, 2012 at 3:53 AM, vijay k wrote:

> Thanks for the reply.
> 
> I have unzipped the mvn and added the path like as below.
> 
> export M2_HOME=/usr/local/flume_dir/apache-maven-3.0.4
> export M2=$M2_HOME/bin.
> export PATH=$M2:$PATH. 
> 
> 
> I am getting the mvn version now, like as below.
> 
> root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)# mvn --version
> Apache Maven 3.0.4 (r1232337; 2012-01-17 14:14:56+0530)
> Maven home: /usr/local/flume_dir/apache-maven-3.0.4
> Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
> Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "2.6.38-14-generic", arch: "i386", family: "unix"
> root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)# which mvn
> /usr/local/flume_dir/apache-maven-3.0.4/bin/mvn 
> 
> I then run the #mvn package -DskipTests command, still am getting the same error.
> 
> Thanks,
> Vijay
> 
> Please help me any suggestions?
> 
> 
> 
> 
> 
> On Mon, Jun 25, 2012 at 3:18 PM, Juhani Connolly <juhani_connolly@cyberagent.co.jp (mailto:juhani_connolly@cyberagent.co.jp)> wrote:
> > If you've just decompressed mvn into some directory and just want to run it without interfering with the other users potential install of maven2, you could just add the binary directory to your path and then run it normally:
> > 
> > e.g. 
> > $ export PATH=mymaven3/bin:$PATH
> > $ cd flumedir
> > # check the version is displaying correctly... you could also do "which mvn" to check it's looking at the right place
> > $ mvn -version 
> > $ mvn package -DskipTests
> > Beyond that it's going to depend on your distro, and your own personal preferences
> > 
> > On 06/25/2012 06:12 PM, vijay k wrote: 
> > > Thanks for the reply.
> > > 
> > > Yes, you are correct, 
> > > i did mvn -version getting like as below.
> > > #mvn -version
> > > The program 'mvn' is currently not installed. You can install it by typing:
> > > apt-get install maven2 
> > > 
> > > Please let me know how to install maven 3.0.4 installation procedure. and what are the pre-requisite s/w needed for flume installation?
> > > 
> > > Thanks,
> > > Vijay
> > > 
> > > 
> > > On Fri, Jun 22, 2012 at 9:24 PM, Ralph Goers <ralph.goers@dslextreme.com (mailto:ralph.goers@dslextreme.com)> wrote:
> > > > Pinging 3 hours later unfortunately isn't helpful. As you can see, you are posting in the middle of the night when a lot of us are fast asleep. 
> > > > 
> > > > On Jun 22, 2012, at 3:39 AM, vijay k wrote:
> > > > > I am waiting for your response on the below issue. 
> > > > 
> > > > 
> > > > You installed maven 3 in the parent directory and then just did "mvn" in the child? I suspect that if you do mvn -version you are going to get Maven 2 since you never added maven 3 to your path.
> > > > > 
> > > > > On Fri, Jun 22, 2012 at 1:11 PM, vijay k <k.vijay52@gmail.com (mailto:k.vijay52@gmail.com)> wrote:
> > > > > > 
> > > > > > Hello All Flume user list, 
> > > > > > 
> > > > > > Please help me out on the below issue. 
> > > > > > 
> > > > > > Step1: 
> > > > > > Installed maven3.x in flume_dir directory.
> > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
> > > > > > total 4768
> > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36 apache-maven-3.0.4-bin.tar.gz
> > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36 apache-maven-3.0.4 
> > > > > > Step2:
> > > > > > root@md-trngpoc1:/usr/local/flume_dir#git (mailto:root@md-trngpoc1:/usr/local/flume_dir#git) clone git://git.apache.org/flume.git (http://git.apache.org/flume.git)
> > > > > > root@md-trngpoc1:/usr/local/flume_dir (mailto:root@md-trngpoc1:/usr/local/flume_dir)# ls -lrt
> > > > > > total 4768
> > > > > > -rw-r--r-- 1 root root 4873043 2012-06-21 12:36 apache-maven-3.0.4-bin.tar.gz
> > > > > > drwxr-xr-x 6 root root 4096 2012-06-21 12:36 apache-maven-3.0.4
> > > > > > drwxr-xr-x 18 root root 4096 2012-06-22 12:31 flume 
> > > > > > Step3:
> > > > > > root@md-trngpoc1:/usr/local/flume_dir#cd (mailto:root@md-trngpoc1:/usr/local/flume_dir#cd) flume
> > > > > > Step4:
> > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume#mvn (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume#mvn) package -DskipTests
> > > > > > While running the step4, I am getting the following output.
> > > > > > 
> > > > > > 
> > > > > > ================================================================================================================================================================================= 
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21: package com.google.common.base does not exist
> > > > > > [WARNING] import com.google.common.base.Preconditions;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26: package org.apache.hadoop.io.SequenceFile does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27: package org.apache.hadoop.io.compress does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
> > > > > > [WARNING] public void open(String filePath, CompressionCodec codec,
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionType
> > > > > > [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
> > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27: package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.Text;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28: package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.LongWritable;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33: cannot find symbol
> > > > > > [WARNING] symbol : class Text
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
> > > > > > [WARNING] private Text makeText(Event e) {
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40: cannot find symbol
> > > > > > [WARNING] symbol : class LongWritable
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
> > > > > > [WARNING] public Class<LongWritable> getKeyClass() {
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45: cannot find symbol
> > > > > > [WARNING] symbol : class Text
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
> > > > > > [WARNING] public Class<Text> getValueClass() {
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27: package org.apache.hadoop.conf does not exist
> > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28: package org.apache.hadoop.fs does not exist
> > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29: package org.apache.hadoop.fs does not exist
> > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30: package org.apache.hadoop.fs does not exist
> > > > > > [WARNING] import org.apache.hadoop.fs.Path;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31: package org.apache.hadoop.io.SequenceFile does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32: package org.apache.hadoop.io.compress does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35: cannot find symbol
> > > > > > [WARNING] symbol : class FSDataOutputStream
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
> > > > > > [WARNING] private FSDataOutputStream outStream;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
> > > > > > [WARNING] public void open(String filePath, CompressionCodec codec,
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionType
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
> > > > > > [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException {
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26: package org.apache.hadoop.conf does not exist
> > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27: package org.apache.hadoop.fs does not exist
> > > > > > [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28: package org.apache.hadoop.fs does not exist
> > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29: package org.apache.hadoop.fs does not exist
> > > > > > [WARNING] import org.apache.hadoop.fs.Path;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30: package org.apache.hadoop.io (http://org.apache.hadoop.io/) does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31: package org.apache.hadoop.io.SequenceFile does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32: package org.apache.hadoop.io.compress does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36: package SequenceFile does not exist
> > > > > > [WARNING] private SequenceFile.Writer writer;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
> > > > > > [WARNING] public void open(String filePath, CompressionCodec codeC,
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionType
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
> > > > > > [WARNING] CompressionType compType, FlumeFormatter fmt) throws IOException {
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48: package org.apache.hadoop.conf does not exist
> > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49: package org.apache.hadoop.io.SequenceFile does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50: package org.apache.hadoop.io.compress does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51: package org.apache.hadoop.io.compress does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.compress.CompressionCodecFactory;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52: package org.apache.hadoop.security does not exist
> > > > > > [WARNING] import org.apache.hadoop.security.SecurityUtil;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53: package org.apache.hadoop.security does not exist
> > > > > > [WARNING] import org.apache.hadoop.security.UserGroupInformation;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54: package org.apache.hadoop.security.UserGroupInformation does not exist
> > > > > > [WARNING] import org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58: package com.google.common.base does not exist
> > > > > > [WARNING] import com.google.common.base.Preconditions;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59: package com.google.common.collect does not exist
> > > > > > [WARNING] import com.google.common.collect.Lists;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60: package com.google.common.util.concurrent does not exist
> > > > > > [WARNING] import com.google.common.util.concurrent.ThreadFactoryBuilder;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32: package org.apache.hadoop.conf does not exist
> > > > > > [WARNING] import org.apache.hadoop.conf.Configuration;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33: package org.apache.hadoop.fs does not exist
> > > > > > [WARNING] import org.apache.hadoop.fs.FileSystem;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34: package org.apache.hadoop.fs does not exist
> > > > > > [WARNING] import org.apache.hadoop.fs.Path;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35: package org.apache.hadoop.io.SequenceFile does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36: package org.apache.hadoop.io.compress does not exist
> > > > > > [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37: package org.apache.hadoop.security does not exist
> > > > > > [WARNING] import org.apache.hadoop.security.UserGroupInformation;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > [WARNING] private CompressionCodec codeC;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionType
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > [WARNING] private CompressionType compType;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119: cannot find symbol
> > > > > > [WARNING] symbol : class UserGroupInformation
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > [WARNING] private UserGroupInformation proxyTicket;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > [WARNING] private static boolean codecMatches(Class<? extends CompressionCodec> cls,
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > [WARNING] private static CompressionCodec getCodec(String codecName) {
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632: cannot find symbol
> > > > > > [WARNING] symbol : class UserGroupInformation
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> > > > > > [WARNING] private static synchronized UserGroupInformation kerberosLogin(
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> > > > > > [WARNING] private final CompressionCodec codeC;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionType
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> > > > > > [WARNING] private final CompressionType compType;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67: cannot find symbol
> > > > > > [WARNING] symbol : class UserGroupInformation
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> > > > > > [WARNING] private final UserGroupInformation user;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74: cannot find symbol
> > > > > > [WARNING] symbol : class FileSystem
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> > > > > > [WARNING] private FileSystem fileSystem;
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83: cannot find symbol
> > > > > > [WARNING] symbol : class CompressionCodec
> > > > > > [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> > > > > > [WARNING] Context context, String filePath, CompressionCodec codeC,
> > > > > > [WARNING] ^
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59: warning - @return tag has no arguments.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82: warning - @return tag has no arguments.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344: warning - @return tag has no arguments.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344: warning - @return tag cannot be used in method with void return type.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59: warning - @return tag cannot be used in method with void return type.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82: warning - @return tag cannot be used in method with void return type.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52: warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used in constants.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58: warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can only be used in constants.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64: warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can only be used in constants.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98: warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be used in constants.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26: warning - Tag @link: reference not found: RPCClient
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95: warning - Tag @link: missing '#': "getDefaultInstance() getDefaultInstance(String, Integer)"
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95: warning - Tag @link: can't find getDefaultInstance() in org.apache.flume.api.RpcClientFactory
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119: warning - Tag @link: missing '#': "getDefaultInstance() getDefaultInstance(String, Integer, Integer)"
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119: warning - Tag @link: can't find getDefaultInstance() in org.apache.flume.api.RpcClientFactory
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47: warning - Tag @see: reference not found: org.apache.flume.api.NettyAvroClient
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37: warning - @return tag has no arguments.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35: warning - Tag @see: reference not found: FileChannel
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42: warning - Tag @see: reference not found: MemoryChannel
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83: warning - Tag @see: reference not found: NullSink
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90: warning - Tag @see: reference not found: LoggerSink
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97: warning - Tag @see: reference not found: RollingFileSink
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114: warning - Tag @see: reference not found: AvroSink
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57: warning - Tag @see: reference not found: FailoverSinkProcessor
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64: warning - Tag @see: reference not found: DefaultSinkProcessor
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36: warning - Tag @see: reference not found: NullSink
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43: warning - Tag @see: reference not found: LoggerSink
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50: warning - Tag @see: reference not found: RollingFileSink
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67: warning - Tag @see: reference not found: AvroSink
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145: warning - Tag @see: reference not found: NetcatSource
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152: warning - Tag @see: reference not found: ExecSource
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159: warning - Tag @see: reference not found: AvroSource
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57: warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83: warning - @Override is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83: warning - @Override is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83: warning - @Override is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118: warning - @return tag has no arguments.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70: warning - @return tag has no arguments.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140: warning - @return tag has no arguments.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31: warning - Tag @linkplain: reference not found: EventDrivenSource event-driven sources
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49: warning - Tag @link: reference not found: PollableSource.Status
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123: warning - Tag @link: missing '#': "beforeClose()"
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57: warning - @return tag has no arguments.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47: warning - Tag @link: reference not found: org.hbase.async.PutRequest
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47: warning - Tag @link: reference not found: org.hbase.async.AtomicIncrementRequest
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52: warning - @param argument "Event" is not a parameter name.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62: warning - Tag @link: reference not found: org.hbase.async.PutRequest
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72: warning - Tag @link: reference not found: org.hbase.async.AtomicIncrementRequest
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43: warning - @param argument "Event" is not a parameter name.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54: warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81: warning - Tag @link: reference not found: HBaseEventSerializer
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54: warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47: warning - Tag @link: reference not found: org.hbase.async.PutRequest
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47: warning - Tag @link: reference not found: org.hbase.async.AtomicIncrementRequest
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62: warning - Tag @link: reference not found: org.hbase.async.PutRequest
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72: warning - Tag @link: reference not found: org.hbase.async.AtomicIncrementRequest
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54: warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56: warning - @return tag has no arguments.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34: warning - @param argument "properties" is not a parameter name.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80: warning - @return tag has no arguments.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32: warning - @param argument "connection" is not a parameter name.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38: warning - @param argument "connection" is not a parameter name.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31: warning - Tag @link: reference not found: Writable
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26: warning - Tag @link: reference not found: RPCClient
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31: warning - Tag @link: reference not found: Writable
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31: warning - Tag @linkplain: reference not found: EventDrivenSource event-driven sources
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31: warning - Tag @linkplain: reference not found: EventDrivenSource event-driven sources
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31: warning - Tag @linkplain: reference not found: EventDrivenSource event-driven sources
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31: warning - Tag @link: reference not found: Writable
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31: warning - Tag @linkplain: reference not found: EventDrivenSource event-driven sources
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26: warning - Tag @link: reference not found: RPCClient
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> > > > > > [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31: warning - Tag @link: reference not found: Writable
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-parent ---
> > > > > > [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > [INFO] configuring report plugin org.tomdz.maven:sphinx-maven-plugin:1.0.2
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/
> > > > > > [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Documentation via sphinx" report --- sphinx-maven-plugin:1.0.2
> > > > > > [INFO] Unpacking sphinx to /usr/local/flume/flume/target/sphinx
> > > > > > [INFO] Running sphinx on /usr/local/flume/flume/flume-ng-doc/sphinx, output will be placed in /usr/local/flume/flume/target/site
> > > > > > Running Sphinx v1.1.2
> > > > > > loading pickled environment... not yet created
> > > > > > building [html]: targets for 3 source files that are out of date
> > > > > > updating environment: 3 added, 0 changed, 0 removed
> > > > > > reading sources... [ 33%] FlumeDeveloperGuide
> > > > > > reading sources... [ 66%] FlumeUserGuide
> > > > > > reading sources... [100%] index 
> > > > > > looking for now-outdated files... none found
> > > > > > pickling environment... done
> > > > > > checking consistency... done
> > > > > > preparing documents... done
> > > > > > writing output... [ 33%] FlumeDeveloperGuide
> > > > > > writing output... [ 66%] FlumeUserGuide
> > > > > > writing output... [100%] index 
> > > > > > writing additional files... genindex search
> > > > > > copying images... [ 16%] images/DevGuide_image00.png
> > > > > > copying images... [ 33%] images/DevGuide_image01.png
> > > > > > copying images... [ 50%] images/UserGuide_image03.png
> > > > > > copying images... [ 66%] images/UserGuide_image02.png
> > > > > > copying images... [ 83%] images/UserGuide_image01.png
> > > > > > copying images... [100%] images/UserGuide_image00.png 
> > > > > > copying static files... done
> > > > > > dumping search index... done
> > > > > > dumping object inventory... done
> > > > > > build succeeded, 2 warnings.
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-parent ---
> > > > > > [INFO] Using this base directory for staging: /usr/local/flume/flume/target/docs
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > file:///usr/local/flume/flume/target/docs/ - Session: Opened
> > > > > > [INFO] Pushing /usr/local/flume/flume/target/site
> > > > > > [INFO] >>> to file:///usr/local/flume/flume/target/docs/./
> > > > > > file:///usr/local/flume/flume/target/docs/ - Session: Disconnecting
> > > > > > file:///usr/local/flume/flume/target/docs/ - Session: Disconnected
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-parent ---
> > > > > > [INFO]
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-ng-sdk ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-sdk ---
> > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-sdk/src/main/resources
> > > > > > [INFO] Copying 3 resources
> > > > > > [INFO]
> > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-ng-sdk ---
> > > > > > [INFO] Compiling 17 source files to /usr/local/flume/flume/flume-ng-sdk/target/classes
> > > > > > [INFO]
> > > > > > [INFO] --- paranamer-maven-plugin:2.3:generate (run) @ flume-ng-sdk ---
> > > > > > [INFO] Generating parameter names from /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to /usr/local/flume/flume/flume-ng-sdk/target/classes
> > > > > > [INFO]
> > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-ng-sdk ---
> > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > [INFO] Copying 1 resource
> > > > > > [INFO] Copying 3 resources
> > > > > > [INFO]
> > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ flume-ng-sdk ---
> > > > > > [INFO] Compiling 6 source files to /usr/local/flume/flume/flume-ng-sdk/target/test-classes
> > > > > > [INFO]
> > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-sdk ---
> > > > > > [INFO] Tests are skipped.
> > > > > > [INFO]
> > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sdk ---
> > > > > > [INFO] Exclude: .git/
> > > > > > [INFO] Exclude: .gitignore
> > > > > > [INFO] Exclude: .repository/
> > > > > > [INFO] Exclude: **/*.diff
> > > > > > [INFO] Exclude: **/*.patch
> > > > > > [INFO] Exclude: **/*.avsc
> > > > > > [INFO] Exclude: **/docs/**
> > > > > > [INFO]
> > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-sdk ---
> > > > > > [INFO] Building jar: /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
> > > > > > [INFO]
> > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sdk >>>
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> > > > > > [INFO]
> > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sdk <<<
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [INFO]
> > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sdk ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sdk ---
> > > > > > [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-sdk/
> > > > > > [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sdk ---
> > > > > > [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-sdk/target/docs
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session: Opened
> > > > > > [INFO] Pushing /usr/local/flume/flume/flume-ng-sdk/target/site
> > > > > > [INFO] >>> to file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
> > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session: Disconnecting
> > > > > > file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session: Disconnected
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-ng-sdk ---
> > > > > > [INFO]
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] Building Flume NG Configuration 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO]
> > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-ng-configuration ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-configuration ---
> > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-configuration/src/main/resources
> > > > > > [INFO] Copying 3 resources
> > > > > > [INFO]
> > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-ng-configuration ---
> > > > > > [INFO] Compiling 19 source files to /usr/local/flume/flume/flume-ng-configuration/target/classes
> > > > > > [INFO]
> > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-ng-configuration ---
> > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-configuration/src/test/resources
> > > > > > [INFO] Copying 3 resources
> > > > > > [INFO]
> > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ flume-ng-configuration ---
> > > > > > [INFO] No sources to compile
> > > > > > [INFO]
> > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-configuration ---
> > > > > > [INFO] Tests are skipped.
> > > > > > [INFO]
> > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-configuration ---
> > > > > > [INFO] Exclude: .git/
> > > > > > [INFO] Exclude: .gitignore
> > > > > > [INFO] Exclude: .repository/
> > > > > > [INFO] Exclude: **/*.diff
> > > > > > [INFO] Exclude: **/*.patch
> > > > > > [INFO] Exclude: **/*.avsc
> > > > > > [INFO] Exclude: **/docs/**
> > > > > > [INFO]
> > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-configuration ---
> > > > > > [INFO] Building jar: /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
> > > > > > [INFO]
> > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-configuration >>>
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> > > > > > [INFO]
> > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-configuration <<<
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [INFO]
> > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-configuration ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-configuration ---
> > > > > > [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-configuration/
> > > > > > [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-configuration ---
> > > > > > [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-configuration/target/docs
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ - Session: Opened
> > > > > > [INFO] Pushing /usr/local/flume/flume/flume-ng-configuration/target/site
> > > > > > [INFO] >>> to file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
> > > > > > file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ - Session: Disconnecting
> > > > > > file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ - Session: Disconnected
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-ng-configuration ---
> > > > > > [INFO]
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO]
> > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-ng-core ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-core ---
> > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-core/src/main/resources
> > > > > > [INFO] Copying 3 resources
> > > > > > [INFO]
> > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-ng-core ---
> > > > > > [INFO] Compiling 88 source files to /usr/local/flume/flume/flume-ng-core/target/classes
> > > > > > [INFO]
> > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-ng-core ---
> > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > [INFO] Copying 2 resources
> > > > > > [INFO] Copying 3 resources
> > > > > > [INFO]
> > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ flume-ng-core ---
> > > > > > [INFO] Compiling 41 source files to /usr/local/flume/flume/flume-ng-core/target/test-classes
> > > > > > [INFO]
> > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-core ---
> > > > > > [INFO] Tests are skipped.
> > > > > > [INFO]
> > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-core ---
> > > > > > [INFO] Exclude: .git/
> > > > > > [INFO] Exclude: .gitignore
> > > > > > [INFO] Exclude: .repository/
> > > > > > [INFO] Exclude: **/*.diff
> > > > > > [INFO] Exclude: **/*.patch
> > > > > > [INFO] Exclude: **/*.avsc
> > > > > > [INFO] Exclude: **/docs/**
> > > > > > [INFO]
> > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-core ---
> > > > > > [INFO] Building jar: /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
> > > > > > [INFO]
> > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-core >>>
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> > > > > > [INFO]
> > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-core <<<
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [INFO]
> > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-core ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-core ---
> > > > > > [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-core/
> > > > > > [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-core ---
> > > > > > [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-core/target/docs
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session: Opened
> > > > > > [INFO] Pushing /usr/local/flume/flume/flume-ng-core/target/site
> > > > > > [INFO] >>> to file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
> > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session: Disconnecting
> > > > > > file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session: Disconnected
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-ng-core ---
> > > > > > [INFO]
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO]
> > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-ng-sinks ---
> > > > > > [INFO]
> > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sinks ---
> > > > > > [INFO] Exclude: .git/
> > > > > > [INFO] Exclude: .gitignore
> > > > > > [INFO] Exclude: .repository/
> > > > > > [INFO] Exclude: **/*.diff
> > > > > > [INFO] Exclude: **/*.patch
> > > > > > [INFO] Exclude: **/*.avsc
> > > > > > [INFO] Exclude: **/docs/**
> > > > > > [INFO]
> > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sinks >>>
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> > > > > > [INFO]
> > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sinks <<<
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [INFO]
> > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sinks ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sinks ---
> > > > > > [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-sinks/
> > > > > > [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sinks ---
> > > > > > [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-sinks/target/docs
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session: Opened
> > > > > > [INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/target/site
> > > > > > [INFO] >>> to file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
> > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session: Disconnecting
> > > > > > file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session: Disconnected
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-ng-sinks ---
> > > > > > [INFO]
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO]
> > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-hdfs-sink ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-hdfs-sink ---
> > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
> > > > > > [INFO] Copying 3 resources
> > > > > > [INFO]
> > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-hdfs-sink ---
> > > > > > [INFO] Compiling 11 source files to /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
> > > > > > [INFO]
> > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-hdfs-sink ---
> > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > [INFO] Copying 1 resource
> > > > > > [INFO] Copying 3 resources
> > > > > > [INFO]
> > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ flume-hdfs-sink ---
> > > > > > [INFO] Compiling 8 source files to /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
> > > > > > [INFO]
> > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-hdfs-sink ---
> > > > > > [INFO] Tests are skipped.
> > > > > > [INFO]
> > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-hdfs-sink ---
> > > > > > [INFO] Exclude: .git/
> > > > > > [INFO] Exclude: .gitignore
> > > > > > [INFO] Exclude: .repository/
> > > > > > [INFO] Exclude: **/*.diff
> > > > > > [INFO] Exclude: **/*.patch
> > > > > > [INFO] Exclude: **/*.avsc
> > > > > > [INFO] Exclude: **/docs/**
> > > > > > [INFO]
> > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-hdfs-sink ---
> > > > > > [INFO] Building jar: /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
> > > > > > [INFO]
> > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-hdfs-sink >>>
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> > > > > > [INFO]
> > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-hdfs-sink <<<
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [INFO]
> > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-hdfs-sink ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-hdfs-sink ---
> > > > > > [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
> > > > > > [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-hdfs-sink ---
> > > > > > [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ - Session: Opened
> > > > > > [INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
> > > > > > [INFO] >>> to file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
> > > > > > file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ - Session: Disconnecting
> > > > > > file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ - Session: Disconnected
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-hdfs-sink ---
> > > > > > [INFO]
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO]
> > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-irc-sink ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-irc-sink ---
> > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
> > > > > > [INFO] Copying 3 resources
> > > > > > [INFO]
> > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-irc-sink ---
> > > > > > [INFO] Compiling 1 source file to /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
> > > > > > [INFO]
> > > > > > [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-irc-sink ---
> > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
> > > > > > [INFO] Copying 3 resources
> > > > > > [INFO]
> > > > > > [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ flume-irc-sink ---
> > > > > > [INFO] No sources to compile
> > > > > > [INFO]
> > > > > > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-irc-sink ---
> > > > > > [INFO] Tests are skipped.
> > > > > > [INFO]
> > > > > > [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-irc-sink ---
> > > > > > [INFO] Exclude: .git/
> > > > > > [INFO] Exclude: .gitignore
> > > > > > [INFO] Exclude: .repository/
> > > > > > [INFO] Exclude: **/*.diff
> > > > > > [INFO] Exclude: **/*.patch
> > > > > > [INFO] Exclude: **/*.avsc
> > > > > > [INFO] Exclude: **/docs/**
> > > > > > [INFO]
> > > > > > [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-irc-sink ---
> > > > > > [INFO] Building jar: /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
> > > > > > [INFO]
> > > > > > [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-irc-sink >>>
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> > > > > > [INFO]
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > > > > > [INFO]
> > > > > > [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> > > > > > [INFO]
> > > > > > [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-irc-sink <<<
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> > > > > > [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> > > > > > [WARNING] Try running the build up to the lifecycle phase "package"
> > > > > > [INFO]
> > > > > > [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-irc-sink ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-irc-sink ---
> > > > > > [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
> > > > > > [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> > > > > > [INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.4
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-irc-sink ---
> > > > > > [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
> > > > > > [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> > > > > > file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ - Session: Opened
> > > > > > [INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
> > > > > > [INFO] >>> to file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
> > > > > > file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ - Session: Disconnecting
> > > > > > file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ - Session: Disconnected
> > > > > > [INFO]
> > > > > > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-irc-sink ---
> > > > > > [INFO]
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] Building Flume NG HBase Sink 1.2.0-incubating-SNAPSHOT
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO]
> > > > > > [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-ng-hbase-sink ---
> > > > > > [INFO]
> > > > > > [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-hbase-sink ---
> > > > > > [INFO] Using 'UTF-8' encoding to copy filtered resources.
> > > > > > [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
> > > > > > [INFO] Copying 3 resources
> > > > > > [INFO]
> > > > > > [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-ng-hbase-sink ---
> > > > > > [INFO] Compiling 9 source files to /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
> > > > > > [INFO] -------------------------------------------------------------
> > > > > > [ERROR] COMPILATION ERROR :
> > > > > > [INFO] -------------------------------------------------------------
> > > > > > [ERROR] error: error reading /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar; error in opening zip file
> > > > > > [INFO] 1 error
> > > > > > [INFO] -------------------------------------------------------------
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] Reactor Summary:
> > > > > > [INFO]
> > > > > > [INFO] Apache Flume ...................................... SUCCESS [1:28.043s]
> > > > > > [INFO] Flume NG SDK ...................................... SUCCESS [3.273s]
> > > > > > [INFO] Flume NG Configuration ............................ SUCCESS [1.581s]
> > > > > > [INFO] Flume NG Core ..................................... SUCCESS [3.324s]
> > > > > > [INFO] Flume NG Sinks .................................... SUCCESS [0.822s]
> > > > > > [INFO] Flume NG HDFS Sink ................................ SUCCESS [2.084s]
> > > > > > [INFO] Flume NG IRC Sink ................................. SUCCESS [1.200s]
> > > > > > [INFO] Flume NG HBase Sink ............................... FAILURE [0.693s]
> > > > > > [INFO] Flume NG Channels ................................. SKIPPED
> > > > > > [INFO] Flume NG JDBC channel ............................. SKIPPED
> > > > > > [INFO] Flume NG Node ..................................... SKIPPED
> > > > > > [INFO] Flume NG file-based channel ....................... SKIPPED
> > > > > > [INFO] Flume NG file backed Memory channel ............... SKIPPED
> > > > > > [INFO] Flume legacy Sources .............................. SKIPPED
> > > > > > [INFO] Flume legacy Avro source .......................... SKIPPED
> > > > > > [INFO] Flume legacy Thrift Source ........................ SKIPPED
> > > > > > [INFO] Flume NG Clients .................................. SKIPPED
> > > > > > [INFO] Flume NG Log4j Appender ........................... SKIPPED
> > > > > > [INFO] Flume NG distribution ............................. SKIPPED
> > > > > > [INFO] Flume NG Integration Tests ........................ SKIPPED
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] BUILD FAILURE
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [INFO] Total time: 1:41.476s
> > > > > > [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
> > > > > > [INFO] Final Memory: 96M/269M
> > > > > > [INFO] ------------------------------------------------------------------------
> > > > > > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project flume-ng-hbase-sink: Compilation failure
> > > > > > [ERROR] error: error reading /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar; error in opening zip file
> > > > > > [ERROR] -> [Help 1]
> > > > > > [ERROR]
> > > > > > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> > > > > > [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/MojoFailureException
> > > > > > [ERROR]
> > > > > > [ERROR] After correcting the problems, you can resume the build with the command
> > > > > > [ERROR] mvn <goals> -rf :flume-ng-hbase-sink 
> > > > > > ====================================================================================================================================================================================
> > > > > > 
> > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)# ls -lrt
> > > > > > total 140
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 conf
> > > > > > drwxr-xr-x 19 root root 4096 2012-06-22 12:05 src
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-node
> > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:05 flume-ng-legacy-sources
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 contrib
> > > > > > drwxr-xr-x 6 root root 4096 2012-06-22 12:05 flume-ng-channels
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-22 12:05 bin
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-clients
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-tests
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-22 12:05 flume-ng-dist
> > > > > > -rw-r--r-- 1 root root 1997 2012-06-22 12:05 RELEASE-NOTES
> > > > > > -rw-r--r-- 1 root root 1433 2012-06-22 12:05 README
> > > > > > -rw-r--r-- 1 root root 25221 2012-06-22 12:05 pom.xml
> > > > > > -rw-r--r-- 1 root root 249 2012-06-22 12:05 NOTICE
> > > > > > -rw-r--r-- 1 root root 11358 2012-06-22 12:05 LICENSE
> > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:05 flume-ng-doc
> > > > > > -rw-r--r-- 1 root root 5559 2012-06-22 12:05 DEVNOTES
> > > > > > -rw-r--r-- 1 root root 9952 2012-06-22 12:05 CHANGELOG
> > > > > > -rw-r--r-- 1 root root 719 2012-06-22 12:05 DISCLAIMER
> > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:06 flume-ng-sdk
> > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 target
> > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08 flume-ng-configuration
> > > > > > drwxr-xr-x 5 root root 4096 2012-06-22 12:08 flume-ng-core
> > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:08 flume-ng-sinks 
> > > > > > 
> > > > > > 
> > > > > > In Reactor summary: Flume NG HBase Sink got failed.Due to this Error: error reading /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar; error in opening zip file 
> > > > > > I went back and see all the directories running as root user only. all the directory output given as below.
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)# who iam i
> > > > > > root pts/2 2012-06-20 15:19 
> > > > > > root@md-trngpoc1:/usr/local/flume_dir/flume (mailto:root@md-trngpoc1:/usr/local/flume_dir/flume)# cd /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
> > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5 (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)# ls -lrt
> > > > > > total 20
> > > > > > -rw-r--r-- 1 root root 2717 2012-06-21 16:21 jruby-complete-1.6.5.pom
> > > > > > -rw-r--r-- 1 root root 40 2012-06-21 16:21 jruby-complete-1.6.5.pom.sha1
> > > > > > -rw-r--r-- 1 root root 262 2012-06-21 16:24 jruby-complete-1.6.5.jar
> > > > > > -rw-r--r-- 1 root root 203 2012-06-21 16:24 _maven.repositories
> > > > > > -rw-r--r-- 1 root root 1385 2012-06-21 16:24 jruby-complete-1.6.5.jar.lastUpdated
> > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5 (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5)# cd ..
> > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)# ls -lrt
> > > > > > total 4
> > > > > > drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
> > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete)# cd ..
> > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby)# ls -lrt
> > > > > > total 12
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
> > > > > > root@md-trngpoc1:~/.m2/repository/org/jruby (mailto:root@md-trngpoc1:~/.m2/repository/org/jruby)# cd ..
> > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:root@md-trngpoc1:~/.m2/repository/org)# ls -lrt
> > > > > > total 76
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 xerial
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:17 hamcrest
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:18 mortbay
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:18 jboss
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 eclipse
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:20 schwering
> > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 jruby
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 jamon
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 hbase
> > > > > > drwxr-xr-x 7 root root 4096 2012-06-21 16:21 slf4j
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:25 tukaani
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:26 mockito
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:26 objenesis
> > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:29 sonatype
> > > > > > drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 netbeans
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 tomdz
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:34 python
> > > > > > drwxr-xr-x 7 root root 4096 2012-06-22 12:24 codehaus
> > > > > > root@md-trngpoc1:~/.m2/repository/org (mailto:root@md-trngpoc1:~/.m2/repository/org)# cd ..
> > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)# ls -lrt
> > > > > > total 184
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 junit
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 classworlds
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:14 commons-cli
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 doxia
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-collections
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:15 velocity
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-lang
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-io
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 oro
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:15 commons-validator
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16 commons-digester
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:16 xml-apis
> > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:16 plexus
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:16 commons-logging
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:17 log4j
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 joda-time
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 xmlenc
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-httpclient
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-codec
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-configuration
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 logkit
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 avalon-framework
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 commons-beanutils
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-net
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 ant
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 commons-el
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:19 net
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:19 hsqldb
> > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 tomcat
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:21 stax
> > > > > > drwxr-xr-x 5 root root 4096 2012-06-21 16:21 javax
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:21 asm
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-dbcp
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:24 commons-pool
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 xerces
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 commons-chain
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 dom4j
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 sslext
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:30 antlr
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:31 backport-util-concurrent
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 jakarta-regexp
> > > > > > drwxr-xr-x 8 root root 4096 2012-06-21 16:32 com
> > > > > > drwxr-xr-x 4 root root 4096 2012-06-21 16:32 nekohtml
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 regexp
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:32 ch
> > > > > > drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
> > > > > > root@md-trngpoc1:~/.m2/repository (mailto:root@md-trngpoc1:~/.m2/repository)# cd ..
> > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)# ls -lrt -a
> > > > > > total 12
> > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 ..
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .
> > > > > > drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
> > > > > > root@md-trngpoc1:~/.m2 (mailto:root@md-trngpoc1:~/.m2)# cd ..
> > > > > > root@md-trngpoc1 (mailto:root@md-trngpoc1):~# ls -lrt -a
> > > > > > total 160
> > > > > > -rw-r--r-- 1 root root 140 2010-10-21 18:17 .profile
> > > > > > -rw------- 1 root root 256 2012-02-03 10:50 .pulse-cookie
> > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 .nautilus
> > > > > > drwxr-xr-x 2 root root 4096 2012-02-03 10:57 Desktop
> > > > > > drwx------ 3 root root 4096 2012-02-03 10:57 .dbus
> > > > > > drwx------ 3 root root 4096 2012-02-03 10:58 .local
> > > > > > drwxr-xr-x 3 root root 4096 2012-02-03 14:19 .subversion
> > > > > > drwxrwxrwx 6 root root 4096 2012-02-03 14:19 .config
> > > > > > drwx------ 3 root root 4096 2012-02-03 14:20 .thumbnails
> > > > > > drwxr-xr-x 3 root root 4096 2012-02-08 10:19 .java
> > > > > > drwxrwxrwx 3 root root 4096 2012-02-08 10:21 .pspdata
> > > > > > drwx------ 4 root root 4096 2012-02-08 15:19 .mozilla
> > > > > > drwx------ 2 root root 4096 2012-02-08 15:19 .gnome2_private
> > > > > > drwxr-xr-x 4 root root 4096 2012-02-08 15:19 .icedtea
> > > > > > drwxr-xr-x 2 root root 4096 2012-02-09 15:40 .gstreamer-0.10
> > > > > > drwxr-xr-x 6 root root 4096 2012-02-21 13:24 .gnome2
> > > > > > drwx------ 3 root root 4096 2012-02-27 13:52 .synaptic
> > > > > > drwx------ 3 root root 4096 2012-03-01 08:56 .gconf
> > > > > > dr-x------ 2 root root 4096 2012-03-01 14:46 .gvfs
> > > > > > drwx------ 2 root root 4096 2012-03-01 15:35 .gconfd
> > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .icons -> /home/virtusa/.icons/
> > > > > > lrwxrwxrwx 1 root root 21 2012-04-30 18:51 .fonts -> /home/virtusa/.fonts/
> > > > > > lrwxrwxrwx 1 root root 22 2012-04-30 18:51 .themes -> /home/virtusa/.themes/
> > > > > > drwx------ 2 root root 4096 2012-05-02 17:15 .cache
> > > > > > -rw------- 1 root root 58 2012-05-04 15:04 .lesshst
> > > > > > drwx------ 2 root root 4096 2012-05-07 18:31 .ssh
> > > > > > drwx------ 2 root root 4096 2012-05-07 21:22 .pulse
> > > > > > drwxr-xr-x 23 root root 4096 2012-05-17 17:50 ..
> > > > > > -rw-r--r-- 1 root root 3274 2012-05-17 17:53 .bashrc
> > > > > > drwx--x--x 2 root root 4096 2012-05-23 18:42 .splunk
> > > > > > -rw-r--r-- 1 root root 2015 2012-06-07 11:30 .hivehistory
> > > > > > -rw------- 1 root root 9973 2012-06-08 12:49 .viminfo
> > > > > > -rw------- 1 root root 28596 2012-06-20 15:19 .bash_history
> > > > > > drwxr-xr-x 3 root root 4096 2012-06-21 16:12 .m2
> > > > > > drwx------ 25 root root 4096 2012-06-21 16:12 . 
> > > > > > 
> > > > > > I am struggling flume installation from past couple of weeks, Could you please any one help me on this issue. 
> > > > > > 
> > > > > > Thanks,
> > > > > > Vijay
> > > > > 
> > > > 
> > > 
> > 
> 




Re: mvn package error

Posted by vijay k <k....@gmail.com>.
Thanks for the reply.

I have unzipped the mvn and added the path like as below.

export M2_HOME=/usr/local/flume_dir/apache-maven-3.0.4
export M2=$M2_HOME/bin.
export PATH=$M2:$PATH.


I am getting the mvn version now,  like as below.

root@md-trngpoc1:/usr/local/flume_dir/flume# mvn --version
Apache Maven 3.0.4 (r1232337; 2012-01-17 14:14:56+0530)
Maven home: /usr/local/flume_dir/apache-maven-3.0.4
Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.38-14-generic", arch: "i386", family: "unix"
root@md-trngpoc1:/usr/local/flume_dir/flume# which mvn
/usr/local/flume_dir/apache-maven-3.0.4/bin/mvn

I then run the #mvn package -DskipTests command, still am getting the same
error.

Thanks,
Vijay


Please help me any suggestions?





On Mon, Jun 25, 2012 at 3:18 PM, Juhani Connolly <
juhani_connolly@cyberagent.co.jp> wrote:

> If you've just decompressed mvn into some directory and just want to run
> it without interfering with the other users potential install of maven2,
> you could just add the binary directory to your path and then run it
> normally:
>
> e.g.
> $ export PATH=mymaven3/bin:$PATH
> $ cd flumedir
> # check the version is displaying correctly... you could also do "which
> mvn" to check it's looking at the right place
> $ mvn -version
> $ mvn package -DskipTests
> Beyond that it's going to depend on your distro, and your own personal
> preferences
>
> On 06/25/2012 06:12 PM, vijay k wrote:
>
> Thanks for the reply.
>
> Yes, you are correct,
> i did mvn -version getting like as below.
> #mvn -version
> The program 'mvn' is currently not installed.  You can install it by
> typing:
> apt-get install maven2
>
> Please let me know how to install maven 3.0.4 installation procedure. and
> what are the pre-requisite s/w needed for flume installation?
>
> Thanks,
> Vijay
>
>
> On Fri, Jun 22, 2012 at 9:24 PM, Ralph Goers <ra...@dslextreme.com>wrote:
>
>> Pinging 3 hours later unfortunately isn't helpful.  As you can see, you
>> are posting in the middle of the night when a lot of us are fast asleep.
>>
>>  On Jun 22, 2012, at 3:39 AM, vijay k wrote:
>>
>>  I am waiting for your response on the below issue.
>>
>>
>> You installed maven 3 in the parent directory and then just did "mvn" in
>> the child?  I suspect that if you do mvn -version you are going to get
>> Maven 2 since you never added maven 3 to your path.
>>
>>
>>  On Fri, Jun 22, 2012 at 1:11 PM, vijay k <k....@gmail.com> wrote:
>>
>>>
>>> Hello All Flume user list,
>>>
>>>
>>> Please help me out on the below issue.
>>>
>>>
>>> Step1:
>>>
>>> Installed maven3.x in flume_dir directory.
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
>>> total 4768
>>> -rw-r--r--  1 root root 4873043 2012-06-21 12:36
>>> apache-maven-3.0.4-bin.tar.gz
>>> drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4
>>>
>>> Step2:
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir#git clone git://
>>> git.apache.org/flume.git
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
>>> total 4768
>>> -rw-r--r--  1 root root 4873043 2012-06-21 12:36
>>> apache-maven-3.0.4-bin.tar.gz
>>> drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4
>>> drwxr-xr-x 18 root root    4096 2012-06-22 12:31 flume
>>>
>>> Step3:
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir#cd flume
>>>
>>> Step4:
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir/flume#mvn package -DskipTests
>>>
>>> While running the step4, I am getting the following output.
>>>
>>>
>>>
>>>
>>> =================================================================================================================================================================================
>>>
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
>>> package com.google.common.base does not exist
>>> [WARNING] import com.google.common.base.Preconditions;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
>>> [WARNING] public void open(String filePath, CompressionCodec codec,
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionType
>>> [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
>>> [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
>>> package org.apache.hadoop.io does not exist
>>> [WARNING] import org.apache.hadoop.io.Text;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
>>> package org.apache.hadoop.io does not exist
>>> [WARNING] import org.apache.hadoop.io.LongWritable;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
>>> cannot find symbol
>>> [WARNING] symbol  : class Text
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
>>> [WARNING] private Text makeText(Event e) {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
>>> cannot find symbol
>>> [WARNING] symbol  : class LongWritable
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
>>> [WARNING] public Class<LongWritable> getKeyClass() {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
>>> cannot find symbol
>>> [WARNING] symbol  : class Text
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
>>> [WARNING] public Class<Text> getValueClass() {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
>>> package org.apache.hadoop.conf does not exist
>>> [WARNING] import org.apache.hadoop.conf.Configuration;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.FileSystem;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.Path;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
>>> cannot find symbol
>>> [WARNING] symbol  : class FSDataOutputStream
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
>>> [WARNING] private FSDataOutputStream outStream;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
>>> [WARNING] public void open(String filePath, CompressionCodec codec,
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionType
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
>>> [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
>>> package org.apache.hadoop.conf does not exist
>>> [WARNING] import org.apache.hadoop.conf.Configuration;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.FileSystem;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.Path;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
>>> package org.apache.hadoop.io does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
>>> package SequenceFile does not exist
>>> [WARNING] private SequenceFile.Writer writer;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
>>> [WARNING] public void open(String filePath, CompressionCodec codeC,
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionType
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
>>> [WARNING] CompressionType compType, FlumeFormatter fmt) throws
>>> IOException {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
>>> package org.apache.hadoop.conf does not exist
>>> [WARNING] import org.apache.hadoop.conf.Configuration;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodecFactory;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
>>> package org.apache.hadoop.security does not exist
>>> [WARNING] import org.apache.hadoop.security.SecurityUtil;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
>>> package org.apache.hadoop.security does not exist
>>> [WARNING] import org.apache.hadoop.security.UserGroupInformation;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
>>> package org.apache.hadoop.security.UserGroupInformation does not exist
>>> [WARNING] import
>>> org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
>>> package com.google.common.base does not exist
>>> [WARNING] import com.google.common.base.Preconditions;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
>>> package com.google.common.collect does not exist
>>> [WARNING] import com.google.common.collect.Lists;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
>>> package com.google.common.util.concurrent does not exist
>>> [WARNING] import com.google.common.util.concurrent.ThreadFactoryBuilder;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
>>> package org.apache.hadoop.conf does not exist
>>> [WARNING] import org.apache.hadoop.conf.Configuration;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.FileSystem;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
>>> package org.apache.hadoop.fs does not exist
>>> [WARNING] import org.apache.hadoop.fs.Path;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
>>> package org.apache.hadoop.io.SequenceFile does not exist
>>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
>>> package org.apache.hadoop.io.compress does not exist
>>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
>>> package org.apache.hadoop.security does not exist
>>> [WARNING] import org.apache.hadoop.security.UserGroupInformation;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private CompressionCodec codeC;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionType
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private CompressionType compType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
>>> cannot find symbol
>>> [WARNING] symbol  : class UserGroupInformation
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private UserGroupInformation proxyTicket;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private static boolean codecMatches(Class<? extends
>>> CompressionCodec> cls,
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private static CompressionCodec getCodec(String codecName) {
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
>>> cannot find symbol
>>> [WARNING] symbol  : class UserGroupInformation
>>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>>> [WARNING] private static synchronized UserGroupInformation kerberosLogin(
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>> [WARNING] private final CompressionCodec codeC;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionType
>>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>> [WARNING] private final CompressionType compType;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
>>> cannot find symbol
>>> [WARNING] symbol  : class UserGroupInformation
>>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>> [WARNING] private final UserGroupInformation user;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
>>> cannot find symbol
>>> [WARNING] symbol  : class FileSystem
>>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>> [WARNING] private FileSystem fileSystem;
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
>>> cannot find symbol
>>> [WARNING] symbol  : class CompressionCodec
>>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>> [WARNING] Context context, String filePath, CompressionCodec codeC,
>>> [WARNING] ^
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>> warning - @return tag cannot be used in method with void return type.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>> warning - @return tag cannot be used in method with void return type.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>> warning - @return tag cannot be used in method with void return type.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
>>> warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used
>>> in constants.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
>>> warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can
>>> only be used in constants.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
>>> warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can
>>> only be used in constants.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
>>> warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be
>>> used in constants.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>> warning - Tag @link: reference not found: RPCClient
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>> getDefaultInstance(String, Integer)"
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>> warning - Tag @link: can't find getDefaultInstance() in
>>> org.apache.flume.api.RpcClientFactory
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>> warning - Tag @link: missing '#': "getDefaultInstance()
>>> getDefaultInstance(String, Integer, Integer)"
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>> warning - Tag @link: can't find getDefaultInstance() in
>>> org.apache.flume.api.RpcClientFactory
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
>>> warning - Tag @see: reference not found:
>>> org.apache.flume.api.NettyAvroClient
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
>>> warning - Tag @see: reference not found: FileChannel
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
>>> warning - Tag @see: reference not found: MemoryChannel
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
>>> warning - Tag @see: reference not found: NullSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
>>> warning - Tag @see: reference not found: LoggerSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
>>> warning - Tag @see: reference not found: RollingFileSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
>>> warning - Tag @see: reference not found: AvroSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
>>> warning - Tag @see: reference not found: FailoverSinkProcessor
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
>>> warning - Tag @see: reference not found: DefaultSinkProcessor
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
>>> warning - Tag @see: reference not found: NullSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
>>> warning - Tag @see: reference not found: LoggerSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
>>> warning - Tag @see: reference not found: RollingFileSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
>>> warning - Tag @see: reference not found: AvroSink
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
>>> warning - Tag @see: reference not found: NetcatSource
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
>>> warning - Tag @see: reference not found: ExecSource
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
>>> warning - Tag @see: reference not found: AvroSource
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
>>> warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>> warning - @Override is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>> warning - @Override is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>> warning - @Override is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
>>> warning - Tag @link: reference not found: PollableSource.Status
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
>>> warning - Tag @link: missing '#': "beforeClose()"
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
>>> warning - @param argument "Event" is not a parameter name.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
>>> warning - @param argument "Event" is not a parameter name.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
>>> warning - Tag @link: reference not found: HBaseEventSerializer
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>> warning - Tag @link: reference not found:
>>> org.hbase.async.AtomicIncrementRequest
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
>>> warning - @param argument "properties" is not a parameter name.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
>>> warning - @return tag has no arguments.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
>>> warning - @param argument "connection" is not a parameter name.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
>>> warning - @param argument "connection" is not a parameter name.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>> warning - Tag @link: reference not found: RPCClient
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>> warning - Tag @linkplain: reference not found: EventDrivenSource
>>> event-driven sources
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>> warning - Tag @link: reference not found: RPCClient
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>> warning - @plainlink is an unknown tag.
>>> [WARNING]
>>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>> warning - Tag @link: reference not found: Writable
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-parent ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] configuring report plugin
>>> org.tomdz.maven:sphinx-maven-plugin:1.0.2
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Documentation via sphinx" report    ---
>>> sphinx-maven-plugin:1.0.2
>>> [INFO] Unpacking sphinx to /usr/local/flume/flume/target/sphinx
>>> [INFO] Running sphinx on /usr/local/flume/flume/flume-ng-doc/sphinx,
>>> output will be placed in /usr/local/flume/flume/target/site
>>> Running Sphinx v1.1.2
>>> loading pickled environment... not yet created
>>> building [html]: targets for 3 source files that are out of date
>>> updating environment: 3 added, 0 changed, 0 removed
>>> reading sources... [ 33%] FlumeDeveloperGuide
>>> reading sources... [ 66%] FlumeUserGuide
>>> reading sources... [100%] index
>>>
>>> looking for now-outdated files... none found
>>> pickling environment... done
>>> checking consistency... done
>>> preparing documents... done
>>> writing output... [ 33%] FlumeDeveloperGuide
>>> writing output... [ 66%] FlumeUserGuide
>>> writing output... [100%] index
>>>
>>> writing additional files... genindex search
>>> copying images... [ 16%] images/DevGuide_image00.png
>>> copying images... [ 33%] images/DevGuide_image01.png
>>> copying images... [ 50%] images/UserGuide_image03.png
>>> copying images... [ 66%] images/UserGuide_image02.png
>>> copying images... [ 83%] images/UserGuide_image01.png
>>> copying images... [100%] images/UserGuide_image00.png
>>>
>>> copying static files... done
>>> dumping search index... done
>>> dumping object inventory... done
>>> build succeeded, 2 warnings.
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-parent
>>> ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/target/docs/ - Session: Opened
>>> [INFO] Pushing /usr/local/flume/flume/target/site
>>> [INFO]    >>> to file:///usr/local/flume/flume/target/docs/./
>>> file:///usr/local/flume/flume/target/docs/ - Session: Disconnecting
>>> file:///usr/local/flume/flume/target/docs/ - Session: Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-parent ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-ng-sdk ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-ng-sdk ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sdk/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-ng-sdk ---
>>> [INFO] Compiling 17 source files to
>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>> [INFO]
>>> [INFO] --- paranamer-maven-plugin:2.3:generate (run) @ flume-ng-sdk ---
>>> [INFO] Generating parameter names from
>>> /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to
>>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-ng-sdk ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ flume-ng-sdk ---
>>> [INFO] Compiling 6 source files to
>>> /usr/local/flume/flume/flume-ng-sdk/target/test-classes
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-sdk
>>> ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sdk ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-sdk ---
>>> [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sdk >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sdk <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sdk ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sdk ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-sdk/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sdk
>>> ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sdk/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
>>> Opened
>>> [INFO] Pushing /usr/local/flume/flume/flume-ng-sdk/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
>>> Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
>>> Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-ng-sdk ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG Configuration 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-ng-configuration ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-ng-configuration ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-configuration/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-ng-configuration ---
>>> [INFO] Compiling 19 source files to
>>> /usr/local/flume/flume/flume-ng-configuration/target/classes
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-ng-configuration ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-configuration/src/test/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ flume-ng-configuration ---
>>> [INFO] No sources to compile
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-ng-configuration ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>> flume-ng-configuration ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>> flume-ng-configuration ---
>>> [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-configuration >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-configuration <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-configuration ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>> flume-ng-configuration ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-configuration/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-ng-configuration ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-configuration/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>> Session: Opened
>>> [INFO] Pushing /usr/local/flume/flume/flume-ng-configuration/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>> Session: Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>>> Session: Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-ng-configuration ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-ng-core ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-ng-core ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-core/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-ng-core ---
>>> [INFO] Compiling 88 source files to
>>> /usr/local/flume/flume/flume-ng-core/target/classes
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-ng-core ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 2 resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ flume-ng-core ---
>>> [INFO] Compiling 41 source files to
>>> /usr/local/flume/flume/flume-ng-core/target/test-classes
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-ng-core ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-core ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-core ---
>>> [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-core >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-core <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-core ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-core ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-core/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-core
>>> ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-core/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
>>> Opened
>>> [INFO] Pushing /usr/local/flume/flume/flume-ng-core/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
>>> Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
>>> Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-ng-core ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-ng-sinks ---
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sinks ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sinks >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sinks <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-ng-sinks ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sinks ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-sinks/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-ng-sinks ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sinks/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
>>> Opened
>>> [INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
>>> Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
>>> Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-ng-sinks ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-hdfs-sink ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-hdfs-sink ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-hdfs-sink ---
>>> [INFO] Compiling 11 source files to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-hdfs-sink ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ flume-hdfs-sink ---
>>> [INFO] Compiling 8 source files to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-hdfs-sink ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-hdfs-sink ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-hdfs-sink ---
>>> [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-hdfs-sink >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-hdfs-sink <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-hdfs-sink ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-hdfs-sink ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-hdfs-sink ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Opened
>>> [INFO] Pushing
>>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-hdfs-sink ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-irc-sink ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-irc-sink ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-irc-sink ---
>>> [INFO] Compiling 1 source file to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>>> (default-testResources) @ flume-irc-sink ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>>> @ flume-irc-sink ---
>>> [INFO] No sources to compile
>>> [INFO]
>>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>> flume-irc-sink ---
>>> [INFO] Tests are skipped.
>>> [INFO]
>>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-irc-sink ---
>>> [INFO] Exclude: .git/
>>> [INFO] Exclude: .gitignore
>>> [INFO] Exclude: .repository/
>>> [INFO] Exclude: **/*.diff
>>> [INFO] Exclude: **/*.patch
>>> [INFO] Exclude: **/*.avsc
>>> [INFO] Exclude: **/docs/**
>>> [INFO]
>>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-irc-sink ---
>>> [INFO] Building jar:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
>>> [INFO]
>>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-irc-sink >>>
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>>> ---
>>> [INFO]
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> [INFO]
>>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>> flume-avro-source ---
>>> [INFO]
>>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-irc-sink <<<
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [WARNING] The following dependencies could not be resolved at this point
>>> of the build but seem to be part of the reactor:
>>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] o
>>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>> (compile)
>>> [WARNING] Try running the build up to the lifecycle phase "package"
>>> [INFO]
>>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>>> flume-irc-sink ---
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-irc-sink ---
>>> [INFO] configuring report plugin
>>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> [INFO] Relativizing decoration links with respect to project URL:
>>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
>>> [INFO] Rendering site with
>>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>> [INFO] Generating "Project Team" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Mailing Lists" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Issue Tracking" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO] Generating "Project License" report    ---
>>> maven-project-info-reports-plugin:2.4
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>> flume-irc-sink ---
>>> [INFO] Using this base directory for staging:
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
>>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Opened
>>> [INFO] Pushing
>>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
>>> [INFO]    >>> to
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Disconnecting
>>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Disconnected
>>> [INFO]
>>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>>> flume-irc-sink ---
>>> [INFO]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Building Flume NG HBase Sink 1.2.0-incubating-SNAPSHOT
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO]
>>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>>> flume-ng-hbase-sink ---
>>> [INFO]
>>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>>> flume-ng-hbase-sink ---
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] skip non existing resourceDirectory
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
>>> [INFO] Copying 3 resources
>>> [INFO]
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> flume-ng-hbase-sink ---
>>> [INFO] Compiling 9 source files to
>>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
>>> [INFO] -------------------------------------------------------------
>>> [ERROR] COMPILATION ERROR :
>>> [INFO] -------------------------------------------------------------
>>> [ERROR] error: error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>> [INFO] 1 error
>>> [INFO] -------------------------------------------------------------
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Reactor Summary:
>>> [INFO]
>>> [INFO] Apache Flume ...................................... SUCCESS
>>> [1:28.043s]
>>> [INFO] Flume NG SDK ...................................... SUCCESS
>>> [3.273s]
>>> [INFO] Flume NG Configuration ............................ SUCCESS
>>> [1.581s]
>>> [INFO] Flume NG Core ..................................... SUCCESS
>>> [3.324s]
>>> [INFO] Flume NG Sinks .................................... SUCCESS
>>> [0.822s]
>>> [INFO] Flume NG HDFS Sink ................................ SUCCESS
>>> [2.084s]
>>> [INFO] Flume NG IRC Sink ................................. SUCCESS
>>> [1.200s]
>>> [INFO] Flume NG HBase Sink ............................... FAILURE
>>> [0.693s]
>>> [INFO] Flume NG Channels ................................. SKIPPED
>>> [INFO] Flume NG JDBC channel ............................. SKIPPED
>>> [INFO] Flume NG Node ..................................... SKIPPED
>>> [INFO] Flume NG file-based channel ....................... SKIPPED
>>> [INFO] Flume NG file backed Memory channel ............... SKIPPED
>>> [INFO] Flume legacy Sources .............................. SKIPPED
>>> [INFO] Flume legacy Avro source .......................... SKIPPED
>>> [INFO] Flume legacy Thrift Source ........................ SKIPPED
>>> [INFO] Flume NG Clients .................................. SKIPPED
>>> [INFO] Flume NG Log4j Appender ........................... SKIPPED
>>> [INFO] Flume NG distribution ............................. SKIPPED
>>> [INFO] Flume NG Integration Tests ........................ SKIPPED
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 1:41.476s
>>> [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
>>> [INFO] Final Memory: 96M/269M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>> (default-compile) on project flume-ng-hbase-sink: Compilation failure
>>> [ERROR] error: error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>> [ERROR] -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e switch.
>>> [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/MojoFailureException
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the
>>> command
>>> [ERROR]   mvn <goals> -rf :flume-ng-hbase-sink
>>>
>>>
>>> ====================================================================================================================================================================================
>>>
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir/flume# ls -lrt
>>> total 140
>>> drwxr-xr-x  3 root root  4096 2012-06-22 12:05 conf
>>> drwxr-xr-x 19 root root  4096 2012-06-22 12:05 src
>>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-node
>>> drwxr-xr-x  5 root root  4096 2012-06-22 12:05 flume-ng-legacy-sources
>>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 contrib
>>> drwxr-xr-x  6 root root  4096 2012-06-22 12:05 flume-ng-channels
>>> drwxr-xr-x  3 root root  4096 2012-06-22 12:05 bin
>>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-clients
>>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-tests
>>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-dist
>>> -rw-r--r--  1 root root  1997 2012-06-22 12:05 RELEASE-NOTES
>>> -rw-r--r--  1 root root  1433 2012-06-22 12:05 README
>>> -rw-r--r--  1 root root 25221 2012-06-22 12:05 pom.xml
>>> -rw-r--r--  1 root root   249 2012-06-22 12:05 NOTICE
>>> -rw-r--r--  1 root root 11358 2012-06-22 12:05 LICENSE
>>> drwxr-xr-x  7 root root  4096 2012-06-22 12:05 flume-ng-doc
>>> -rw-r--r--  1 root root  5559 2012-06-22 12:05 DEVNOTES
>>> -rw-r--r--  1 root root  9952 2012-06-22 12:05 CHANGELOG
>>> -rw-r--r--  1 root root   719 2012-06-22 12:05 DISCLAIMER
>>> drwxr-xr-x  5 root root  4096 2012-06-22 12:06 flume-ng-sdk
>>> drwxr-xr-x  7 root root  4096 2012-06-22 12:08 target
>>> drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-configuration
>>> drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-core
>>> drwxr-xr-x  7 root root  4096 2012-06-22 12:08 flume-ng-sinks
>>>
>>>
>>>
>>> In Reactor summary: Flume NG HBase Sink got failed.Due to this Error:
>>> error reading
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>> error in opening zip file
>>>
>>> I went back and see all the directories running as root user only. all
>>> the directory output given as below.
>>>
>>>
>>>
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir/flume# who iam i
>>> root     pts/2        2012-06-20 15:19
>>>
>>> root@md-trngpoc1:/usr/local/flume_dir/flume# cd
>>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
>>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# ls
>>> -lrt
>>> total 20
>>> -rw-r--r-- 1 root root 2717 2012-06-21 16:21 jruby-complete-1.6.5.pom
>>> -rw-r--r-- 1 root root   40 2012-06-21 16:21
>>> jruby-complete-1.6.5.pom.sha1
>>> -rw-r--r-- 1 root root  262 2012-06-21 16:24 jruby-complete-1.6.5.jar
>>> -rw-r--r-- 1 root root  203 2012-06-21 16:24 _maven.repositories
>>> -rw-r--r-- 1 root root 1385 2012-06-21 16:24
>>> jruby-complete-1.6.5.jar.lastUpdated
>>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# cd ..
>>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# ls -lrt
>>> total 4
>>> drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
>>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# cd ..
>>> root@md-trngpoc1:~/.m2/repository/org/jruby# ls -lrt
>>> total 12
>>> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
>>> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
>>> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
>>> root@md-trngpoc1:~/.m2/repository/org/jruby# cd ..
>>> root@md-trngpoc1:~/.m2/repository/org# ls -lrt
>>> total 76
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:17 xerial
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:17 hamcrest
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:18 mortbay
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:18 jboss
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 eclipse
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:20 schwering
>>> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 jruby
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:21 jamon
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:21 hbase
>>> drwxr-xr-x  7 root root 4096 2012-06-21 16:21 slf4j
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:25 tukaani
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:26 mockito
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:26 objenesis
>>> drwxr-xr-x  8 root root 4096 2012-06-21 16:29 sonatype
>>> drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 netbeans
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 tomdz
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:34 python
>>> drwxr-xr-x  7 root root 4096 2012-06-22 12:24 codehaus
>>> root@md-trngpoc1:~/.m2/repository/org# cd ..
>>> root@md-trngpoc1:~/.m2/repository# ls -lrt
>>> total 184
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 junit
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 classworlds
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 commons-cli
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 doxia
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-collections
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:15 velocity
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-lang
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-io
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 oro
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-validator
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:16 commons-digester
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:16 xml-apis
>>> drwxr-xr-x  5 root root 4096 2012-06-21 16:16 plexus
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:16 commons-logging
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:17 log4j
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 joda-time
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 xmlenc
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-httpclient
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-codec
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-configuration
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 logkit
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 avalon-framework
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 commons-beanutils
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-net
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 ant
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-el
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 net
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 hsqldb
>>> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 tomcat
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:21 stax
>>> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 javax
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:21 asm
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-dbcp
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-pool
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 xerces
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 commons-chain
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 dom4j
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 sslext
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 antlr
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:31 backport-util-concurrent
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 jakarta-regexp
>>> drwxr-xr-x  8 root root 4096 2012-06-21 16:32 com
>>> drwxr-xr-x  4 root root 4096 2012-06-21 16:32 nekohtml
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 regexp
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 ch
>>> drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
>>> root@md-trngpoc1:~/.m2/repository# cd ..
>>> root@md-trngpoc1:~/.m2# ls -lrt -a
>>> total 12
>>> drwx------ 25 root root 4096 2012-06-21 16:12 ..
>>> drwxr-xr-x  3 root root 4096 2012-06-21 16:12 .
>>> drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
>>> root@md-trngpoc1:~/.m2# cd ..
>>> root@md-trngpoc1:~# ls -lrt -a
>>> total 160
>>> -rw-r--r--  1 root root   140 2010-10-21 18:17 .profile
>>> -rw-------  1 root root   256 2012-02-03 10:50 .pulse-cookie
>>> drwxr-xr-x  2 root root  4096 2012-02-03 10:57 .nautilus
>>> drwxr-xr-x  2 root root  4096 2012-02-03 10:57 Desktop
>>> drwx------  3 root root  4096 2012-02-03 10:57 .dbus
>>> drwx------  3 root root  4096 2012-02-03 10:58 .local
>>> drwxr-xr-x  3 root root  4096 2012-02-03 14:19 .subversion
>>> drwxrwxrwx  6 root root  4096 2012-02-03 14:19 .config
>>> drwx------  3 root root  4096 2012-02-03 14:20 .thumbnails
>>> drwxr-xr-x  3 root root  4096 2012-02-08 10:19 .java
>>> drwxrwxrwx  3 root root  4096 2012-02-08 10:21 .pspdata
>>> drwx------  4 root root  4096 2012-02-08 15:19 .mozilla
>>> drwx------  2 root root  4096 2012-02-08 15:19 .gnome2_private
>>> drwxr-xr-x  4 root root  4096 2012-02-08 15:19 .icedtea
>>> drwxr-xr-x  2 root root  4096 2012-02-09 15:40 .gstreamer-0.10
>>> drwxr-xr-x  6 root root  4096 2012-02-21 13:24 .gnome2
>>> drwx------  3 root root  4096 2012-02-27 13:52 .synaptic
>>> drwx------  3 root root  4096 2012-03-01 08:56 .gconf
>>> dr-x------  2 root root  4096 2012-03-01 14:46 .gvfs
>>> drwx------  2 root root  4096 2012-03-01 15:35 .gconfd
>>> lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .icons ->
>>> /home/virtusa/.icons/
>>> lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .fonts ->
>>> /home/virtusa/.fonts/
>>> lrwxrwxrwx  1 root root    22 2012-04-30 18:51 .themes ->
>>> /home/virtusa/.themes/
>>> drwx------  2 root root  4096 2012-05-02 17:15 .cache
>>> -rw-------  1 root root    58 2012-05-04 15:04 .lesshst
>>> drwx------  2 root root  4096 2012-05-07 18:31 .ssh
>>> drwx------  2 root root  4096 2012-05-07 21:22 .pulse
>>> drwxr-xr-x 23 root root  4096 2012-05-17 17:50 ..
>>> -rw-r--r--  1 root root  3274 2012-05-17 17:53 .bashrc
>>> drwx--x--x  2 root root  4096 2012-05-23 18:42 .splunk
>>> -rw-r--r--  1 root root  2015 2012-06-07 11:30 .hivehistory
>>> -rw-------  1 root root  9973 2012-06-08 12:49 .viminfo
>>> -rw-------  1 root root 28596 2012-06-20 15:19 .bash_history
>>> drwxr-xr-x  3 root root  4096 2012-06-21 16:12 .m2
>>> drwx------ 25 root root  4096 2012-06-21 16:12 .
>>>
>>> I am struggling flume installation from past couple of weeks, Could you
>>> please any one help me on this issue.
>>>
>>> Thanks,
>>> Vijay
>>>
>>
>>
>>
>
>

Re: mvn package error

Posted by Juhani Connolly <ju...@cyberagent.co.jp>.
If you've just decompressed mvn into some directory and just want to run 
it without interfering with the other users potential install of maven2, 
you could just add the binary directory to your path and then run it 
normally:

e.g.
$ export PATH=mymaven3/bin:$PATH
$ cd flumedir
# check the version is displaying correctly... you could also do "which 
mvn" to check it's looking at the right place
$ mvn -version
$ mvn package -DskipTests
Beyond that it's going to depend on your distro, and your own personal 
preferences

On 06/25/2012 06:12 PM, vijay k wrote:
> Thanks for the reply.
> Yes, you are correct,
> i did mvn -version getting like as below.
> #mvn -version
> The program 'mvn' is currently not installed.  You can install it by 
> typing:
> apt-get install maven2
> Please let me know how to install maven 3.0.4 installation procedure. 
> and what are the pre-requisite s/w needed for flume installation?
> Thanks,
> Vijay
>
>
> On Fri, Jun 22, 2012 at 9:24 PM, Ralph Goers 
> <ralph.goers@dslextreme.com <ma...@dslextreme.com>> wrote:
>
>     Pinging 3 hours later unfortunately isn't helpful.  As you can
>     see, you are posting in the middle of the night when a lot of us
>     are fast asleep.
>
>     On Jun 22, 2012, at 3:39 AM, vijay k wrote:
>
>>     I am waiting for your response on the below issue.
>>
>
>     You installed maven 3 in the parent directory and then just did
>     "mvn" in the child?  I suspect that if you do mvn -version you are
>     going to get Maven 2 since you never added maven 3 to your path.
>
>>      On Fri, Jun 22, 2012 at 1:11 PM, vijay k <k.vijay52@gmail.com
>>     <ma...@gmail.com>> wrote:
>>
>>
>>         Hello All Flume user list,
>>
>>
>>         Please help me out on the below issue.
>>
>>
>>         Step1:
>>
>>         Installed maven3.x in flume_dir directory.
>>
>>         root@md-trngpoc1:/usr/local/flume_dir
>>         <mailto:root@md-trngpoc1:/usr/local/flume_dir># ls -lrt
>>         total 4768
>>         -rw-r--r--  1 root root 4873043 2012-06-21 12:36
>>         apache-maven-3.0.4-bin.tar.gz
>>         drwxr-xr-x  6 root root    4096 2012-06-21 12:36
>>         apache-maven-3.0.4
>>
>>         Step2:
>>
>>         root@md-trngpoc1:/usr/local/flume_dir#git
>>         <mailto:root@md-trngpoc1:/usr/local/flume_dir#git> clone
>>         git://git.apache.org/flume.git <http://git.apache.org/flume.git>
>>
>>         root@md-trngpoc1:/usr/local/flume_dir
>>         <mailto:root@md-trngpoc1:/usr/local/flume_dir># ls -lrt
>>         total 4768
>>         -rw-r--r--  1 root root 4873043 2012-06-21 12:36
>>         apache-maven-3.0.4-bin.tar.gz
>>         drwxr-xr-x  6 root root    4096 2012-06-21 12:36
>>         apache-maven-3.0.4
>>         drwxr-xr-x 18 root root    4096 2012-06-22 12:31 flume
>>
>>         Step3:
>>
>>         root@md-trngpoc1:/usr/local/flume_dir#cd
>>         <mailto:root@md-trngpoc1:/usr/local/flume_dir#cd> flume
>>
>>         Step4:
>>
>>         root@md-trngpoc1:/usr/local/flume_dir/flume#mvn
>>         <mailto:root@md-trngpoc1:/usr/local/flume_dir/flume#mvn>
>>         package -DskipTests
>>
>>         While running the step4, I am getting the following output.
>>
>>
>>
>>         =================================================================================================================================================================================
>>
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
>>         package com.google.common.base does not exist
>>         [WARNING] import com.google.common.base.Preconditions;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
>>         package org.apache.hadoop.io.SequenceFile does not exist
>>         [WARNING] import
>>         org.apache.hadoop.io.SequenceFile.CompressionType;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
>>         package org.apache.hadoop.io.compress does not exist
>>         [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionCodec
>>         [WARNING] location: interface
>>         org.apache.flume.sink.hdfs.HDFSWriter
>>         [WARNING] public void open(String filePath, CompressionCodec
>>         codec,
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionType
>>         [WARNING] location: interface
>>         org.apache.flume.sink.hdfs.HDFSWriter
>>         [WARNING] CompressionType cType, FlumeFormatter fmt) throws
>>         IOException;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
>>         package org.apache.hadoop.io <http://org.apache.hadoop.io/>
>>         does not exist
>>         [WARNING] import org.apache.hadoop.io.Text;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
>>         package org.apache.hadoop.io <http://org.apache.hadoop.io/>
>>         does not exist
>>         [WARNING] import org.apache.hadoop.io.LongWritable;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
>>         cannot find symbol
>>         [WARNING] symbol  : class Text
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSTextFormatter
>>         [WARNING] private Text makeText(Event e) {
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
>>         cannot find symbol
>>         [WARNING] symbol  : class LongWritable
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSTextFormatter
>>         [WARNING] public Class<LongWritable> getKeyClass() {
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
>>         cannot find symbol
>>         [WARNING] symbol  : class Text
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSTextFormatter
>>         [WARNING] public Class<Text> getValueClass() {
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
>>         package org.apache.hadoop.conf does not exist
>>         [WARNING] import org.apache.hadoop.conf.Configuration;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
>>         package org.apache.hadoop.fs does not exist
>>         [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
>>         package org.apache.hadoop.fs does not exist
>>         [WARNING] import org.apache.hadoop.fs.FileSystem;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
>>         package org.apache.hadoop.fs does not exist
>>         [WARNING] import org.apache.hadoop.fs.Path;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
>>         package org.apache.hadoop.io.SequenceFile does not exist
>>         [WARNING] import
>>         org.apache.hadoop.io.SequenceFile.CompressionType;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
>>         package org.apache.hadoop.io.compress does not exist
>>         [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
>>         cannot find symbol
>>         [WARNING] symbol  : class FSDataOutputStream
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSDataStream
>>         [WARNING] private FSDataOutputStream outStream;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionCodec
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSDataStream
>>         [WARNING] public void open(String filePath, CompressionCodec
>>         codec,
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionType
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSDataStream
>>         [WARNING] CompressionType cType, FlumeFormatter fmt) throws
>>         IOException {
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
>>         package org.apache.hadoop.conf does not exist
>>         [WARNING] import org.apache.hadoop.conf.Configuration;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
>>         package org.apache.hadoop.fs does not exist
>>         [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
>>         package org.apache.hadoop.fs does not exist
>>         [WARNING] import org.apache.hadoop.fs.FileSystem;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
>>         package org.apache.hadoop.fs does not exist
>>         [WARNING] import org.apache.hadoop.fs.Path;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
>>         package org.apache.hadoop.io <http://org.apache.hadoop.io/>
>>         does not exist
>>         [WARNING] import org.apache.hadoop.io.SequenceFile;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
>>         package org.apache.hadoop.io.SequenceFile does not exist
>>         [WARNING] import
>>         org.apache.hadoop.io.SequenceFile.CompressionType;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
>>         package org.apache.hadoop.io.compress does not exist
>>         [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
>>         package SequenceFile does not exist
>>         [WARNING] private SequenceFile.Writer writer;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionCodec
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSSequenceFile
>>         [WARNING] public void open(String filePath, CompressionCodec
>>         codeC,
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionType
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSSequenceFile
>>         [WARNING] CompressionType compType, FlumeFormatter fmt)
>>         throws IOException {
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
>>         package org.apache.hadoop.conf does not exist
>>         [WARNING] import org.apache.hadoop.conf.Configuration;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
>>         package org.apache.hadoop.io.SequenceFile does not exist
>>         [WARNING] import
>>         org.apache.hadoop.io.SequenceFile.CompressionType;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
>>         package org.apache.hadoop.io.compress does not exist
>>         [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
>>         package org.apache.hadoop.io.compress does not exist
>>         [WARNING] import
>>         org.apache.hadoop.io.compress.CompressionCodecFactory;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
>>         package org.apache.hadoop.security does not exist
>>         [WARNING] import org.apache.hadoop.security.SecurityUtil;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
>>         package org.apache.hadoop.security does not exist
>>         [WARNING] import org.apache.hadoop.security.UserGroupInformation;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
>>         package org.apache.hadoop.security.UserGroupInformation does
>>         not exist
>>         [WARNING] import
>>         org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
>>         package com.google.common.base does not exist
>>         [WARNING] import com.google.common.base.Preconditions;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
>>         package com.google.common.collect does not exist
>>         [WARNING] import com.google.common.collect.Lists;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
>>         package com.google.common.util.concurrent does not exist
>>         [WARNING] import
>>         com.google.common.util.concurrent.ThreadFactoryBuilder;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
>>         package org.apache.hadoop.conf does not exist
>>         [WARNING] import org.apache.hadoop.conf.Configuration;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
>>         package org.apache.hadoop.fs does not exist
>>         [WARNING] import org.apache.hadoop.fs.FileSystem;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
>>         package org.apache.hadoop.fs does not exist
>>         [WARNING] import org.apache.hadoop.fs.Path;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
>>         package org.apache.hadoop.io.SequenceFile does not exist
>>         [WARNING] import
>>         org.apache.hadoop.io.SequenceFile.CompressionType;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
>>         package org.apache.hadoop.io.compress does not exist
>>         [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
>>         package org.apache.hadoop.security does not exist
>>         [WARNING] import org.apache.hadoop.security.UserGroupInformation;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionCodec
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSEventSink
>>         [WARNING] private CompressionCodec codeC;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionType
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSEventSink
>>         [WARNING] private CompressionType compType;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
>>         cannot find symbol
>>         [WARNING] symbol  : class UserGroupInformation
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSEventSink
>>         [WARNING] private UserGroupInformation proxyTicket;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionCodec
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSEventSink
>>         [WARNING] private static boolean codecMatches(Class<? extends
>>         CompressionCodec> cls,
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionCodec
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSEventSink
>>         [WARNING] private static CompressionCodec getCodec(String
>>         codecName) {
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
>>         cannot find symbol
>>         [WARNING] symbol  : class UserGroupInformation
>>         [WARNING] location: class
>>         org.apache.flume.sink.hdfs.HDFSEventSink
>>         [WARNING] private static synchronized UserGroupInformation
>>         kerberosLogin(
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionCodec
>>         [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>         [WARNING] private final CompressionCodec codeC;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionType
>>         [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>         [WARNING] private final CompressionType compType;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
>>         cannot find symbol
>>         [WARNING] symbol  : class UserGroupInformation
>>         [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>         [WARNING] private final UserGroupInformation user;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
>>         cannot find symbol
>>         [WARNING] symbol  : class FileSystem
>>         [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>         [WARNING] private FileSystem fileSystem;
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
>>         cannot find symbol
>>         [WARNING] symbol  : class CompressionCodec
>>         [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>>         [WARNING] Context context, String filePath, CompressionCodec
>>         codeC,
>>         [WARNING] ^
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>         warning - @plainlink is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>         warning - @plainlink is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>         warning - @return tag has no arguments.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>         warning - @return tag has no arguments.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>         warning - @return tag has no arguments.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>>         warning - @return tag cannot be used in method with void
>>         return type.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>>         warning - @return tag cannot be used in method with void
>>         return type.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>>         warning - @return tag cannot be used in method with void
>>         return type.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
>>         warning - @value tag (which references DEFAULT_BATCH_SIZE)
>>         can only be used in constants.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
>>         warning - @value tag (which references
>>         DEFAULT_CONNECT_TIMEOUT_MILLIS) can only be used in constants.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
>>         warning - @value tag (which references
>>         DEFAULT_REQUEST_TIMEOUT_MILLIS) can only be used in constants.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
>>         warning - @value tag (which references DEFAULT_CLIENT_TYPE)
>>         can only be used in constants.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>         warning - Tag @link: reference not found: RPCClient
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>         warning - Tag @link: missing '#': "getDefaultInstance()
>>         getDefaultInstance(String, Integer)"
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>>         warning - Tag @link: can't find getDefaultInstance() in
>>         org.apache.flume.api.RpcClientFactory
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>         warning - Tag @link: missing '#': "getDefaultInstance()
>>         getDefaultInstance(String, Integer, Integer)"
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>>         warning - Tag @link: can't find getDefaultInstance() in
>>         org.apache.flume.api.RpcClientFactory
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
>>         warning - Tag @see: reference not found:
>>         org.apache.flume.api.NettyAvroClient
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
>>         warning - @return tag has no arguments.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
>>         warning - Tag @see: reference not found: FileChannel
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
>>         warning - Tag @see: reference not found: MemoryChannel
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
>>         warning - Tag @see: reference not found: NullSink
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
>>         warning - Tag @see: reference not found: LoggerSink
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
>>         warning - Tag @see: reference not found: RollingFileSink
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
>>         warning - Tag @see: reference not found: AvroSink
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
>>         warning - Tag @see: reference not found: FailoverSinkProcessor
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
>>         warning - Tag @see: reference not found: DefaultSinkProcessor
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
>>         warning - Tag @see: reference not found: NullSink
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
>>         warning - Tag @see: reference not found: LoggerSink
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
>>         warning - Tag @see: reference not found: RollingFileSink
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
>>         warning - Tag @see: reference not found: AvroSink
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
>>         warning - Tag @see: reference not found: NetcatSource
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
>>         warning - Tag @see: reference not found: ExecSource
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
>>         warning - Tag @see: reference not found: AvroSource
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
>>         warning - Tag @see: reference not found:
>>         org.apache.flume.SinkProcessorType
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>         warning - @Override is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>         warning - @Override is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>>         warning - @Override is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
>>         warning - @return tag has no arguments.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
>>         warning - @return tag has no arguments.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
>>         warning - @return tag has no arguments.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>         warning - Tag @linkplain: reference not found:
>>         EventDrivenSource event-driven sources
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
>>         warning - Tag @link: reference not found: PollableSource.Status
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
>>         warning - Tag @link: missing '#': "beforeClose()"
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
>>         warning - @return tag has no arguments.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>         warning - Tag @link: reference not found:
>>         org.hbase.async.PutRequest
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>         warning - Tag @link: reference not found:
>>         org.hbase.async.AtomicIncrementRequest
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
>>         warning - @param argument "Event" is not a parameter name.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>         warning - Tag @link: reference not found:
>>         org.hbase.async.PutRequest
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>         warning - Tag @link: reference not found:
>>         org.hbase.async.AtomicIncrementRequest
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
>>         warning - @param argument "Event" is not a parameter name.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>         warning - Tag @link: reference not found:
>>         org.apache.hadoop.hbase.client.Row
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
>>         warning - Tag @link: reference not found: HBaseEventSerializer
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>         warning - Tag @link: reference not found:
>>         org.apache.hadoop.hbase.client.Row
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>         warning - Tag @link: reference not found:
>>         org.hbase.async.PutRequest
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>>         warning - Tag @link: reference not found:
>>         org.hbase.async.AtomicIncrementRequest
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>>         warning - Tag @link: reference not found:
>>         org.hbase.async.PutRequest
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>>         warning - Tag @link: reference not found:
>>         org.hbase.async.AtomicIncrementRequest
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>>         warning - Tag @link: reference not found:
>>         org.apache.hadoop.hbase.client.Row
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
>>         warning - @return tag has no arguments.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
>>         warning - @param argument "properties" is not a parameter name.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
>>         warning - @return tag has no arguments.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
>>         warning - @param argument "connection" is not a parameter name.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
>>         warning - @param argument "connection" is not a parameter name.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>         warning - Tag @link: reference not found: Writable
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>         warning - @plainlink is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>         warning - Tag @link: reference not found: RPCClient
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>         warning - Tag @link: reference not found: Writable
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>         warning - Tag @linkplain: reference not found:
>>         EventDrivenSource event-driven sources
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>         warning - @plainlink is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>         warning - Tag @linkplain: reference not found:
>>         EventDrivenSource event-driven sources
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>         warning - @plainlink is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>         warning - Tag @linkplain: reference not found:
>>         EventDrivenSource event-driven sources
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>         warning - @plainlink is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>         warning - @plainlink is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>         warning - @plainlink is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>         warning - @plainlink is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>         warning - Tag @link: reference not found: Writable
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>>         warning - Tag @linkplain: reference not found:
>>         EventDrivenSource event-driven sources
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>>         warning - Tag @link: reference not found: RPCClient
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>>         warning - @plainlink is an unknown tag.
>>         [WARNING]
>>         /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>>         warning - Tag @link: reference not found: Writable
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>         flume-parent ---
>>         [INFO] configuring report plugin
>>         org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>         [INFO] configuring report plugin
>>         org.tomdz.maven:sphinx-maven-plugin:1.0.2
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         [INFO] Relativizing decoration links with respect to project
>>         URL: http://www.apache.org/flume-parent/
>>         [INFO] Rendering site with
>>         org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>         [INFO] Generating "Project Team" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Mailing Lists" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Issue Tracking" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Project License" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Documentation via sphinx" report    ---
>>         sphinx-maven-plugin:1.0.2
>>         [INFO] Unpacking sphinx to /usr/local/flume/flume/target/sphinx
>>         [INFO] Running sphinx on
>>         /usr/local/flume/flume/flume-ng-doc/sphinx, output will be
>>         placed in /usr/local/flume/flume/target/site
>>         Running Sphinx v1.1.2
>>         loading pickled environment... not yet created
>>         building [html]: targets for 3 source files that are out of date
>>         updating environment: 3 added, 0 changed, 0 removed
>>         reading sources... [ 33%] FlumeDeveloperGuide
>>         reading sources... [ 66%] FlumeUserGuide
>>         reading sources... [100%] index
>>
>>         looking for now-outdated files... none found
>>         pickling environment... done
>>         checking consistency... done
>>         preparing documents... done
>>         writing output... [ 33%] FlumeDeveloperGuide
>>         writing output... [ 66%] FlumeUserGuide
>>         writing output... [100%] index
>>
>>         writing additional files... genindex search
>>         copying images... [ 16%] images/DevGuide_image00.png
>>         copying images... [ 33%] images/DevGuide_image01.png
>>         copying images... [ 50%] images/UserGuide_image03.png
>>         copying images... [ 66%] images/UserGuide_image02.png
>>         copying images... [ 83%] images/UserGuide_image01.png
>>         copying images... [100%] images/UserGuide_image00.png
>>
>>         copying static files... done
>>         dumping search index... done
>>         dumping object inventory... done
>>         build succeeded, 2 warnings.
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>         flume-parent ---
>>         [INFO] Using this base directory for staging:
>>         /usr/local/flume/flume/target/docs
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         file:///usr/local/flume/flume/target/docs/ - Session: Opened
>>         [INFO] Pushing /usr/local/flume/flume/target/site
>>         [INFO] >>> to file:///usr/local/flume/flume/target/docs/./
>>         file:///usr/local/flume/flume/target/docs/ - Session:
>>         Disconnecting
>>         file:///usr/local/flume/flume/target/docs/ - Session:
>>         Disconnected
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>         (attach-descriptor) @ flume-parent ---
>>         [INFO]
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-ng-sdk ---
>>         [INFO]
>>         [INFO] --- maven-remote-resources-plugin:1.1:process
>>         (default) @ flume-ng-sdk ---
>>         [INFO]
>>         [INFO] --- maven-resources-plugin:2.4.3:resources
>>         (default-resources) @ flume-ng-sdk ---
>>         [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>         [INFO] skip non existing resourceDirectory
>>         /usr/local/flume/flume/flume-ng-sdk/src/main/resources
>>         [INFO] Copying 3 resources
>>         [INFO]
>>         [INFO] --- maven-compiler-plugin:2.3.2:compile
>>         (default-compile) @ flume-ng-sdk ---
>>         [INFO] Compiling 17 source files to
>>         /usr/local/flume/flume/flume-ng-sdk/target/classes
>>         [INFO]
>>         [INFO] --- paranamer-maven-plugin:2.3:generate (run) @
>>         flume-ng-sdk ---
>>         [INFO] Generating parameter names from
>>         /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro
>>         to /usr/local/flume/flume/flume-ng-sdk/target/classes
>>         [INFO]
>>         [INFO] --- maven-resources-plugin:2.4.3:testResources
>>         (default-testResources) @ flume-ng-sdk ---
>>         [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>         [INFO] Copying 1 resource
>>         [INFO] Copying 3 resources
>>         [INFO]
>>         [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>         (default-testCompile) @ flume-ng-sdk ---
>>         [INFO] Compiling 6 source files to
>>         /usr/local/flume/flume/flume-ng-sdk/target/test-classes
>>         [INFO]
>>         [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>         flume-ng-sdk ---
>>         [INFO] Tests are skipped.
>>         [INFO]
>>         [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>         flume-ng-sdk ---
>>         [INFO] Exclude: .git/
>>         [INFO] Exclude: .gitignore
>>         [INFO] Exclude: .repository/
>>         [INFO] Exclude: **/*.diff
>>         [INFO] Exclude: **/*.patch
>>         [INFO] Exclude: **/*.avsc
>>         [INFO] Exclude: **/docs/**
>>         [INFO]
>>         [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>         flume-ng-sdk ---
>>         [INFO] Building jar:
>>         /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
>>         [INFO]
>>         [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-sdk >>>
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-ng-sdk ---
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-avro-source ---
>>         [INFO]
>>         [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-sdk <<<
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [INFO]
>>         [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-sdk ---
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>         flume-ng-sdk ---
>>         [INFO] configuring report plugin
>>         org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         [INFO] Relativizing decoration links with respect to project
>>         URL: http://www.apache.org/flume-parent/flume-ng-sdk/
>>         [INFO] Rendering site with
>>         org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>         [INFO] Generating "Project Team" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Mailing Lists" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Issue Tracking" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Project License" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>         flume-ng-sdk ---
>>         [INFO] Using this base directory for staging:
>>         /usr/local/flume/flume/flume-ng-sdk/target/docs
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>         Session: Opened
>>         [INFO] Pushing /usr/local/flume/flume/flume-ng-sdk/target/site
>>         [INFO] >>> to
>>         file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
>>         file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>         Session: Disconnecting
>>         file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ -
>>         Session: Disconnected
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>         (attach-descriptor) @ flume-ng-sdk ---
>>         [INFO]
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO] Building Flume NG Configuration 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO]
>>         [INFO] --- maven-remote-resources-plugin:1.1:process
>>         (default) @ flume-ng-configuration ---
>>         [INFO]
>>         [INFO] --- maven-resources-plugin:2.4.3:resources
>>         (default-resources) @ flume-ng-configuration ---
>>         [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>         [INFO] skip non existing resourceDirectory
>>         /usr/local/flume/flume/flume-ng-configuration/src/main/resources
>>         [INFO] Copying 3 resources
>>         [INFO]
>>         [INFO] --- maven-compiler-plugin:2.3.2:compile
>>         (default-compile) @ flume-ng-configuration ---
>>         [INFO] Compiling 19 source files to
>>         /usr/local/flume/flume/flume-ng-configuration/target/classes
>>         [INFO]
>>         [INFO] --- maven-resources-plugin:2.4.3:testResources
>>         (default-testResources) @ flume-ng-configuration ---
>>         [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>         [INFO] skip non existing resourceDirectory
>>         /usr/local/flume/flume/flume-ng-configuration/src/test/resources
>>         [INFO] Copying 3 resources
>>         [INFO]
>>         [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>         (default-testCompile) @ flume-ng-configuration ---
>>         [INFO] No sources to compile
>>         [INFO]
>>         [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>         flume-ng-configuration ---
>>         [INFO] Tests are skipped.
>>         [INFO]
>>         [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>         flume-ng-configuration ---
>>         [INFO] Exclude: .git/
>>         [INFO] Exclude: .gitignore
>>         [INFO] Exclude: .repository/
>>         [INFO] Exclude: **/*.diff
>>         [INFO] Exclude: **/*.patch
>>         [INFO] Exclude: **/*.avsc
>>         [INFO] Exclude: **/docs/**
>>         [INFO]
>>         [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>         flume-ng-configuration ---
>>         [INFO] Building jar:
>>         /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
>>         [INFO]
>>         [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-configuration >>>
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-ng-sdk ---
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-avro-source ---
>>         [INFO]
>>         [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-configuration <<<
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [INFO]
>>         [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-configuration ---
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>         flume-ng-configuration ---
>>         [INFO] configuring report plugin
>>         org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         [INFO] Relativizing decoration links with respect to project
>>         URL: http://www.apache.org/flume-parent/flume-ng-configuration/
>>         [INFO] Rendering site with
>>         org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>         [INFO] Generating "Project Team" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Mailing Lists" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Issue Tracking" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Project License" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>         flume-ng-configuration ---
>>         [INFO] Using this base directory for staging:
>>         /usr/local/flume/flume/flume-ng-configuration/target/docs
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         file:///usr/local/flume/flume/flume-ng-configuration/target/docs/
>>         - Session: Opened
>>         [INFO] Pushing
>>         /usr/local/flume/flume/flume-ng-configuration/target/site
>>         [INFO] >>> to
>>         file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
>>         file:///usr/local/flume/flume/flume-ng-configuration/target/docs/
>>         - Session: Disconnecting
>>         file:///usr/local/flume/flume/flume-ng-configuration/target/docs/
>>         - Session: Disconnected
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>         (attach-descriptor) @ flume-ng-configuration ---
>>         [INFO]
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO]
>>         [INFO] --- maven-remote-resources-plugin:1.1:process
>>         (default) @ flume-ng-core ---
>>         [INFO]
>>         [INFO] --- maven-resources-plugin:2.4.3:resources
>>         (default-resources) @ flume-ng-core ---
>>         [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>         [INFO] skip non existing resourceDirectory
>>         /usr/local/flume/flume/flume-ng-core/src/main/resources
>>         [INFO] Copying 3 resources
>>         [INFO]
>>         [INFO] --- maven-compiler-plugin:2.3.2:compile
>>         (default-compile) @ flume-ng-core ---
>>         [INFO] Compiling 88 source files to
>>         /usr/local/flume/flume/flume-ng-core/target/classes
>>         [INFO]
>>         [INFO] --- maven-resources-plugin:2.4.3:testResources
>>         (default-testResources) @ flume-ng-core ---
>>         [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>         [INFO] Copying 2 resources
>>         [INFO] Copying 3 resources
>>         [INFO]
>>         [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>         (default-testCompile) @ flume-ng-core ---
>>         [INFO] Compiling 41 source files to
>>         /usr/local/flume/flume/flume-ng-core/target/test-classes
>>         [INFO]
>>         [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>         flume-ng-core ---
>>         [INFO] Tests are skipped.
>>         [INFO]
>>         [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>         flume-ng-core ---
>>         [INFO] Exclude: .git/
>>         [INFO] Exclude: .gitignore
>>         [INFO] Exclude: .repository/
>>         [INFO] Exclude: **/*.diff
>>         [INFO] Exclude: **/*.patch
>>         [INFO] Exclude: **/*.avsc
>>         [INFO] Exclude: **/docs/**
>>         [INFO]
>>         [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>         flume-ng-core ---
>>         [INFO] Building jar:
>>         /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
>>         [INFO]
>>         [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-core >>>
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-ng-sdk ---
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-avro-source ---
>>         [INFO]
>>         [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-core <<<
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [INFO]
>>         [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-core ---
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>         flume-ng-core ---
>>         [INFO] configuring report plugin
>>         org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         [INFO] Relativizing decoration links with respect to project
>>         URL: http://www.apache.org/flume-parent/flume-ng-core/
>>         [INFO] Rendering site with
>>         org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>         [INFO] Generating "Project Team" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Mailing Lists" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Issue Tracking" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Project License" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>         flume-ng-core ---
>>         [INFO] Using this base directory for staging:
>>         /usr/local/flume/flume/flume-ng-core/target/docs
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>         Session: Opened
>>         [INFO] Pushing /usr/local/flume/flume/flume-ng-core/target/site
>>         [INFO] >>> to
>>         file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
>>         file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>         Session: Disconnecting
>>         file:///usr/local/flume/flume/flume-ng-core/target/docs/ -
>>         Session: Disconnected
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>         (attach-descriptor) @ flume-ng-core ---
>>         [INFO]
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO]
>>         [INFO] --- maven-remote-resources-plugin:1.1:process
>>         (default) @ flume-ng-sinks ---
>>         [INFO]
>>         [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>         flume-ng-sinks ---
>>         [INFO] Exclude: .git/
>>         [INFO] Exclude: .gitignore
>>         [INFO] Exclude: .repository/
>>         [INFO] Exclude: **/*.diff
>>         [INFO] Exclude: **/*.patch
>>         [INFO] Exclude: **/*.avsc
>>         [INFO] Exclude: **/docs/**
>>         [INFO]
>>         [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-sinks >>>
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-ng-sdk ---
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-avro-source ---
>>         [INFO]
>>         [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-sinks <<<
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [INFO]
>>         [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-ng-sinks ---
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>         flume-ng-sinks ---
>>         [INFO] configuring report plugin
>>         org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         [INFO] Relativizing decoration links with respect to project
>>         URL: http://www.apache.org/flume-parent/flume-ng-sinks/
>>         [INFO] Rendering site with
>>         org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>         [INFO] Generating "Project Team" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Mailing Lists" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Issue Tracking" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Project License" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>         flume-ng-sinks ---
>>         [INFO] Using this base directory for staging:
>>         /usr/local/flume/flume/flume-ng-sinks/target/docs
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>>         Session: Opened
>>         [INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/target/site
>>         [INFO] >>> to
>>         file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
>>         file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>>         Session: Disconnecting
>>         file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ -
>>         Session: Disconnected
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>         (attach-descriptor) @ flume-ng-sinks ---
>>         [INFO]
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO]
>>         [INFO] --- maven-remote-resources-plugin:1.1:process
>>         (default) @ flume-hdfs-sink ---
>>         [INFO]
>>         [INFO] --- maven-resources-plugin:2.4.3:resources
>>         (default-resources) @ flume-hdfs-sink ---
>>         [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>         [INFO] skip non existing resourceDirectory
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
>>         [INFO] Copying 3 resources
>>         [INFO]
>>         [INFO] --- maven-compiler-plugin:2.3.2:compile
>>         (default-compile) @ flume-hdfs-sink ---
>>         [INFO] Compiling 11 source files to
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
>>         [INFO]
>>         [INFO] --- maven-resources-plugin:2.4.3:testResources
>>         (default-testResources) @ flume-hdfs-sink ---
>>         [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>         [INFO] Copying 1 resource
>>         [INFO] Copying 3 resources
>>         [INFO]
>>         [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>         (default-testCompile) @ flume-hdfs-sink ---
>>         [INFO] Compiling 8 source files to
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
>>         [INFO]
>>         [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>         flume-hdfs-sink ---
>>         [INFO] Tests are skipped.
>>         [INFO]
>>         [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>         flume-hdfs-sink ---
>>         [INFO] Exclude: .git/
>>         [INFO] Exclude: .gitignore
>>         [INFO] Exclude: .repository/
>>         [INFO] Exclude: **/*.diff
>>         [INFO] Exclude: **/*.patch
>>         [INFO] Exclude: **/*.avsc
>>         [INFO] Exclude: **/docs/**
>>         [INFO]
>>         [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>         flume-hdfs-sink ---
>>         [INFO] Building jar:
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
>>         [INFO]
>>         [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-hdfs-sink >>>
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-ng-sdk ---
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-avro-source ---
>>         [INFO]
>>         [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-hdfs-sink <<<
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [INFO]
>>         [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-hdfs-sink ---
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>         flume-hdfs-sink ---
>>         [INFO] configuring report plugin
>>         org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         [INFO] Relativizing decoration links with respect to project
>>         URL:
>>         http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
>>         [INFO] Rendering site with
>>         org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>         [INFO] Generating "Project Team" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Mailing Lists" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Issue Tracking" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Project License" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>         flume-hdfs-sink ---
>>         [INFO] Using this base directory for staging:
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/
>>         - Session: Opened
>>         [INFO] Pushing
>>         /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
>>         [INFO] >>> to
>>         file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
>>         file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/
>>         - Session: Disconnecting
>>         file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/
>>         - Session: Disconnected
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>         (attach-descriptor) @ flume-hdfs-sink ---
>>         [INFO]
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO]
>>         [INFO] --- maven-remote-resources-plugin:1.1:process
>>         (default) @ flume-irc-sink ---
>>         [INFO]
>>         [INFO] --- maven-resources-plugin:2.4.3:resources
>>         (default-resources) @ flume-irc-sink ---
>>         [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>         [INFO] skip non existing resourceDirectory
>>         /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
>>         [INFO] Copying 3 resources
>>         [INFO]
>>         [INFO] --- maven-compiler-plugin:2.3.2:compile
>>         (default-compile) @ flume-irc-sink ---
>>         [INFO] Compiling 1 source file to
>>         /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
>>         [INFO]
>>         [INFO] --- maven-resources-plugin:2.4.3:testResources
>>         (default-testResources) @ flume-irc-sink ---
>>         [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>         [INFO] skip non existing resourceDirectory
>>         /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
>>         [INFO] Copying 3 resources
>>         [INFO]
>>         [INFO] --- maven-compiler-plugin:2.3.2:testCompile
>>         (default-testCompile) @ flume-irc-sink ---
>>         [INFO] No sources to compile
>>         [INFO]
>>         [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>>         flume-irc-sink ---
>>         [INFO] Tests are skipped.
>>         [INFO]
>>         [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>>         flume-irc-sink ---
>>         [INFO] Exclude: .git/
>>         [INFO] Exclude: .gitignore
>>         [INFO] Exclude: .repository/
>>         [INFO] Exclude: **/*.diff
>>         [INFO] Exclude: **/*.patch
>>         [INFO] Exclude: **/*.avsc
>>         [INFO] Exclude: **/docs/**
>>         [INFO]
>>         [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>>         flume-irc-sink ---
>>         [INFO] Building jar:
>>         /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
>>         [INFO]
>>         [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-irc-sink >>>
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-ng-sdk ---
>>         [INFO]
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>         [INFO]
>>         [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>>         flume-avro-source ---
>>         [INFO]
>>         [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-irc-sink <<<
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [WARNING] The following dependencies could not be resolved at
>>         this point of the build but seem to be part of the reactor:
>>         [WARNING] o
>>         org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] o
>>         org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>>         (compile)
>>         [WARNING] Try running the build up to the lifecycle phase
>>         "package"
>>         [INFO]
>>         [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar)
>>         @ flume-irc-sink ---
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>>         flume-irc-sink ---
>>         [INFO] configuring report plugin
>>         org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         [INFO] Relativizing decoration links with respect to project
>>         URL:
>>         http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
>>         [INFO] Rendering site with
>>         org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>>         [INFO] Generating "Project Team" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Mailing Lists" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Issue Tracking" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO] Generating "Project License" report    ---
>>         maven-project-info-reports-plugin:2.4
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>>         flume-irc-sink ---
>>         [INFO] Using this base directory for staging:
>>         /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
>>         [INFO] Parent project loaded from repository:
>>         org.apache:apache:pom:9
>>         file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/
>>         - Session: Opened
>>         [INFO] Pushing
>>         /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
>>         [INFO] >>> to
>>         file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
>>         file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/
>>         - Session: Disconnecting
>>         file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/
>>         - Session: Disconnected
>>         [INFO]
>>         [INFO] --- maven-site-plugin:3.1:attach-descriptor
>>         (attach-descriptor) @ flume-irc-sink ---
>>         [INFO]
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO] Building Flume NG HBase Sink 1.2.0-incubating-SNAPSHOT
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO]
>>         [INFO] --- maven-remote-resources-plugin:1.1:process
>>         (default) @ flume-ng-hbase-sink ---
>>         [INFO]
>>         [INFO] --- maven-resources-plugin:2.4.3:resources
>>         (default-resources) @ flume-ng-hbase-sink ---
>>         [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>         [INFO] skip non existing resourceDirectory
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
>>         [INFO] Copying 3 resources
>>         [INFO]
>>         [INFO] --- maven-compiler-plugin:2.3.2:compile
>>         (default-compile) @ flume-ng-hbase-sink ---
>>         [INFO] Compiling 9 source files to
>>         /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
>>         [INFO]
>>         -------------------------------------------------------------
>>         [ERROR] COMPILATION ERROR :
>>         [INFO]
>>         -------------------------------------------------------------
>>         [ERROR] error: error reading
>>         /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>         error in opening zip file
>>         [INFO] 1 error
>>         [INFO]
>>         -------------------------------------------------------------
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO] Reactor Summary:
>>         [INFO]
>>         [INFO] Apache Flume ......................................
>>         SUCCESS [1:28.043s]
>>         [INFO] Flume NG SDK ......................................
>>         SUCCESS [3.273s]
>>         [INFO] Flume NG Configuration ............................
>>         SUCCESS [1.581s]
>>         [INFO] Flume NG Core .....................................
>>         SUCCESS [3.324s]
>>         [INFO] Flume NG Sinks ....................................
>>         SUCCESS [0.822s]
>>         [INFO] Flume NG HDFS Sink ................................
>>         SUCCESS [2.084s]
>>         [INFO] Flume NG IRC Sink .................................
>>         SUCCESS [1.200s]
>>         [INFO] Flume NG HBase Sink ...............................
>>         FAILURE [0.693s]
>>         [INFO] Flume NG Channels .................................
>>         SKIPPED
>>         [INFO] Flume NG JDBC channel .............................
>>         SKIPPED
>>         [INFO] Flume NG Node .....................................
>>         SKIPPED
>>         [INFO] Flume NG file-based channel .......................
>>         SKIPPED
>>         [INFO] Flume NG file backed Memory channel ...............
>>         SKIPPED
>>         [INFO] Flume legacy Sources ..............................
>>         SKIPPED
>>         [INFO] Flume legacy Avro source ..........................
>>         SKIPPED
>>         [INFO] Flume legacy Thrift Source ........................
>>         SKIPPED
>>         [INFO] Flume NG Clients ..................................
>>         SKIPPED
>>         [INFO] Flume NG Log4j Appender ...........................
>>         SKIPPED
>>         [INFO] Flume NG distribution .............................
>>         SKIPPED
>>         [INFO] Flume NG Integration Tests ........................
>>         SKIPPED
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO] BUILD FAILURE
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [INFO] Total time: 1:41.476s
>>         [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
>>         [INFO] Final Memory: 96M/269M
>>         [INFO]
>>         ------------------------------------------------------------------------
>>         [ERROR] Failed to execute goal
>>         org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>         (default-compile) on project flume-ng-hbase-sink: Compilation
>>         failure
>>         [ERROR] error: error reading
>>         /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>         error in opening zip file
>>         [ERROR] -> [Help 1]
>>         [ERROR]
>>         [ERROR] To see the full stack trace of the errors, re-run
>>         Maven with the -e switch.
>>         [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/MojoFailureException
>>         [ERROR]
>>         [ERROR] After correcting the problems, you can resume the
>>         build with the command
>>         [ERROR]   mvn <goals> -rf :flume-ng-hbase-sink
>>
>>         ====================================================================================================================================================================================
>>
>>
>>         root@md-trngpoc1:/usr/local/flume_dir/flume
>>         <mailto:root@md-trngpoc1:/usr/local/flume_dir/flume># ls -lrt
>>         total 140
>>         drwxr-xr-x  3 root root  4096 2012-06-22 12:05 conf
>>         drwxr-xr-x 19 root root  4096 2012-06-22 12:05 src
>>         drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-node
>>         drwxr-xr-x  5 root root  4096 2012-06-22 12:05
>>         flume-ng-legacy-sources
>>         drwxr-xr-x  4 root root  4096 2012-06-22 12:05 contrib
>>         drwxr-xr-x  6 root root  4096 2012-06-22 12:05 flume-ng-channels
>>         drwxr-xr-x  3 root root  4096 2012-06-22 12:05 bin
>>         drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-clients
>>         drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-tests
>>         drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-dist
>>         -rw-r--r--  1 root root  1997 2012-06-22 12:05 RELEASE-NOTES
>>         -rw-r--r--  1 root root  1433 2012-06-22 12:05 README
>>         -rw-r--r--  1 root root 25221 2012-06-22 12:05 pom.xml
>>         -rw-r--r--  1 root root   249 2012-06-22 12:05 NOTICE
>>         -rw-r--r--  1 root root 11358 2012-06-22 12:05 LICENSE
>>         drwxr-xr-x  7 root root  4096 2012-06-22 12:05 flume-ng-doc
>>         -rw-r--r--  1 root root  5559 2012-06-22 12:05 DEVNOTES
>>         -rw-r--r--  1 root root  9952 2012-06-22 12:05 CHANGELOG
>>         -rw-r--r--  1 root root   719 2012-06-22 12:05 DISCLAIMER
>>         drwxr-xr-x  5 root root  4096 2012-06-22 12:06 flume-ng-sdk
>>         drwxr-xr-x  7 root root  4096 2012-06-22 12:08 target
>>         drwxr-xr-x  5 root root  4096 2012-06-22 12:08
>>         flume-ng-configuration
>>         drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-core
>>         drwxr-xr-x  7 root root  4096 2012-06-22 12:08 flume-ng-sinks
>>
>>
>>
>>         In Reactor summary: Flume NG HBase Sink got failed.Due to
>>         this Error: error reading
>>         /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>>         error in opening zip file
>>
>>         I went back and see all the directories running as root user
>>         only. all the directory output given as below.
>>
>>
>>
>>
>>         root@md-trngpoc1:/usr/local/flume_dir/flume
>>         <mailto:root@md-trngpoc1:/usr/local/flume_dir/flume># who iam i
>>         root     pts/2        2012-06-20 15:19
>>
>>         root@md-trngpoc1:/usr/local/flume_dir/flume
>>         <mailto:root@md-trngpoc1:/usr/local/flume_dir/flume># cd
>>         /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
>>         root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>>         <mailto:root@md-trngpoc1:%7E/.m2/repository/org/jruby/jruby-complete/1.6.5>#
>>         ls -lrt
>>         total 20
>>         -rw-r--r-- 1 root root 2717 2012-06-21 16:21
>>         jruby-complete-1.6.5.pom
>>         -rw-r--r-- 1 root root   40 2012-06-21 16:21
>>         jruby-complete-1.6.5.pom.sha1
>>         -rw-r--r-- 1 root root  262 2012-06-21 16:24
>>         jruby-complete-1.6.5.jar
>>         -rw-r--r-- 1 root root  203 2012-06-21 16:24 _maven.repositories
>>         -rw-r--r-- 1 root root 1385 2012-06-21 16:24
>>         jruby-complete-1.6.5.jar.lastUpdated
>>         root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5
>>         <mailto:root@md-trngpoc1:%7E/.m2/repository/org/jruby/jruby-complete/1.6.5>#
>>         cd ..
>>         root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>>         <mailto:root@md-trngpoc1:%7E/.m2/repository/org/jruby/jruby-complete>#
>>         ls -lrt
>>         total 4
>>         drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
>>         root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete
>>         <mailto:root@md-trngpoc1:%7E/.m2/repository/org/jruby/jruby-complete>#
>>         cd ..
>>         root@md-trngpoc1:~/.m2/repository/org/jruby
>>         <mailto:root@md-trngpoc1:%7E/.m2/repository/org/jruby># ls -lrt
>>         total 12
>>         drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
>>         drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
>>         drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
>>         root@md-trngpoc1:~/.m2/repository/org/jruby
>>         <mailto:root@md-trngpoc1:%7E/.m2/repository/org/jruby># cd ..
>>         root@md-trngpoc1:~/.m2/repository/org
>>         <mailto:root@md-trngpoc1:%7E/.m2/repository/org># ls -lrt
>>         total 76
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:17 xerial
>>         drwxr-xr-x  4 root root 4096 2012-06-21 16:17 hamcrest
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:18 mortbay
>>         drwxr-xr-x  4 root root 4096 2012-06-21 16:18 jboss
>>         drwxr-xr-x  4 root root 4096 2012-06-21 16:19 eclipse
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:20 schwering
>>         drwxr-xr-x  5 root root 4096 2012-06-21 16:21 jruby
>>         drwxr-xr-x  4 root root 4096 2012-06-21 16:21 jamon
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:21 hbase
>>         drwxr-xr-x  7 root root 4096 2012-06-21 16:21 slf4j
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:25 tukaani
>>         drwxr-xr-x  4 root root 4096 2012-06-21 16:26 mockito
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:26 objenesis
>>         drwxr-xr-x  8 root root 4096 2012-06-21 16:29 sonatype
>>         drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:32 netbeans
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:32 tomdz
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:34 python
>>         drwxr-xr-x  7 root root 4096 2012-06-22 12:24 codehaus
>>         root@md-trngpoc1:~/.m2/repository/org
>>         <mailto:root@md-trngpoc1:%7E/.m2/repository/org># cd ..
>>         root@md-trngpoc1:~/.m2/repository
>>         <mailto:root@md-trngpoc1:%7E/.m2/repository># ls -lrt
>>         total 184
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:14 junit
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:14 classworlds
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:14 commons-cli
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:15 doxia
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-collections
>>         drwxr-xr-x  4 root root 4096 2012-06-21 16:15 velocity
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-lang
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-io
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:15 oro
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-validator
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:16 commons-digester
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:16 xml-apis
>>         drwxr-xr-x  5 root root 4096 2012-06-21 16:16 plexus
>>         drwxr-xr-x  4 root root 4096 2012-06-21 16:16 commons-logging
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:17 log4j
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:19 joda-time
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:19 xmlenc
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-httpclient
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-codec
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:19
>>         commons-configuration
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:19 logkit
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:19 avalon-framework
>>         drwxr-xr-x  4 root root 4096 2012-06-21 16:19 commons-beanutils
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-net
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:19 ant
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-el
>>         drwxr-xr-x  4 root root 4096 2012-06-21 16:19 net
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:19 hsqldb
>>         drwxr-xr-x  5 root root 4096 2012-06-21 16:21 tomcat
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:21 stax
>>         drwxr-xr-x  5 root root 4096 2012-06-21 16:21 javax
>>         drwxr-xr-x  4 root root 4096 2012-06-21 16:21 asm
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-dbcp
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-pool
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:30 xerces
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:30 commons-chain
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:30 dom4j
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:30 sslext
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:30 antlr
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:31
>>         backport-util-concurrent
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:32 jakarta-regexp
>>         drwxr-xr-x  8 root root 4096 2012-06-21 16:32 com
>>         drwxr-xr-x  4 root root 4096 2012-06-21 16:32 nekohtml
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:32 regexp
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:32 ch
>>         drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
>>         root@md-trngpoc1:~/.m2/repository
>>         <mailto:root@md-trngpoc1:%7E/.m2/repository># cd ..
>>         root@md-trngpoc1:~/.m2 <mailto:root@md-trngpoc1:%7E/.m2># ls
>>         -lrt -a
>>         total 12
>>         drwx------ 25 root root 4096 2012-06-21 16:12 ..
>>         drwxr-xr-x  3 root root 4096 2012-06-21 16:12 .
>>         drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
>>         root@md-trngpoc1:~/.m2 <mailto:root@md-trngpoc1:%7E/.m2># cd ..
>>         root@md-trngpoc1 <ma...@md-trngpoc1>:~# ls -lrt -a
>>         total 160
>>         -rw-r--r--  1 root root   140 2010-10-21 18:17 .profile
>>         -rw-------  1 root root   256 2012-02-03 10:50 .pulse-cookie
>>         drwxr-xr-x  2 root root  4096 2012-02-03 10:57 .nautilus
>>         drwxr-xr-x  2 root root  4096 2012-02-03 10:57 Desktop
>>         drwx------  3 root root  4096 2012-02-03 10:57 .dbus
>>         drwx------  3 root root  4096 2012-02-03 10:58 .local
>>         drwxr-xr-x  3 root root  4096 2012-02-03 14:19 .subversion
>>         drwxrwxrwx  6 root root  4096 2012-02-03 14:19 .config
>>         drwx------  3 root root  4096 2012-02-03 14:20 .thumbnails
>>         drwxr-xr-x  3 root root  4096 2012-02-08 10:19 .java
>>         drwxrwxrwx  3 root root  4096 2012-02-08 10:21 .pspdata
>>         drwx------  4 root root  4096 2012-02-08 15:19 .mozilla
>>         drwx------  2 root root  4096 2012-02-08 15:19 .gnome2_private
>>         drwxr-xr-x  4 root root  4096 2012-02-08 15:19 .icedtea
>>         drwxr-xr-x  2 root root  4096 2012-02-09 15:40 .gstreamer-0.10
>>         drwxr-xr-x  6 root root  4096 2012-02-21 13:24 .gnome2
>>         drwx------  3 root root  4096 2012-02-27 13:52 .synaptic
>>         drwx------  3 root root  4096 2012-03-01 08:56 .gconf
>>         dr-x------  2 root root  4096 2012-03-01 14:46 .gvfs
>>         drwx------  2 root root  4096 2012-03-01 15:35 .gconfd
>>         lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .icons ->
>>         /home/virtusa/.icons/
>>         lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .fonts ->
>>         /home/virtusa/.fonts/
>>         lrwxrwxrwx  1 root root    22 2012-04-30 18:51 .themes ->
>>         /home/virtusa/.themes/
>>         drwx------  2 root root  4096 2012-05-02 17:15 .cache
>>         -rw-------  1 root root    58 2012-05-04 15:04 .lesshst
>>         drwx------  2 root root  4096 2012-05-07 18:31 .ssh
>>         drwx------  2 root root  4096 2012-05-07 21:22 .pulse
>>         drwxr-xr-x 23 root root  4096 2012-05-17 17:50 ..
>>         -rw-r--r--  1 root root  3274 2012-05-17 17:53 .bashrc
>>         drwx--x--x  2 root root  4096 2012-05-23 18:42 .splunk
>>         -rw-r--r--  1 root root  2015 2012-06-07 11:30 .hivehistory
>>         -rw-------  1 root root  9973 2012-06-08 12:49 .viminfo
>>         -rw-------  1 root root 28596 2012-06-20 15:19 .bash_history
>>         drwxr-xr-x  3 root root  4096 2012-06-21 16:12 .m2
>>         drwx------ 25 root root  4096 2012-06-21 16:12 .
>>
>>
>>         I am struggling flume installation from past couple of weeks,
>>         Could you please any one help me on this issue.
>>         Thanks,
>>         Vijay
>>
>>
>
>


Re: mvn package error

Posted by vijay k <k....@gmail.com>.
Thanks for the reply.

Yes, you are correct,
i did mvn -version getting like as below.
#mvn -version
The program 'mvn' is currently not installed.  You can install it by typing:
apt-get install maven2

Please let me know how to install maven 3.0.4 installation procedure. and
what are the pre-requisite s/w needed for flume installation?

Thanks,
Vijay


On Fri, Jun 22, 2012 at 9:24 PM, Ralph Goers <ra...@dslextreme.com>wrote:

> Pinging 3 hours later unfortunately isn't helpful.  As you can see, you
> are posting in the middle of the night when a lot of us are fast asleep.
>
>  On Jun 22, 2012, at 3:39 AM, vijay k wrote:
>
>  I am waiting for your response on the below issue.
>
>
> You installed maven 3 in the parent directory and then just did "mvn" in
> the child?  I suspect that if you do mvn -version you are going to get
> Maven 2 since you never added maven 3 to your path.
>
>
>  On Fri, Jun 22, 2012 at 1:11 PM, vijay k <k....@gmail.com> wrote:
>
>>
>> Hello All Flume user list,
>>
>>
>> Please help me out on the below issue.
>>
>>
>> Step1:
>>
>> Installed maven3.x in flume_dir directory.
>>
>> root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
>> total 4768
>> -rw-r--r--  1 root root 4873043 2012-06-21 12:36
>> apache-maven-3.0.4-bin.tar.gz
>> drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4
>>
>> Step2:
>>
>> root@md-trngpoc1:/usr/local/flume_dir#git clone git://
>> git.apache.org/flume.git
>>
>> root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
>> total 4768
>> -rw-r--r--  1 root root 4873043 2012-06-21 12:36
>> apache-maven-3.0.4-bin.tar.gz
>> drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4
>> drwxr-xr-x 18 root root    4096 2012-06-22 12:31 flume
>>
>> Step3:
>>
>> root@md-trngpoc1:/usr/local/flume_dir#cd flume
>>
>> Step4:
>>
>> root@md-trngpoc1:/usr/local/flume_dir/flume#mvn package -DskipTests
>>
>> While running the step4, I am getting the following output.
>>
>>
>>
>>
>> =================================================================================================================================================================================
>>
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
>> package com.google.common.base does not exist
>> [WARNING] import com.google.common.base.Preconditions;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
>> package org.apache.hadoop.io.SequenceFile does not exist
>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
>> package org.apache.hadoop.io.compress does not exist
>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionCodec
>> [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
>> [WARNING] public void open(String filePath, CompressionCodec codec,
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionType
>> [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
>> [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
>> package org.apache.hadoop.io does not exist
>> [WARNING] import org.apache.hadoop.io.Text;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
>> package org.apache.hadoop.io does not exist
>> [WARNING] import org.apache.hadoop.io.LongWritable;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
>> cannot find symbol
>> [WARNING] symbol  : class Text
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
>> [WARNING] private Text makeText(Event e) {
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
>> cannot find symbol
>> [WARNING] symbol  : class LongWritable
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
>> [WARNING] public Class<LongWritable> getKeyClass() {
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
>> cannot find symbol
>> [WARNING] symbol  : class Text
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
>> [WARNING] public Class<Text> getValueClass() {
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
>> package org.apache.hadoop.conf does not exist
>> [WARNING] import org.apache.hadoop.conf.Configuration;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
>> package org.apache.hadoop.fs does not exist
>> [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
>> package org.apache.hadoop.fs does not exist
>> [WARNING] import org.apache.hadoop.fs.FileSystem;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
>> package org.apache.hadoop.fs does not exist
>> [WARNING] import org.apache.hadoop.fs.Path;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
>> package org.apache.hadoop.io.SequenceFile does not exist
>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
>> package org.apache.hadoop.io.compress does not exist
>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
>> cannot find symbol
>> [WARNING] symbol  : class FSDataOutputStream
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
>> [WARNING] private FSDataOutputStream outStream;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionCodec
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
>> [WARNING] public void open(String filePath, CompressionCodec codec,
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionType
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
>> [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException {
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
>> package org.apache.hadoop.conf does not exist
>> [WARNING] import org.apache.hadoop.conf.Configuration;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
>> package org.apache.hadoop.fs does not exist
>> [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
>> package org.apache.hadoop.fs does not exist
>> [WARNING] import org.apache.hadoop.fs.FileSystem;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
>> package org.apache.hadoop.fs does not exist
>> [WARNING] import org.apache.hadoop.fs.Path;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
>> package org.apache.hadoop.io does not exist
>> [WARNING] import org.apache.hadoop.io.SequenceFile;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
>> package org.apache.hadoop.io.SequenceFile does not exist
>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
>> package org.apache.hadoop.io.compress does not exist
>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
>> package SequenceFile does not exist
>> [WARNING] private SequenceFile.Writer writer;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionCodec
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
>> [WARNING] public void open(String filePath, CompressionCodec codeC,
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionType
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
>> [WARNING] CompressionType compType, FlumeFormatter fmt) throws
>> IOException {
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
>> package org.apache.hadoop.conf does not exist
>> [WARNING] import org.apache.hadoop.conf.Configuration;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
>> package org.apache.hadoop.io.SequenceFile does not exist
>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
>> package org.apache.hadoop.io.compress does not exist
>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
>> package org.apache.hadoop.io.compress does not exist
>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodecFactory;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
>> package org.apache.hadoop.security does not exist
>> [WARNING] import org.apache.hadoop.security.SecurityUtil;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
>> package org.apache.hadoop.security does not exist
>> [WARNING] import org.apache.hadoop.security.UserGroupInformation;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
>> package org.apache.hadoop.security.UserGroupInformation does not exist
>> [WARNING] import
>> org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
>> package com.google.common.base does not exist
>> [WARNING] import com.google.common.base.Preconditions;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
>> package com.google.common.collect does not exist
>> [WARNING] import com.google.common.collect.Lists;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
>> package com.google.common.util.concurrent does not exist
>> [WARNING] import com.google.common.util.concurrent.ThreadFactoryBuilder;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
>> package org.apache.hadoop.conf does not exist
>> [WARNING] import org.apache.hadoop.conf.Configuration;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
>> package org.apache.hadoop.fs does not exist
>> [WARNING] import org.apache.hadoop.fs.FileSystem;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
>> package org.apache.hadoop.fs does not exist
>> [WARNING] import org.apache.hadoop.fs.Path;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
>> package org.apache.hadoop.io.SequenceFile does not exist
>> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
>> package org.apache.hadoop.io.compress does not exist
>> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
>> package org.apache.hadoop.security does not exist
>> [WARNING] import org.apache.hadoop.security.UserGroupInformation;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionCodec
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>> [WARNING] private CompressionCodec codeC;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionType
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>> [WARNING] private CompressionType compType;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
>> cannot find symbol
>> [WARNING] symbol  : class UserGroupInformation
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>> [WARNING] private UserGroupInformation proxyTicket;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionCodec
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>> [WARNING] private static boolean codecMatches(Class<? extends
>> CompressionCodec> cls,
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionCodec
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>> [WARNING] private static CompressionCodec getCodec(String codecName) {
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
>> cannot find symbol
>> [WARNING] symbol  : class UserGroupInformation
>> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
>> [WARNING] private static synchronized UserGroupInformation kerberosLogin(
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionCodec
>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>> [WARNING] private final CompressionCodec codeC;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionType
>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>> [WARNING] private final CompressionType compType;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
>> cannot find symbol
>> [WARNING] symbol  : class UserGroupInformation
>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>> [WARNING] private final UserGroupInformation user;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
>> cannot find symbol
>> [WARNING] symbol  : class FileSystem
>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>> [WARNING] private FileSystem fileSystem;
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
>> cannot find symbol
>> [WARNING] symbol  : class CompressionCodec
>> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
>> [WARNING] Context context, String filePath, CompressionCodec codeC,
>> [WARNING] ^
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>> warning - @return tag has no arguments.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>> warning - @return tag has no arguments.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>> warning - @return tag has no arguments.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
>> warning - @return tag cannot be used in method with void return type.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
>> warning - @return tag cannot be used in method with void return type.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
>> warning - @return tag cannot be used in method with void return type.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
>> warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used
>> in constants.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
>> warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can
>> only be used in constants.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
>> warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can
>> only be used in constants.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
>> warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be
>> used in constants.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>> warning - Tag @link: reference not found: RPCClient
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>> warning - Tag @link: missing '#': "getDefaultInstance()
>> getDefaultInstance(String, Integer)"
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
>> warning - Tag @link: can't find getDefaultInstance() in
>> org.apache.flume.api.RpcClientFactory
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>> warning - Tag @link: missing '#': "getDefaultInstance()
>> getDefaultInstance(String, Integer, Integer)"
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
>> warning - Tag @link: can't find getDefaultInstance() in
>> org.apache.flume.api.RpcClientFactory
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
>> warning - Tag @see: reference not found:
>> org.apache.flume.api.NettyAvroClient
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
>> warning - @return tag has no arguments.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
>> warning - Tag @see: reference not found: FileChannel
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
>> warning - Tag @see: reference not found: MemoryChannel
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
>> warning - Tag @see: reference not found: NullSink
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
>> warning - Tag @see: reference not found: LoggerSink
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
>> warning - Tag @see: reference not found: RollingFileSink
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
>> warning - Tag @see: reference not found: AvroSink
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
>> warning - Tag @see: reference not found: FailoverSinkProcessor
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
>> warning - Tag @see: reference not found: DefaultSinkProcessor
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
>> warning - Tag @see: reference not found: NullSink
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
>> warning - Tag @see: reference not found: LoggerSink
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
>> warning - Tag @see: reference not found: RollingFileSink
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
>> warning - Tag @see: reference not found: AvroSink
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
>> warning - Tag @see: reference not found: NetcatSource
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
>> warning - Tag @see: reference not found: ExecSource
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
>> warning - Tag @see: reference not found: AvroSource
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
>> warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>> warning - @Override is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>> warning - @Override is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
>> warning - @Override is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
>> warning - @return tag has no arguments.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
>> warning - @return tag has no arguments.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
>> warning - @return tag has no arguments.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>> warning - Tag @linkplain: reference not found: EventDrivenSource
>> event-driven sources
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
>> warning - Tag @link: reference not found: PollableSource.Status
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
>> warning - Tag @link: missing '#': "beforeClose()"
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
>> warning - @return tag has no arguments.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>> warning - Tag @link: reference not found:
>> org.hbase.async.AtomicIncrementRequest
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
>> warning - @param argument "Event" is not a parameter name.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>> warning - Tag @link: reference not found:
>> org.hbase.async.AtomicIncrementRequest
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
>> warning - @param argument "Event" is not a parameter name.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
>> warning - Tag @link: reference not found: HBaseEventSerializer
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
>> warning - Tag @link: reference not found:
>> org.hbase.async.AtomicIncrementRequest
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
>> warning - Tag @link: reference not found: org.hbase.async.PutRequest
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
>> warning - Tag @link: reference not found:
>> org.hbase.async.AtomicIncrementRequest
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
>> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
>> warning - @return tag has no arguments.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
>> warning - @param argument "properties" is not a parameter name.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
>> warning - @return tag has no arguments.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
>> warning - @param argument "connection" is not a parameter name.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
>> warning - @param argument "connection" is not a parameter name.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>> warning - Tag @link: reference not found: Writable
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>> warning - Tag @link: reference not found: RPCClient
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>> warning - Tag @link: reference not found: Writable
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>> warning - Tag @linkplain: reference not found: EventDrivenSource
>> event-driven sources
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>> warning - Tag @linkplain: reference not found: EventDrivenSource
>> event-driven sources
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>> warning - Tag @linkplain: reference not found: EventDrivenSource
>> event-driven sources
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>> warning - Tag @link: reference not found: Writable
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
>> warning - Tag @linkplain: reference not found: EventDrivenSource
>> event-driven sources
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
>> warning - Tag @link: reference not found: RPCClient
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
>> warning - @plainlink is an unknown tag.
>> [WARNING]
>> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
>> warning - Tag @link: reference not found: Writable
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-parent ---
>> [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> [INFO] configuring report plugin org.tomdz.maven:sphinx-maven-plugin:1.0.2
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> [INFO] Relativizing decoration links with respect to project URL:
>> http://www.apache.org/flume-parent/
>> [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> [INFO] Generating "Project Team" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Mailing Lists" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Issue Tracking" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Project License" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Documentation via sphinx" report    ---
>> sphinx-maven-plugin:1.0.2
>> [INFO] Unpacking sphinx to /usr/local/flume/flume/target/sphinx
>> [INFO] Running sphinx on /usr/local/flume/flume/flume-ng-doc/sphinx,
>> output will be placed in /usr/local/flume/flume/target/site
>> Running Sphinx v1.1.2
>> loading pickled environment... not yet created
>> building [html]: targets for 3 source files that are out of date
>> updating environment: 3 added, 0 changed, 0 removed
>> reading sources... [ 33%] FlumeDeveloperGuide
>> reading sources... [ 66%] FlumeUserGuide
>> reading sources... [100%] index
>>
>> looking for now-outdated files... none found
>> pickling environment... done
>> checking consistency... done
>> preparing documents... done
>> writing output... [ 33%] FlumeDeveloperGuide
>> writing output... [ 66%] FlumeUserGuide
>> writing output... [100%] index
>>
>> writing additional files... genindex search
>> copying images... [ 16%] images/DevGuide_image00.png
>> copying images... [ 33%] images/DevGuide_image01.png
>> copying images... [ 50%] images/UserGuide_image03.png
>> copying images... [ 66%] images/UserGuide_image02.png
>> copying images... [ 83%] images/UserGuide_image01.png
>> copying images... [100%] images/UserGuide_image00.png
>>
>> copying static files... done
>> dumping search index... done
>> dumping object inventory... done
>> build succeeded, 2 warnings.
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-parent
>> ---
>> [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/target/docs
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> file:///usr/local/flume/flume/target/docs/ - Session: Opened
>> [INFO] Pushing /usr/local/flume/flume/target/site
>> [INFO]    >>> to file:///usr/local/flume/flume/target/docs/./
>> file:///usr/local/flume/flume/target/docs/ - Session: Disconnecting
>> file:///usr/local/flume/flume/target/docs/ - Session: Disconnected
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> flume-parent ---
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>> ---
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>> flume-ng-sdk ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>> flume-ng-sdk ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-sdk/src/main/resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>> flume-ng-sdk ---
>> [INFO] Compiling 17 source files to
>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>> [INFO]
>> [INFO] --- paranamer-maven-plugin:2.3:generate (run) @ flume-ng-sdk ---
>> [INFO] Generating parameter names from
>> /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to
>> /usr/local/flume/flume/flume-ng-sdk/target/classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>> (default-testResources) @ flume-ng-sdk ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>> @ flume-ng-sdk ---
>> [INFO] Compiling 6 source files to
>> /usr/local/flume/flume/flume-ng-sdk/target/test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-sdk
>> ---
>> [INFO] Tests are skipped.
>> [INFO]
>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sdk ---
>> [INFO] Exclude: .git/
>> [INFO] Exclude: .gitignore
>> [INFO] Exclude: .repository/
>> [INFO] Exclude: **/*.diff
>> [INFO] Exclude: **/*.patch
>> [INFO] Exclude: **/*.avsc
>> [INFO] Exclude: **/docs/**
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-sdk ---
>> [INFO] Building jar:
>> /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
>> [INFO]
>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-sdk >>>
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>> ---
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> [INFO]
>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-sdk <<<
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [INFO]
>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-sdk ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sdk ---
>> [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> [INFO] Relativizing decoration links with respect to project URL:
>> http://www.apache.org/flume-parent/flume-ng-sdk/
>> [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> [INFO] Generating "Project Team" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Mailing Lists" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Issue Tracking" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Project License" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sdk
>> ---
>> [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-sdk/target/docs
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session: Opened
>> [INFO] Pushing /usr/local/flume/flume/flume-ng-sdk/target/site
>> [INFO]    >>> to
>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
>> Disconnecting
>> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
>> Disconnected
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> flume-ng-sdk ---
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Flume NG Configuration 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>> flume-ng-configuration ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>> flume-ng-configuration ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-configuration/src/main/resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>> flume-ng-configuration ---
>> [INFO] Compiling 19 source files to
>> /usr/local/flume/flume/flume-ng-configuration/target/classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>> (default-testResources) @ flume-ng-configuration ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-configuration/src/test/resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>> @ flume-ng-configuration ---
>> [INFO] No sources to compile
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>> flume-ng-configuration ---
>> [INFO] Tests are skipped.
>> [INFO]
>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @
>> flume-ng-configuration ---
>> [INFO] Exclude: .git/
>> [INFO] Exclude: .gitignore
>> [INFO] Exclude: .repository/
>> [INFO] Exclude: **/*.diff
>> [INFO] Exclude: **/*.patch
>> [INFO] Exclude: **/*.avsc
>> [INFO] Exclude: **/docs/**
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
>> flume-ng-configuration ---
>> [INFO] Building jar:
>> /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
>> [INFO]
>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-configuration >>>
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>> ---
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> [INFO]
>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-configuration <<<
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [INFO]
>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-configuration ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @
>> flume-ng-configuration ---
>> [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> [INFO] Relativizing decoration links with respect to project URL:
>> http://www.apache.org/flume-parent/flume-ng-configuration/
>> [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> [INFO] Generating "Project Team" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Mailing Lists" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Issue Tracking" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Project License" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>> flume-ng-configuration ---
>> [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-configuration/target/docs
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>> Session: Opened
>> [INFO] Pushing /usr/local/flume/flume/flume-ng-configuration/target/site
>> [INFO]    >>> to
>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>> Session: Disconnecting
>> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
>> Session: Disconnected
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> flume-ng-configuration ---
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>> flume-ng-core ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>> flume-ng-core ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-core/src/main/resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>> flume-ng-core ---
>> [INFO] Compiling 88 source files to
>> /usr/local/flume/flume/flume-ng-core/target/classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>> (default-testResources) @ flume-ng-core ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 2 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>> @ flume-ng-core ---
>> [INFO] Compiling 41 source files to
>> /usr/local/flume/flume/flume-ng-core/target/test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-core
>> ---
>> [INFO] Tests are skipped.
>> [INFO]
>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-core ---
>> [INFO] Exclude: .git/
>> [INFO] Exclude: .gitignore
>> [INFO] Exclude: .repository/
>> [INFO] Exclude: **/*.diff
>> [INFO] Exclude: **/*.patch
>> [INFO] Exclude: **/*.avsc
>> [INFO] Exclude: **/docs/**
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-core ---
>> [INFO] Building jar:
>> /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
>> [INFO]
>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-core >>>
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>> ---
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> [INFO]
>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-core <<<
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [INFO]
>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-core ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-core ---
>> [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> [INFO] Relativizing decoration links with respect to project URL:
>> http://www.apache.org/flume-parent/flume-ng-core/
>> [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> [INFO] Generating "Project Team" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Mailing Lists" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Issue Tracking" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Project License" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-core
>> ---
>> [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-core/target/docs
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
>> Opened
>> [INFO] Pushing /usr/local/flume/flume/flume-ng-core/target/site
>> [INFO]    >>> to
>> file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
>> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
>> Disconnecting
>> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
>> Disconnected
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> flume-ng-core ---
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>> flume-ng-sinks ---
>> [INFO]
>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sinks ---
>> [INFO] Exclude: .git/
>> [INFO] Exclude: .gitignore
>> [INFO] Exclude: .repository/
>> [INFO] Exclude: **/*.diff
>> [INFO] Exclude: **/*.patch
>> [INFO] Exclude: **/*.avsc
>> [INFO] Exclude: **/docs/**
>> [INFO]
>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-sinks >>>
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>> ---
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> [INFO]
>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-sinks <<<
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [INFO]
>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-ng-sinks ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sinks ---
>> [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> [INFO] Relativizing decoration links with respect to project URL:
>> http://www.apache.org/flume-parent/flume-ng-sinks/
>> [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> [INFO] Generating "Project Team" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Mailing Lists" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Issue Tracking" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Project License" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sinks
>> ---
>> [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-sinks/target/docs
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
>> Opened
>> [INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/target/site
>> [INFO]    >>> to
>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
>> Disconnecting
>> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
>> Disconnected
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> flume-ng-sinks ---
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>> flume-hdfs-sink ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>> flume-hdfs-sink ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>> flume-hdfs-sink ---
>> [INFO] Compiling 11 source files to
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>> (default-testResources) @ flume-hdfs-sink ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>> @ flume-hdfs-sink ---
>> [INFO] Compiling 8 source files to
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>> flume-hdfs-sink ---
>> [INFO] Tests are skipped.
>> [INFO]
>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-hdfs-sink ---
>> [INFO] Exclude: .git/
>> [INFO] Exclude: .gitignore
>> [INFO] Exclude: .repository/
>> [INFO] Exclude: **/*.diff
>> [INFO] Exclude: **/*.patch
>> [INFO] Exclude: **/*.avsc
>> [INFO] Exclude: **/docs/**
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-hdfs-sink ---
>> [INFO] Building jar:
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
>> [INFO]
>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-hdfs-sink >>>
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>> ---
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> [INFO]
>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-hdfs-sink <<<
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [INFO]
>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-hdfs-sink ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-hdfs-sink ---
>> [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> [INFO] Relativizing decoration links with respect to project URL:
>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
>> [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> [INFO] Generating "Project Team" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Mailing Lists" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Issue Tracking" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Project License" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
>> flume-hdfs-sink ---
>> [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Opened
>> [INFO] Pushing
>> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
>> [INFO]    >>> to
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Disconnecting
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Disconnected
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> flume-hdfs-sink ---
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>> flume-irc-sink ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>> flume-irc-sink ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>> flume-irc-sink ---
>> [INFO] Compiling 1 source file to
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:testResources
>> (default-testResources) @ flume-irc-sink ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile)
>> @ flume-irc-sink ---
>> [INFO] No sources to compile
>> [INFO]
>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>> flume-irc-sink ---
>> [INFO] Tests are skipped.
>> [INFO]
>> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-irc-sink ---
>> [INFO] Exclude: .git/
>> [INFO] Exclude: .gitignore
>> [INFO] Exclude: .repository/
>> [INFO] Exclude: **/*.diff
>> [INFO] Exclude: **/*.patch
>> [INFO] Exclude: **/*.avsc
>> [INFO] Exclude: **/docs/**
>> [INFO]
>> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-irc-sink ---
>> [INFO] Building jar:
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
>> [INFO]
>> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-irc-sink >>>
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
>> ---
>> [INFO]
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> [INFO]
>> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
>> flume-avro-source ---
>> [INFO]
>> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-irc-sink <<<
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [WARNING] The following dependencies could not be resolved at this point
>> of the build but seem to be part of the reactor:
>> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] o
>> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
>> (compile)
>> [WARNING] Try running the build up to the lifecycle phase "package"
>> [INFO]
>> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
>> flume-irc-sink ---
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-irc-sink ---
>> [INFO] configuring report plugin
>> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> [INFO] Relativizing decoration links with respect to project URL:
>> http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
>> [INFO] Rendering site with
>> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
>> [INFO] Generating "Project Team" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Mailing Lists" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Issue Tracking" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO] Generating "Project License" report    ---
>> maven-project-info-reports-plugin:2.4
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-irc-sink
>> ---
>> [INFO] Using this base directory for staging:
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
>> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Opened
>> [INFO] Pushing
>> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
>> [INFO]    >>> to
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Disconnecting
>> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Disconnected
>> [INFO]
>> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
>> flume-irc-sink ---
>> [INFO]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building Flume NG HBase Sink 1.2.0-incubating-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
>> flume-ng-hbase-sink ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
>> flume-ng-hbase-sink ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] skip non existing resourceDirectory
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>> flume-ng-hbase-sink ---
>> [INFO] Compiling 9 source files to
>> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
>> [INFO] -------------------------------------------------------------
>> [ERROR] COMPILATION ERROR :
>> [INFO] -------------------------------------------------------------
>> [ERROR] error: error reading
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>> error in opening zip file
>> [INFO] 1 error
>> [INFO] -------------------------------------------------------------
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Apache Flume ...................................... SUCCESS
>> [1:28.043s]
>> [INFO] Flume NG SDK ...................................... SUCCESS
>> [3.273s]
>> [INFO] Flume NG Configuration ............................ SUCCESS
>> [1.581s]
>> [INFO] Flume NG Core ..................................... SUCCESS
>> [3.324s]
>> [INFO] Flume NG Sinks .................................... SUCCESS
>> [0.822s]
>> [INFO] Flume NG HDFS Sink ................................ SUCCESS
>> [2.084s]
>> [INFO] Flume NG IRC Sink ................................. SUCCESS
>> [1.200s]
>> [INFO] Flume NG HBase Sink ............................... FAILURE
>> [0.693s]
>> [INFO] Flume NG Channels ................................. SKIPPED
>> [INFO] Flume NG JDBC channel ............................. SKIPPED
>> [INFO] Flume NG Node ..................................... SKIPPED
>> [INFO] Flume NG file-based channel ....................... SKIPPED
>> [INFO] Flume NG file backed Memory channel ............... SKIPPED
>> [INFO] Flume legacy Sources .............................. SKIPPED
>> [INFO] Flume legacy Avro source .......................... SKIPPED
>> [INFO] Flume legacy Thrift Source ........................ SKIPPED
>> [INFO] Flume NG Clients .................................. SKIPPED
>> [INFO] Flume NG Log4j Appender ........................... SKIPPED
>> [INFO] Flume NG distribution ............................. SKIPPED
>> [INFO] Flume NG Integration Tests ........................ SKIPPED
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 1:41.476s
>> [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
>> [INFO] Final Memory: 96M/269M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>> (default-compile) on project flume-ng-hbase-sink: Compilation failure
>> [ERROR] error: error reading
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>> error in opening zip file
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [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/MojoFailureException
>> [ERROR]
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>> [ERROR]   mvn <goals> -rf :flume-ng-hbase-sink
>>
>>
>> ====================================================================================================================================================================================
>>
>>
>> root@md-trngpoc1:/usr/local/flume_dir/flume# ls -lrt
>> total 140
>> drwxr-xr-x  3 root root  4096 2012-06-22 12:05 conf
>> drwxr-xr-x 19 root root  4096 2012-06-22 12:05 src
>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-node
>> drwxr-xr-x  5 root root  4096 2012-06-22 12:05 flume-ng-legacy-sources
>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 contrib
>> drwxr-xr-x  6 root root  4096 2012-06-22 12:05 flume-ng-channels
>> drwxr-xr-x  3 root root  4096 2012-06-22 12:05 bin
>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-clients
>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-tests
>> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-dist
>> -rw-r--r--  1 root root  1997 2012-06-22 12:05 RELEASE-NOTES
>> -rw-r--r--  1 root root  1433 2012-06-22 12:05 README
>> -rw-r--r--  1 root root 25221 2012-06-22 12:05 pom.xml
>> -rw-r--r--  1 root root   249 2012-06-22 12:05 NOTICE
>> -rw-r--r--  1 root root 11358 2012-06-22 12:05 LICENSE
>> drwxr-xr-x  7 root root  4096 2012-06-22 12:05 flume-ng-doc
>> -rw-r--r--  1 root root  5559 2012-06-22 12:05 DEVNOTES
>> -rw-r--r--  1 root root  9952 2012-06-22 12:05 CHANGELOG
>> -rw-r--r--  1 root root   719 2012-06-22 12:05 DISCLAIMER
>> drwxr-xr-x  5 root root  4096 2012-06-22 12:06 flume-ng-sdk
>> drwxr-xr-x  7 root root  4096 2012-06-22 12:08 target
>> drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-configuration
>> drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-core
>> drwxr-xr-x  7 root root  4096 2012-06-22 12:08 flume-ng-sinks
>>
>>
>>
>> In Reactor summary: Flume NG HBase Sink got failed.Due to this Error:
>> error reading
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
>> error in opening zip file
>>
>> I went back and see all the directories running as root user only. all
>> the directory output given as below.
>>
>>
>>
>>
>> root@md-trngpoc1:/usr/local/flume_dir/flume# who iam i
>> root     pts/2        2012-06-20 15:19
>>
>> root@md-trngpoc1:/usr/local/flume_dir/flume# cd
>> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# ls -lrt
>> total 20
>> -rw-r--r-- 1 root root 2717 2012-06-21 16:21 jruby-complete-1.6.5.pom
>> -rw-r--r-- 1 root root   40 2012-06-21 16:21 jruby-complete-1.6.5.pom.sha1
>> -rw-r--r-- 1 root root  262 2012-06-21 16:24 jruby-complete-1.6.5.jar
>> -rw-r--r-- 1 root root  203 2012-06-21 16:24 _maven.repositories
>> -rw-r--r-- 1 root root 1385 2012-06-21 16:24
>> jruby-complete-1.6.5.jar.lastUpdated
>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# cd ..
>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# ls -lrt
>> total 4
>> drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
>> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# cd ..
>> root@md-trngpoc1:~/.m2/repository/org/jruby# ls -lrt
>> total 12
>> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
>> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
>> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
>> root@md-trngpoc1:~/.m2/repository/org/jruby# cd ..
>> root@md-trngpoc1:~/.m2/repository/org# ls -lrt
>> total 76
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:17 xerial
>> drwxr-xr-x  4 root root 4096 2012-06-21 16:17 hamcrest
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:18 mortbay
>> drwxr-xr-x  4 root root 4096 2012-06-21 16:18 jboss
>> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 eclipse
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:20 schwering
>> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 jruby
>> drwxr-xr-x  4 root root 4096 2012-06-21 16:21 jamon
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:21 hbase
>> drwxr-xr-x  7 root root 4096 2012-06-21 16:21 slf4j
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:25 tukaani
>> drwxr-xr-x  4 root root 4096 2012-06-21 16:26 mockito
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:26 objenesis
>> drwxr-xr-x  8 root root 4096 2012-06-21 16:29 sonatype
>> drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 netbeans
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 tomdz
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:34 python
>> drwxr-xr-x  7 root root 4096 2012-06-22 12:24 codehaus
>> root@md-trngpoc1:~/.m2/repository/org# cd ..
>> root@md-trngpoc1:~/.m2/repository# ls -lrt
>> total 184
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 junit
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 classworlds
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 commons-cli
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 doxia
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-collections
>> drwxr-xr-x  4 root root 4096 2012-06-21 16:15 velocity
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-lang
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-io
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 oro
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-validator
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:16 commons-digester
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:16 xml-apis
>> drwxr-xr-x  5 root root 4096 2012-06-21 16:16 plexus
>> drwxr-xr-x  4 root root 4096 2012-06-21 16:16 commons-logging
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:17 log4j
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 joda-time
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 xmlenc
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-httpclient
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-codec
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-configuration
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 logkit
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 avalon-framework
>> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 commons-beanutils
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-net
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 ant
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-el
>> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 net
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 hsqldb
>> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 tomcat
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:21 stax
>> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 javax
>> drwxr-xr-x  4 root root 4096 2012-06-21 16:21 asm
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-dbcp
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-pool
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 xerces
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 commons-chain
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 dom4j
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 sslext
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 antlr
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:31 backport-util-concurrent
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 jakarta-regexp
>> drwxr-xr-x  8 root root 4096 2012-06-21 16:32 com
>> drwxr-xr-x  4 root root 4096 2012-06-21 16:32 nekohtml
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 regexp
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 ch
>> drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
>> root@md-trngpoc1:~/.m2/repository# cd ..
>> root@md-trngpoc1:~/.m2# ls -lrt -a
>> total 12
>> drwx------ 25 root root 4096 2012-06-21 16:12 ..
>> drwxr-xr-x  3 root root 4096 2012-06-21 16:12 .
>> drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
>> root@md-trngpoc1:~/.m2# cd ..
>> root@md-trngpoc1:~# ls -lrt -a
>> total 160
>> -rw-r--r--  1 root root   140 2010-10-21 18:17 .profile
>> -rw-------  1 root root   256 2012-02-03 10:50 .pulse-cookie
>> drwxr-xr-x  2 root root  4096 2012-02-03 10:57 .nautilus
>> drwxr-xr-x  2 root root  4096 2012-02-03 10:57 Desktop
>> drwx------  3 root root  4096 2012-02-03 10:57 .dbus
>> drwx------  3 root root  4096 2012-02-03 10:58 .local
>> drwxr-xr-x  3 root root  4096 2012-02-03 14:19 .subversion
>> drwxrwxrwx  6 root root  4096 2012-02-03 14:19 .config
>> drwx------  3 root root  4096 2012-02-03 14:20 .thumbnails
>> drwxr-xr-x  3 root root  4096 2012-02-08 10:19 .java
>> drwxrwxrwx  3 root root  4096 2012-02-08 10:21 .pspdata
>> drwx------  4 root root  4096 2012-02-08 15:19 .mozilla
>> drwx------  2 root root  4096 2012-02-08 15:19 .gnome2_private
>> drwxr-xr-x  4 root root  4096 2012-02-08 15:19 .icedtea
>> drwxr-xr-x  2 root root  4096 2012-02-09 15:40 .gstreamer-0.10
>> drwxr-xr-x  6 root root  4096 2012-02-21 13:24 .gnome2
>> drwx------  3 root root  4096 2012-02-27 13:52 .synaptic
>> drwx------  3 root root  4096 2012-03-01 08:56 .gconf
>> dr-x------  2 root root  4096 2012-03-01 14:46 .gvfs
>> drwx------  2 root root  4096 2012-03-01 15:35 .gconfd
>> lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .icons ->
>> /home/virtusa/.icons/
>> lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .fonts ->
>> /home/virtusa/.fonts/
>> lrwxrwxrwx  1 root root    22 2012-04-30 18:51 .themes ->
>> /home/virtusa/.themes/
>> drwx------  2 root root  4096 2012-05-02 17:15 .cache
>> -rw-------  1 root root    58 2012-05-04 15:04 .lesshst
>> drwx------  2 root root  4096 2012-05-07 18:31 .ssh
>> drwx------  2 root root  4096 2012-05-07 21:22 .pulse
>> drwxr-xr-x 23 root root  4096 2012-05-17 17:50 ..
>> -rw-r--r--  1 root root  3274 2012-05-17 17:53 .bashrc
>> drwx--x--x  2 root root  4096 2012-05-23 18:42 .splunk
>> -rw-r--r--  1 root root  2015 2012-06-07 11:30 .hivehistory
>> -rw-------  1 root root  9973 2012-06-08 12:49 .viminfo
>> -rw-------  1 root root 28596 2012-06-20 15:19 .bash_history
>> drwxr-xr-x  3 root root  4096 2012-06-21 16:12 .m2
>> drwx------ 25 root root  4096 2012-06-21 16:12 .
>>
>> I am struggling flume installation from past couple of weeks, Could you
>> please any one help me on this issue.
>>
>> Thanks,
>> Vijay
>>
>
>
>

Re: mvn package error

Posted by Ralph Goers <ra...@dslextreme.com>.
Pinging 3 hours later unfortunately isn't helpful.  As you can see, you are posting in the middle of the night when a lot of us are fast asleep.

On Jun 22, 2012, at 3:39 AM, vijay k wrote:

> I am waiting for your response on the below issue. 
> 

You installed maven 3 in the parent directory and then just did "mvn" in the child?  I suspect that if you do mvn -version you are going to get Maven 2 since you never added maven 3 to your path.

>  
>  On Fri, Jun 22, 2012 at 1:11 PM, vijay k <k....@gmail.com> wrote:
> 
> Hello All Flume user list,
> 
> 
> Please help me out on the below issue.
> 
> 
> Step1:
> 
> Installed maven3.x in flume_dir directory.
> 
> root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
> total 4768
> -rw-r--r--  1 root root 4873043 2012-06-21 12:36 apache-maven-3.0.4-bin.tar.gz
> drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4
> 
> Step2:
> 
> root@md-trngpoc1:/usr/local/flume_dir#git clone git://git.apache.org/flume.git
> 
> root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
> total 4768
> -rw-r--r--  1 root root 4873043 2012-06-21 12:36 apache-maven-3.0.4-bin.tar.gz
> drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4
> drwxr-xr-x 18 root root    4096 2012-06-22 12:31 flume
> 
> Step3:
> 
> root@md-trngpoc1:/usr/local/flume_dir#cd flume
> 
> Step4:
> 
> root@md-trngpoc1:/usr/local/flume_dir/flume#mvn package -DskipTests
> 
> While running the step4, I am getting the following output.
> 
>  
> 
> =================================================================================================================================================================================
> 
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21: package com.google.common.base does not exist
> [WARNING] import com.google.common.base.Preconditions;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26: package org.apache.hadoop.io.SequenceFile does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27: package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36: cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
> [WARNING] public void open(String filePath, CompressionCodec codec,
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37: cannot find symbol
> [WARNING] symbol  : class CompressionType
> [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
> [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27: package org.apache.hadoop.io does not exist
> [WARNING] import org.apache.hadoop.io.Text;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28: package org.apache.hadoop.io does not exist
> [WARNING] import org.apache.hadoop.io.LongWritable;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33: cannot find symbol
> [WARNING] symbol  : class Text
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
> [WARNING] private Text makeText(Event e) {
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40: cannot find symbol
> [WARNING] symbol  : class LongWritable
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
> [WARNING] public Class<LongWritable> getKeyClass() {
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45: cannot find symbol
> [WARNING] symbol  : class Text
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
> [WARNING] public Class<Text> getValueClass() {
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27: package org.apache.hadoop.conf does not exist
> [WARNING] import org.apache.hadoop.conf.Configuration;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28: package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29: package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.FileSystem;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30: package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.Path;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31: package org.apache.hadoop.io.SequenceFile does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32: package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35: cannot find symbol
> [WARNING] symbol  : class FSDataOutputStream
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
> [WARNING] private FSDataOutputStream outStream;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80: cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
> [WARNING] public void open(String filePath, CompressionCodec codec,
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81: cannot find symbol
> [WARNING] symbol  : class CompressionType
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
> [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException {
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26: package org.apache.hadoop.conf does not exist
> [WARNING] import org.apache.hadoop.conf.Configuration;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27: package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28: package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.FileSystem;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29: package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.Path;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30: package org.apache.hadoop.io does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31: package org.apache.hadoop.io.SequenceFile does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32: package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36: package SequenceFile does not exist
> [WARNING] private SequenceFile.Writer writer;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53: cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
> [WARNING] public void open(String filePath, CompressionCodec codeC,
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54: cannot find symbol
> [WARNING] symbol  : class CompressionType
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
> [WARNING] CompressionType compType, FlumeFormatter fmt) throws IOException {
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48: package org.apache.hadoop.conf does not exist
> [WARNING] import org.apache.hadoop.conf.Configuration;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49: package org.apache.hadoop.io.SequenceFile does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50: package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51: package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodecFactory;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52: package org.apache.hadoop.security does not exist
> [WARNING] import org.apache.hadoop.security.SecurityUtil;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53: package org.apache.hadoop.security does not exist
> [WARNING] import org.apache.hadoop.security.UserGroupInformation;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54: package org.apache.hadoop.security.UserGroupInformation does not exist
> [WARNING] import org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58: package com.google.common.base does not exist
> [WARNING] import com.google.common.base.Preconditions;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59: package com.google.common.collect does not exist
> [WARNING] import com.google.common.collect.Lists;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60: package com.google.common.util.concurrent does not exist
> [WARNING] import com.google.common.util.concurrent.ThreadFactoryBuilder;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32: package org.apache.hadoop.conf does not exist
> [WARNING] import org.apache.hadoop.conf.Configuration;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33: package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.FileSystem;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34: package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.Path;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35: package org.apache.hadoop.io.SequenceFile does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36: package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37: package org.apache.hadoop.security does not exist
> [WARNING] import org.apache.hadoop.security.UserGroupInformation;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107: cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private CompressionCodec codeC;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108: cannot find symbol
> [WARNING] symbol  : class CompressionType
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private CompressionType compType;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119: cannot find symbol
> [WARNING] symbol  : class UserGroupInformation
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private UserGroupInformation proxyTicket;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254: cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private static boolean codecMatches(Class<? extends CompressionCodec> cls,
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271: cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private static CompressionCodec getCodec(String codecName) {
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632: cannot find symbol
> [WARNING] symbol  : class UserGroupInformation
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private static synchronized UserGroupInformation kerberosLogin(
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63: cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> [WARNING] private final CompressionCodec codeC;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64: cannot find symbol
> [WARNING] symbol  : class CompressionType
> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> [WARNING] private final CompressionType compType;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67: cannot find symbol
> [WARNING] symbol  : class UserGroupInformation
> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> [WARNING] private final UserGroupInformation user;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74: cannot find symbol
> [WARNING] symbol  : class FileSystem
> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> [WARNING] private FileSystem fileSystem;
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83: cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> [WARNING] Context context, String filePath, CompressionCodec codeC,
> [WARNING] ^
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59: warning - @return tag has no arguments.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82: warning - @return tag has no arguments.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344: warning - @return tag has no arguments.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344: warning - @return tag cannot be used in method with void return type.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59: warning - @return tag cannot be used in method with void return type.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82: warning - @return tag cannot be used in method with void return type.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52: warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used in constants.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58: warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can only be used in constants.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64: warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can only be used in constants.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98: warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be used in constants.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26: warning - Tag @link: reference not found: RPCClient
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95: warning - Tag @link: missing '#': "getDefaultInstance() getDefaultInstance(String, Integer)"
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95: warning - Tag @link: can't find getDefaultInstance() in org.apache.flume.api.RpcClientFactory
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119: warning - Tag @link: missing '#': "getDefaultInstance() getDefaultInstance(String, Integer, Integer)"
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119: warning - Tag @link: can't find getDefaultInstance() in org.apache.flume.api.RpcClientFactory
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47: warning - Tag @see: reference not found: org.apache.flume.api.NettyAvroClient
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37: warning - @return tag has no arguments.
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35: warning - Tag @see: reference not found: FileChannel
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42: warning - Tag @see: reference not found: MemoryChannel
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83: warning - Tag @see: reference not found: NullSink
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90: warning - Tag @see: reference not found: LoggerSink
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97: warning - Tag @see: reference not found: RollingFileSink
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114: warning - Tag @see: reference not found: AvroSink
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57: warning - Tag @see: reference not found: FailoverSinkProcessor
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64: warning - Tag @see: reference not found: DefaultSinkProcessor
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36: warning - Tag @see: reference not found: NullSink
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43: warning - Tag @see: reference not found: LoggerSink
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50: warning - Tag @see: reference not found: RollingFileSink
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67: warning - Tag @see: reference not found: AvroSink
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145: warning - Tag @see: reference not found: NetcatSource
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152: warning - Tag @see: reference not found: ExecSource
> [WARNING] /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159: warning - Tag @see: reference not found: AvroSource
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57: warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83: warning - @Override is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83: warning - @Override is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83: warning - @Override is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118: warning - @return tag has no arguments.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70: warning - @return tag has no arguments.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140: warning - @return tag has no arguments.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31: warning - Tag @linkplain: reference not found: EventDrivenSource event-driven sources
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49: warning - Tag @link: reference not found: PollableSource.Status
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123: warning - Tag @link: missing '#': "beforeClose()"
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57: warning - @return tag has no arguments.
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47: warning - Tag @link: reference not found: org.hbase.async.PutRequest
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47: warning - Tag @link: reference not found: org.hbase.async.AtomicIncrementRequest
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52: warning - @param argument "Event" is not a parameter name.
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62: warning - Tag @link: reference not found: org.hbase.async.PutRequest
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72: warning - Tag @link: reference not found: org.hbase.async.AtomicIncrementRequest
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43: warning - @param argument "Event" is not a parameter name.
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54: warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81: warning - Tag @link: reference not found: HBaseEventSerializer
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54: warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47: warning - Tag @link: reference not found: org.hbase.async.PutRequest
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47: warning - Tag @link: reference not found: org.hbase.async.AtomicIncrementRequest
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62: warning - Tag @link: reference not found: org.hbase.async.PutRequest
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72: warning - Tag @link: reference not found: org.hbase.async.AtomicIncrementRequest
> [WARNING] /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54: warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56: warning - @return tag has no arguments.
> [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34: warning - @param argument "properties" is not a parameter name.
> [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80: warning - @return tag has no arguments.
> [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32: warning - @param argument "connection" is not a parameter name.
> [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38: warning - @param argument "connection" is not a parameter name.
> [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31: warning - Tag @link: reference not found: Writable
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26: warning - Tag @link: reference not found: RPCClient
> [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31: warning - Tag @link: reference not found: Writable
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31: warning - Tag @linkplain: reference not found: EventDrivenSource event-driven sources
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31: warning - Tag @linkplain: reference not found: EventDrivenSource event-driven sources
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31: warning - Tag @linkplain: reference not found: EventDrivenSource event-driven sources
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31: warning - Tag @link: reference not found: Writable
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31: warning - Tag @linkplain: reference not found: EventDrivenSource event-driven sources
> [WARNING] /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26: warning - Tag @link: reference not found: RPCClient
> [WARNING] /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44: warning - @plainlink is an unknown tag.
> [WARNING] /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31: warning - Tag @link: reference not found: Writable
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-parent ---
> [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] configuring report plugin org.tomdz.maven:sphinx-maven-plugin:1.0.2
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/
> [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Documentation via sphinx" report    --- sphinx-maven-plugin:1.0.2
> [INFO] Unpacking sphinx to /usr/local/flume/flume/target/sphinx
> [INFO] Running sphinx on /usr/local/flume/flume/flume-ng-doc/sphinx, output will be placed in /usr/local/flume/flume/target/site
> Running Sphinx v1.1.2
> loading pickled environment... not yet created
> building [html]: targets for 3 source files that are out of date
> updating environment: 3 added, 0 changed, 0 removed
> reading sources... [ 33%] FlumeDeveloperGuide
> reading sources... [ 66%] FlumeUserGuide
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 33%] FlumeDeveloperGuide
> writing output... [ 66%] FlumeUserGuide
> writing output... [100%] index
> 
> writing additional files... genindex search
> copying images... [ 16%] images/DevGuide_image00.png
> copying images... [ 33%] images/DevGuide_image01.png
> copying images... [ 50%] images/UserGuide_image03.png
> copying images... [ 66%] images/UserGuide_image02.png
> copying images... [ 83%] images/UserGuide_image01.png
> copying images... [100%] images/UserGuide_image00.png
> 
> copying static files... done
> dumping search index... done
> dumping object inventory... done
> build succeeded, 2 warnings.
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-parent ---
> [INFO] Using this base directory for staging: /usr/local/flume/flume/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/target/docs/ - Session: Opened
> [INFO] Pushing /usr/local/flume/flume/target/site
> [INFO]    >>> to file:///usr/local/flume/flume/target/docs/./
> file:///usr/local/flume/flume/target/docs/ - Session: Disconnecting
> file:///usr/local/flume/flume/target/docs/ - Session: Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-parent ---
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-ng-sdk ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-sdk ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-sdk/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-ng-sdk ---
> [INFO] Compiling 17 source files to /usr/local/flume/flume/flume-ng-sdk/target/classes
> [INFO]
> [INFO] --- paranamer-maven-plugin:2.3:generate (run) @ flume-ng-sdk ---
> [INFO] Generating parameter names from /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to /usr/local/flume/flume/flume-ng-sdk/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-ng-sdk ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ flume-ng-sdk ---
> [INFO] Compiling 6 source files to /usr/local/flume/flume/flume-ng-sdk/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-sdk ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sdk ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-sdk ---
> [INFO] Building jar: /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sdk >>>
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sdk <<<
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sdk ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sdk ---
> [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-sdk/
> [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    --- maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sdk ---
> [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-sdk/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session: Opened
> [INFO] Pushing /usr/local/flume/flume/flume-ng-sdk/target/site
> [INFO]    >>> to file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session: Disconnecting
> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session: Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-ng-sdk ---
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Flume NG Configuration 1.2.0-incubating-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-ng-configuration ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-configuration ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-configuration/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-ng-configuration ---
> [INFO] Compiling 19 source files to /usr/local/flume/flume/flume-ng-configuration/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-ng-configuration ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-configuration/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ flume-ng-configuration ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-configuration ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-configuration ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-configuration ---
> [INFO] Building jar: /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-configuration >>>
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-configuration <<<
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-configuration ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-configuration ---
> [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-configuration/
> [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    --- maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-configuration ---
> [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-configuration/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ - Session: Opened
> [INFO] Pushing /usr/local/flume/flume/flume-ng-configuration/target/site
> [INFO]    >>> to file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ - Session: Disconnecting
> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ - Session: Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-ng-configuration ---
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-ng-core ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-core/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-ng-core ---
> [INFO] Compiling 88 source files to /usr/local/flume/flume/flume-ng-core/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-ng-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ flume-ng-core ---
> [INFO] Compiling 41 source files to /usr/local/flume/flume/flume-ng-core/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-core ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-core ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-core ---
> [INFO] Building jar: /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-core >>>
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-core <<<
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-core ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-core ---
> [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-core/
> [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    --- maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-core ---
> [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-core/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session: Opened
> [INFO] Pushing /usr/local/flume/flume/flume-ng-core/target/site
> [INFO]    >>> to file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session: Disconnecting
> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session: Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-ng-core ---
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-ng-sinks ---
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sinks ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sinks >>>
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sinks <<<
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-ng-sinks ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sinks ---
> [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-sinks/
> [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    --- maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sinks ---
> [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-sinks/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session: Opened
> [INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/target/site
> [INFO]    >>> to file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session: Disconnecting
> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session: Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-ng-sinks ---
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-hdfs-sink ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-hdfs-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-hdfs-sink ---
> [INFO] Compiling 11 source files to /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-hdfs-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ flume-hdfs-sink ---
> [INFO] Compiling 8 source files to /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-hdfs-sink ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-hdfs-sink ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-hdfs-sink ---
> [INFO] Building jar: /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-hdfs-sink >>>
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-hdfs-sink <<<
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-hdfs-sink ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-hdfs-sink ---
> [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
> [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    --- maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-hdfs-sink ---
> [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ - Session: Opened
> [INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
> [INFO]    >>> to file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ - Session: Disconnecting
> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/ - Session: Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-hdfs-sink ---
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-irc-sink ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-irc-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-irc-sink ---
> [INFO] Compiling 1 source file to /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ flume-irc-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ flume-irc-sink ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-irc-sink ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-irc-sink ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-irc-sink ---
> [INFO] Building jar: /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-irc-sink >>>
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk ---
> [INFO]
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-irc-sink <<<
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] o org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @ flume-irc-sink ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-irc-sink ---
> [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL: http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
> [INFO] Rendering site with org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    --- maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    --- maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-irc-sink ---
> [INFO] Using this base directory for staging: /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ - Session: Opened
> [INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
> [INFO]    >>> to file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ - Session: Disconnecting
> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/ - Session: Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ flume-irc-sink ---
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Flume NG HBase Sink 1.2.0-incubating-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ flume-ng-hbase-sink ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ flume-ng-hbase-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ flume-ng-hbase-sink ---
> [INFO] Compiling 9 source files to /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] error: error reading /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar; error in opening zip file
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Flume ...................................... SUCCESS [1:28.043s]
> [INFO] Flume NG SDK ...................................... SUCCESS [3.273s]
> [INFO] Flume NG Configuration ............................ SUCCESS [1.581s]
> [INFO] Flume NG Core ..................................... SUCCESS [3.324s]
> [INFO] Flume NG Sinks .................................... SUCCESS [0.822s]
> [INFO] Flume NG HDFS Sink ................................ SUCCESS [2.084s]
> [INFO] Flume NG IRC Sink ................................. SUCCESS [1.200s]
> [INFO] Flume NG HBase Sink ............................... FAILURE [0.693s]
> [INFO] Flume NG Channels ................................. SKIPPED
> [INFO] Flume NG JDBC channel ............................. SKIPPED
> [INFO] Flume NG Node ..................................... SKIPPED
> [INFO] Flume NG file-based channel ....................... SKIPPED
> [INFO] Flume NG file backed Memory channel ............... SKIPPED
> [INFO] Flume legacy Sources .............................. SKIPPED
> [INFO] Flume legacy Avro source .......................... SKIPPED
> [INFO] Flume legacy Thrift Source ........................ SKIPPED
> [INFO] Flume NG Clients .................................. SKIPPED
> [INFO] Flume NG Log4j Appender ........................... SKIPPED
> [INFO] Flume NG distribution ............................. SKIPPED
> [INFO] Flume NG Integration Tests ........................ SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1:41.476s
> [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
> [INFO] Final Memory: 96M/269M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project flume-ng-hbase-sink: Compilation failure
> [ERROR] error: error reading /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar; error in opening zip file
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [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/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :flume-ng-hbase-sink
> 
> ====================================================================================================================================================================================
> 
>  
> root@md-trngpoc1:/usr/local/flume_dir/flume# ls -lrt
> total 140
> drwxr-xr-x  3 root root  4096 2012-06-22 12:05 conf
> drwxr-xr-x 19 root root  4096 2012-06-22 12:05 src
> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-node
> drwxr-xr-x  5 root root  4096 2012-06-22 12:05 flume-ng-legacy-sources
> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 contrib
> drwxr-xr-x  6 root root  4096 2012-06-22 12:05 flume-ng-channels
> drwxr-xr-x  3 root root  4096 2012-06-22 12:05 bin
> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-clients
> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-tests
> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-dist
> -rw-r--r--  1 root root  1997 2012-06-22 12:05 RELEASE-NOTES
> -rw-r--r--  1 root root  1433 2012-06-22 12:05 README
> -rw-r--r--  1 root root 25221 2012-06-22 12:05 pom.xml
> -rw-r--r--  1 root root   249 2012-06-22 12:05 NOTICE
> -rw-r--r--  1 root root 11358 2012-06-22 12:05 LICENSE
> drwxr-xr-x  7 root root  4096 2012-06-22 12:05 flume-ng-doc
> -rw-r--r--  1 root root  5559 2012-06-22 12:05 DEVNOTES
> -rw-r--r--  1 root root  9952 2012-06-22 12:05 CHANGELOG
> -rw-r--r--  1 root root   719 2012-06-22 12:05 DISCLAIMER
> drwxr-xr-x  5 root root  4096 2012-06-22 12:06 flume-ng-sdk
> drwxr-xr-x  7 root root  4096 2012-06-22 12:08 target
> drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-configuration
> drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-core
> drwxr-xr-x  7 root root  4096 2012-06-22 12:08 flume-ng-sinks
> 
>  
>  
> In Reactor summary: Flume NG HBase Sink got failed.Due to this Error: error reading /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar; error in opening zip file
> 
> I went back and see all the directories running as root user only. all the directory output given as below.
> 
>  
>  
>  
> root@md-trngpoc1:/usr/local/flume_dir/flume# who iam i
> root     pts/2        2012-06-20 15:19
> 
> root@md-trngpoc1:/usr/local/flume_dir/flume# cd /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# ls -lrt
> total 20
> -rw-r--r-- 1 root root 2717 2012-06-21 16:21 jruby-complete-1.6.5.pom
> -rw-r--r-- 1 root root   40 2012-06-21 16:21 jruby-complete-1.6.5.pom.sha1
> -rw-r--r-- 1 root root  262 2012-06-21 16:24 jruby-complete-1.6.5.jar
> -rw-r--r-- 1 root root  203 2012-06-21 16:24 _maven.repositories
> -rw-r--r-- 1 root root 1385 2012-06-21 16:24 jruby-complete-1.6.5.jar.lastUpdated
> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# cd ..
> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# ls -lrt
> total 4
> drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# cd ..
> root@md-trngpoc1:~/.m2/repository/org/jruby# ls -lrt
> total 12
> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
> root@md-trngpoc1:~/.m2/repository/org/jruby# cd ..
> root@md-trngpoc1:~/.m2/repository/org# ls -lrt
> total 76
> drwxr-xr-x  3 root root 4096 2012-06-21 16:17 xerial
> drwxr-xr-x  4 root root 4096 2012-06-21 16:17 hamcrest
> drwxr-xr-x  3 root root 4096 2012-06-21 16:18 mortbay
> drwxr-xr-x  4 root root 4096 2012-06-21 16:18 jboss
> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 eclipse
> drwxr-xr-x  3 root root 4096 2012-06-21 16:20 schwering
> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 jruby
> drwxr-xr-x  4 root root 4096 2012-06-21 16:21 jamon
> drwxr-xr-x  3 root root 4096 2012-06-21 16:21 hbase
> drwxr-xr-x  7 root root 4096 2012-06-21 16:21 slf4j
> drwxr-xr-x  3 root root 4096 2012-06-21 16:25 tukaani
> drwxr-xr-x  4 root root 4096 2012-06-21 16:26 mockito
> drwxr-xr-x  3 root root 4096 2012-06-21 16:26 objenesis
> drwxr-xr-x  8 root root 4096 2012-06-21 16:29 sonatype
> drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 netbeans
> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 tomdz
> drwxr-xr-x  3 root root 4096 2012-06-21 16:34 python
> drwxr-xr-x  7 root root 4096 2012-06-22 12:24 codehaus
> root@md-trngpoc1:~/.m2/repository/org# cd ..
> root@md-trngpoc1:~/.m2/repository# ls -lrt
> total 184
> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 junit
> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 classworlds
> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 commons-cli
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 doxia
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-collections
> drwxr-xr-x  4 root root 4096 2012-06-21 16:15 velocity
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-lang
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-io
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 oro
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-validator
> drwxr-xr-x  3 root root 4096 2012-06-21 16:16 commons-digester
> drwxr-xr-x  3 root root 4096 2012-06-21 16:16 xml-apis
> drwxr-xr-x  5 root root 4096 2012-06-21 16:16 plexus
> drwxr-xr-x  4 root root 4096 2012-06-21 16:16 commons-logging
> drwxr-xr-x  3 root root 4096 2012-06-21 16:17 log4j
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 joda-time
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 xmlenc
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-httpclient
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-codec
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-configuration
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 logkit
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 avalon-framework
> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 commons-beanutils
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-net
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 ant
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-el
> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 net
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 hsqldb
> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 tomcat
> drwxr-xr-x  3 root root 4096 2012-06-21 16:21 stax
> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 javax
> drwxr-xr-x  4 root root 4096 2012-06-21 16:21 asm
> drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-dbcp
> drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-pool
> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 xerces
> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 commons-chain
> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 dom4j
> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 sslext
> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 antlr
> drwxr-xr-x  3 root root 4096 2012-06-21 16:31 backport-util-concurrent
> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 jakarta-regexp
> drwxr-xr-x  8 root root 4096 2012-06-21 16:32 com
> drwxr-xr-x  4 root root 4096 2012-06-21 16:32 nekohtml
> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 regexp
> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 ch
> drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
> root@md-trngpoc1:~/.m2/repository# cd ..
> root@md-trngpoc1:~/.m2# ls -lrt -a
> total 12
> drwx------ 25 root root 4096 2012-06-21 16:12 ..
> drwxr-xr-x  3 root root 4096 2012-06-21 16:12 .
> drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
> root@md-trngpoc1:~/.m2# cd ..
> root@md-trngpoc1:~# ls -lrt -a
> total 160
> -rw-r--r--  1 root root   140 2010-10-21 18:17 .profile
> -rw-------  1 root root   256 2012-02-03 10:50 .pulse-cookie
> drwxr-xr-x  2 root root  4096 2012-02-03 10:57 .nautilus
> drwxr-xr-x  2 root root  4096 2012-02-03 10:57 Desktop
> drwx------  3 root root  4096 2012-02-03 10:57 .dbus
> drwx------  3 root root  4096 2012-02-03 10:58 .local
> drwxr-xr-x  3 root root  4096 2012-02-03 14:19 .subversion
> drwxrwxrwx  6 root root  4096 2012-02-03 14:19 .config
> drwx------  3 root root  4096 2012-02-03 14:20 .thumbnails
> drwxr-xr-x  3 root root  4096 2012-02-08 10:19 .java
> drwxrwxrwx  3 root root  4096 2012-02-08 10:21 .pspdata
> drwx------  4 root root  4096 2012-02-08 15:19 .mozilla
> drwx------  2 root root  4096 2012-02-08 15:19 .gnome2_private
> drwxr-xr-x  4 root root  4096 2012-02-08 15:19 .icedtea
> drwxr-xr-x  2 root root  4096 2012-02-09 15:40 .gstreamer-0.10
> drwxr-xr-x  6 root root  4096 2012-02-21 13:24 .gnome2
> drwx------  3 root root  4096 2012-02-27 13:52 .synaptic
> drwx------  3 root root  4096 2012-03-01 08:56 .gconf
> dr-x------  2 root root  4096 2012-03-01 14:46 .gvfs
> drwx------  2 root root  4096 2012-03-01 15:35 .gconfd
> lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .icons -> /home/virtusa/.icons/
> lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .fonts -> /home/virtusa/.fonts/
> lrwxrwxrwx  1 root root    22 2012-04-30 18:51 .themes -> /home/virtusa/.themes/
> drwx------  2 root root  4096 2012-05-02 17:15 .cache
> -rw-------  1 root root    58 2012-05-04 15:04 .lesshst
> drwx------  2 root root  4096 2012-05-07 18:31 .ssh
> drwx------  2 root root  4096 2012-05-07 21:22 .pulse
> drwxr-xr-x 23 root root  4096 2012-05-17 17:50 ..
> -rw-r--r--  1 root root  3274 2012-05-17 17:53 .bashrc
> drwx--x--x  2 root root  4096 2012-05-23 18:42 .splunk
> -rw-r--r--  1 root root  2015 2012-06-07 11:30 .hivehistory
> -rw-------  1 root root  9973 2012-06-08 12:49 .viminfo
> -rw-------  1 root root 28596 2012-06-20 15:19 .bash_history
> drwxr-xr-x  3 root root  4096 2012-06-21 16:12 .m2
> drwx------ 25 root root  4096 2012-06-21 16:12 .
> 
> 
> I am struggling flume installation from past couple of weeks, Could you please any one help me on this issue.
>  
> Thanks,
> Vijay
> 


Re: mvn package error

Posted by vijay k <k....@gmail.com>.
I am waiting for your response on the below issue.


 On Fri, Jun 22, 2012 at 1:11 PM, vijay k <k....@gmail.com> wrote:

>
> Hello All Flume user list,
>
>
> Please help me out on the below issue.
>
>
> Step1:
>
> Installed maven3.x in flume_dir directory.
>
> root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
> total 4768
> -rw-r--r--  1 root root 4873043 2012-06-21 12:36
> apache-maven-3.0.4-bin.tar.gz
> drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4
>
> Step2:
>
> root@md-trngpoc1:/usr/local/flume_dir#git clone git://
> git.apache.org/flume.git
>
> root@md-trngpoc1:/usr/local/flume_dir# ls -lrt
> total 4768
> -rw-r--r--  1 root root 4873043 2012-06-21 12:36
> apache-maven-3.0.4-bin.tar.gz
> drwxr-xr-x  6 root root    4096 2012-06-21 12:36 apache-maven-3.0.4
> drwxr-xr-x 18 root root    4096 2012-06-22 12:31 flume
>
> Step3:
>
> root@md-trngpoc1:/usr/local/flume_dir#cd flume
>
> Step4:
>
> root@md-trngpoc1:/usr/local/flume_dir/flume#mvn package -DskipTests
>
> While running the step4, I am getting the following output.
>
>
>
>
>
> =================================================================================================================================================================================
>
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializerFactory.java:21:
> package com.google.common.base does not exist
> [WARNING] import com.google.common.base.Preconditions;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:26:
> package org.apache.hadoop.io.SequenceFile does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:27:
> package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:36:
> cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
> [WARNING] public void open(String filePath, CompressionCodec codec,
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSWriter.java:37:
> cannot find symbol
> [WARNING] symbol  : class CompressionType
> [WARNING] location: interface org.apache.flume.sink.hdfs.HDFSWriter
> [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:27:
> package org.apache.hadoop.io does not exist
> [WARNING] import org.apache.hadoop.io.Text;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:28:
> package org.apache.hadoop.io does not exist
> [WARNING] import org.apache.hadoop.io.LongWritable;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:33:
> cannot find symbol
> [WARNING] symbol  : class Text
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
> [WARNING] private Text makeText(Event e) {
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:40:
> cannot find symbol
> [WARNING] symbol  : class LongWritable
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
> [WARNING] public Class<LongWritable> getKeyClass() {
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSTextFormatter.java:45:
> cannot find symbol
> [WARNING] symbol  : class Text
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSTextFormatter
> [WARNING] public Class<Text> getValueClass() {
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:27:
> package org.apache.hadoop.conf does not exist
> [WARNING] import org.apache.hadoop.conf.Configuration;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:28:
> package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:29:
> package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.FileSystem;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:30:
> package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.Path;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:31:
> package org.apache.hadoop.io.SequenceFile does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:32:
> package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:35:
> cannot find symbol
> [WARNING] symbol  : class FSDataOutputStream
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
> [WARNING] private FSDataOutputStream outStream;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:80:
> cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
> [WARNING] public void open(String filePath, CompressionCodec codec,
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSDataStream.java:81:
> cannot find symbol
> [WARNING] symbol  : class CompressionType
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSDataStream
> [WARNING] CompressionType cType, FlumeFormatter fmt) throws IOException {
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:26:
> package org.apache.hadoop.conf does not exist
> [WARNING] import org.apache.hadoop.conf.Configuration;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:27:
> package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.FSDataOutputStream;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:28:
> package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.FileSystem;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:29:
> package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.Path;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:30:
> package org.apache.hadoop.io does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:31:
> package org.apache.hadoop.io.SequenceFile does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:32:
> package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:36:
> package SequenceFile does not exist
> [WARNING] private SequenceFile.Writer writer;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:53:
> cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
> [WARNING] public void open(String filePath, CompressionCodec codeC,
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSSequenceFile.java:54:
> cannot find symbol
> [WARNING] symbol  : class CompressionType
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSSequenceFile
> [WARNING] CompressionType compType, FlumeFormatter fmt) throws IOException
> {
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:48:
> package org.apache.hadoop.conf does not exist
> [WARNING] import org.apache.hadoop.conf.Configuration;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:49:
> package org.apache.hadoop.io.SequenceFile does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:50:
> package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:51:
> package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodecFactory;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:52:
> package org.apache.hadoop.security does not exist
> [WARNING] import org.apache.hadoop.security.SecurityUtil;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:53:
> package org.apache.hadoop.security does not exist
> [WARNING] import org.apache.hadoop.security.UserGroupInformation;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:54:
> package org.apache.hadoop.security.UserGroupInformation does not exist
> [WARNING] import
> org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:58:
> package com.google.common.base does not exist
> [WARNING] import com.google.common.base.Preconditions;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:59:
> package com.google.common.collect does not exist
> [WARNING] import com.google.common.collect.Lists;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:60:
> package com.google.common.util.concurrent does not exist
> [WARNING] import com.google.common.util.concurrent.ThreadFactoryBuilder;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:32:
> package org.apache.hadoop.conf does not exist
> [WARNING] import org.apache.hadoop.conf.Configuration;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:33:
> package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.FileSystem;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:34:
> package org.apache.hadoop.fs does not exist
> [WARNING] import org.apache.hadoop.fs.Path;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:35:
> package org.apache.hadoop.io.SequenceFile does not exist
> [WARNING] import org.apache.hadoop.io.SequenceFile.CompressionType;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:36:
> package org.apache.hadoop.io.compress does not exist
> [WARNING] import org.apache.hadoop.io.compress.CompressionCodec;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:37:
> package org.apache.hadoop.security does not exist
> [WARNING] import org.apache.hadoop.security.UserGroupInformation;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:107:
> cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private CompressionCodec codeC;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:108:
> cannot find symbol
> [WARNING] symbol  : class CompressionType
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private CompressionType compType;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:119:
> cannot find symbol
> [WARNING] symbol  : class UserGroupInformation
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private UserGroupInformation proxyTicket;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:254:
> cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private static boolean codecMatches(Class<? extends
> CompressionCodec> cls,
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:271:
> cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private static CompressionCodec getCodec(String codecName) {
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/HDFSEventSink.java:632:
> cannot find symbol
> [WARNING] symbol  : class UserGroupInformation
> [WARNING] location: class org.apache.flume.sink.hdfs.HDFSEventSink
> [WARNING] private static synchronized UserGroupInformation kerberosLogin(
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:63:
> cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> [WARNING] private final CompressionCodec codeC;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:64:
> cannot find symbol
> [WARNING] symbol  : class CompressionType
> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> [WARNING] private final CompressionType compType;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:67:
> cannot find symbol
> [WARNING] symbol  : class UserGroupInformation
> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> [WARNING] private final UserGroupInformation user;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:74:
> cannot find symbol
> [WARNING] symbol  : class FileSystem
> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> [WARNING] private FileSystem fileSystem;
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/java/org/apache/flume/sink/hdfs/BucketWriter.java:83:
> cannot find symbol
> [WARNING] symbol  : class CompressionCodec
> [WARNING] location: class org.apache.flume.sink.hdfs.BucketWriter
> [WARNING] Context context, String filePath, CompressionCodec codeC,
> [WARNING] ^
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
> warning - @return tag has no arguments.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
> warning - @return tag has no arguments.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
> warning - @return tag has no arguments.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/NettyAvroRpcClient.java:344:
> warning - @return tag cannot be used in method with void return type.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:59:
> warning - @return tag cannot be used in method with void return type.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClient.java:82:
> warning - @return tag cannot be used in method with void return type.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:52:
> warning - @value tag (which references DEFAULT_BATCH_SIZE) can only be used
> in constants.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:58:
> warning - @value tag (which references DEFAULT_CONNECT_TIMEOUT_MILLIS) can
> only be used in constants.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:64:
> warning - @value tag (which references DEFAULT_REQUEST_TIMEOUT_MILLIS) can
> only be used in constants.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientConfigurationConstants.java:98:
> warning - @value tag (which references DEFAULT_CLIENT_TYPE) can only be
> used in constants.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
> warning - Tag @link: reference not found: RPCClient
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
> warning - Tag @link: missing '#': "getDefaultInstance()
> getDefaultInstance(String, Integer)"
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:95:
> warning - Tag @link: can't find getDefaultInstance() in
> org.apache.flume.api.RpcClientFactory
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
> warning - Tag @link: missing '#': "getDefaultInstance()
> getDefaultInstance(String, Integer, Integer)"
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:119:
> warning - Tag @link: can't find getDefaultInstance() in
> org.apache.flume.api.RpcClientFactory
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:47:
> warning - Tag @see: reference not found:
> org.apache.flume.api.NettyAvroClient
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/event/EventBuilder.java:37:
> warning - @return tag has no arguments.
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:35:
> warning - Tag @see: reference not found: FileChannel
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/channel/ChannelType.java:42:
> warning - Tag @see: reference not found: MemoryChannel
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:83:
> warning - Tag @see: reference not found: NullSink
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:90:
> warning - Tag @see: reference not found: LoggerSink
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:97:
> warning - Tag @see: reference not found: RollingFileSink
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkConfiguration.java:114:
> warning - Tag @see: reference not found: AvroSink
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:57:
> warning - Tag @see: reference not found: FailoverSinkProcessor
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkProcessorConfiguration.java:64:
> warning - Tag @see: reference not found: DefaultSinkProcessor
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:36:
> warning - Tag @see: reference not found: NullSink
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:43:
> warning - Tag @see: reference not found: LoggerSink
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:50:
> warning - Tag @see: reference not found: RollingFileSink
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/sink/SinkType.java:67:
> warning - Tag @see: reference not found: AvroSink
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:145:
> warning - Tag @see: reference not found: NetcatSource
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:152:
> warning - Tag @see: reference not found: ExecSource
> [WARNING]
> /usr/local/flume/flume/flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java:159:
> warning - Tag @see: reference not found: AvroSource
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/sink/SinkProcessorFactory.java:57:
> warning - Tag @see: reference not found: org.apache.flume.SinkProcessorType
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
> warning - @Override is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
> warning - @Override is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleAware.java:83:
> warning - @Override is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/HostInterceptor.java:118:
> warning - @return tag has no arguments.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/interceptor/TimestampInterceptor.java:70:
> warning - @return tag has no arguments.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/formatter/output/BucketPath.java:140:
> warning - @return tag has no arguments.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
> warning - Tag @linkplain: reference not found: EventDrivenSource
> event-driven sources
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/PollableSourceRunner.java:49:
> warning - Tag @link: reference not found: PollableSource.Status
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/EventSerializer.java:123:
> warning - Tag @link: missing '#': "beforeClose()"
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/serialization/FlumeEventAvroEventSerializer.java:57:
> warning - @return tag has no arguments.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
> warning - Tag @link: reference not found: org.hbase.async.PutRequest
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
> warning - Tag @link: reference not found:
> org.hbase.async.AtomicIncrementRequest
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:52:
> warning - @param argument "Event" is not a parameter name.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
> warning - Tag @link: reference not found: org.hbase.async.PutRequest
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
> warning - Tag @link: reference not found:
> org.hbase.async.AtomicIncrementRequest
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:43:
> warning - @param argument "Event" is not a parameter name.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HBaseSink.java:81:
> warning - Tag @link: reference not found: HBaseEventSerializer
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
> warning - Tag @link: reference not found: org.hbase.async.PutRequest
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:47:
> warning - Tag @link: reference not found:
> org.hbase.async.AtomicIncrementRequest
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:62:
> warning - Tag @link: reference not found: org.hbase.async.PutRequest
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHbaseEventSerializer.java:72:
> warning - Tag @link: reference not found:
> org.hbase.async.AtomicIncrementRequest
> [WARNING]
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/HbaseEventSerializer.java:54:
> warning - Tag @link: reference not found: org.apache.hadoop.hbase.client.Row
> [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:56:
> warning - @return tag has no arguments.
> [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java:34:
> warning - @param argument "properties" is not a parameter name.
> [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:80:
> warning - @return tag has no arguments.
> [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:32:
> warning - @param argument "connection" is not a parameter name.
> [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/SchemaHandler.java:38:
> warning - @param argument "connection" is not a parameter name.
> [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
> warning - Tag @link: reference not found: Writable
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
> warning - Tag @link: reference not found: RPCClient
> [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
> warning - Tag @link: reference not found: Writable
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
> warning - Tag @linkplain: reference not found: EventDrivenSource
> event-driven sources
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
> warning - Tag @linkplain: reference not found: EventDrivenSource
> event-driven sources
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
> warning - Tag @linkplain: reference not found: EventDrivenSource
> event-driven sources
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
> warning - Tag @link: reference not found: Writable
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/source/EventDrivenSourceRunner.java:31:
> warning - Tag @linkplain: reference not found: EventDrivenSource
> event-driven sources
> [WARNING]
> /usr/local/flume/flume/flume-ng-sdk/src/main/java/org/apache/flume/api/RpcClientFactory.java:26:
> warning - Tag @link: reference not found: RPCClient
> [WARNING]
> /usr/local/flume/flume/flume-ng-core/src/main/java/org/apache/flume/Source.java:44:
> warning - @plainlink is an unknown tag.
> [WARNING]
> /usr/local/flume/flume/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WALEntry.java:31:
> warning - Tag @link: reference not found: Writable
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-parent ---
> [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] configuring report plugin org.tomdz.maven:sphinx-maven-plugin:1.0.2
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL:
> http://www.apache.org/flume-parent/
> [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Documentation via sphinx" report    ---
> sphinx-maven-plugin:1.0.2
> [INFO] Unpacking sphinx to /usr/local/flume/flume/target/sphinx
> [INFO] Running sphinx on /usr/local/flume/flume/flume-ng-doc/sphinx,
> output will be placed in /usr/local/flume/flume/target/site
> Running Sphinx v1.1.2
> loading pickled environment... not yet created
> building [html]: targets for 3 source files that are out of date
> updating environment: 3 added, 0 changed, 0 removed
> reading sources... [ 33%] FlumeDeveloperGuide
> reading sources... [ 66%] FlumeUserGuide
> reading sources... [100%] index
>
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 33%] FlumeDeveloperGuide
> writing output... [ 66%] FlumeUserGuide
> writing output... [100%] index
>
> writing additional files... genindex search
> copying images... [ 16%] images/DevGuide_image00.png
> copying images... [ 33%] images/DevGuide_image01.png
> copying images... [ 50%] images/UserGuide_image03.png
> copying images... [ 66%] images/UserGuide_image02.png
> copying images... [ 83%] images/UserGuide_image01.png
> copying images... [100%] images/UserGuide_image00.png
>
> copying static files... done
> dumping search index... done
> dumping object inventory... done
> build succeeded, 2 warnings.
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-parent ---
> [INFO] Using this base directory for staging:
> /usr/local/flume/flume/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/target/docs/ - Session: Opened
> [INFO] Pushing /usr/local/flume/flume/target/site
> [INFO]    >>> to file:///usr/local/flume/flume/target/docs/./
> file:///usr/local/flume/flume/target/docs/ - Session: Disconnecting
> file:///usr/local/flume/flume/target/docs/ - Session: Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> flume-parent ---
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
> ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> flume-ng-sdk ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
> flume-ng-sdk ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-sdk/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
> flume-ng-sdk ---
> [INFO] Compiling 17 source files to
> /usr/local/flume/flume/flume-ng-sdk/target/classes
> [INFO]
> [INFO] --- paranamer-maven-plugin:2.3:generate (run) @ flume-ng-sdk ---
> [INFO] Generating parameter names from
> /usr/local/flume/flume/flume-ng-sdk/target/generated-sources/avro to
> /usr/local/flume/flume/flume-ng-sdk/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources
> (default-testResources) @ flume-ng-sdk ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
> flume-ng-sdk ---
> [INFO] Compiling 6 source files to
> /usr/local/flume/flume/flume-ng-sdk/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-sdk
> ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sdk ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-sdk ---
> [INFO] Building jar:
> /usr/local/flume/flume/flume-ng-sdk/target/flume-ng-sdk-1.2.0-incubating-SNAPSHOT.jar
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-sdk >>>
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
> ---
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-sdk <<<
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume:flume-ng-configuration:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-sdk ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sdk ---
> [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL:
> http://www.apache.org/flume-parent/flume-ng-sdk/
> [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sdk ---
> [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-sdk/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session: Opened
> [INFO] Pushing /usr/local/flume/flume/flume-ng-sdk/target/site
> [INFO]    >>> to
> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/flume-ng-sdk
> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
> Disconnecting
> file:///usr/local/flume/flume/flume-ng-sdk/target/docs/ - Session:
> Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> flume-ng-sdk ---
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Flume NG Configuration 1.2.0-incubating-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> flume-ng-configuration ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
> flume-ng-configuration ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-configuration/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
> flume-ng-configuration ---
> [INFO] Compiling 19 source files to
> /usr/local/flume/flume/flume-ng-configuration/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources
> (default-testResources) @ flume-ng-configuration ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-configuration/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
> flume-ng-configuration ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
> flume-ng-configuration ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-configuration
> ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @
> flume-ng-configuration ---
> [INFO] Building jar:
> /usr/local/flume/flume/flume-ng-configuration/target/flume-ng-configuration-1.2.0-incubating-SNAPSHOT.jar
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-configuration >>>
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
> ---
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-configuration <<<
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-core:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-configuration ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @
> flume-ng-configuration ---
> [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL:
> http://www.apache.org/flume-parent/flume-ng-configuration/
> [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @
> flume-ng-configuration ---
> [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-configuration/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
> Session: Opened
> [INFO] Pushing /usr/local/flume/flume/flume-ng-configuration/target/site
> [INFO]    >>> to
> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/flume-ng-configuration
> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
> Session: Disconnecting
> file:///usr/local/flume/flume/flume-ng-configuration/target/docs/ -
> Session: Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> flume-ng-configuration ---
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Flume NG Core 1.2.0-incubating-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> flume-ng-core ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
> flume-ng-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-core/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
> flume-ng-core ---
> [INFO] Compiling 88 source files to
> /usr/local/flume/flume/flume-ng-core/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources
> (default-testResources) @ flume-ng-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
> flume-ng-core ---
> [INFO] Compiling 41 source files to
> /usr/local/flume/flume/flume-ng-core/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-ng-core
> ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-core ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-ng-core ---
> [INFO] Building jar:
> /usr/local/flume/flume/flume-ng-core/target/flume-ng-core-1.2.0-incubating-SNAPSHOT.jar
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-core >>>
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
> ---
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-core <<<
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-core ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-core ---
> [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL:
> http://www.apache.org/flume-parent/flume-ng-core/
> [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-core
> ---
> [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-core/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session: Opened
> [INFO] Pushing /usr/local/flume/flume/flume-ng-core/target/site
> [INFO]    >>> to
> file:///usr/local/flume/flume/flume-ng-core/target/docs/flume-ng-core
> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
> Disconnecting
> file:///usr/local/flume/flume/flume-ng-core/target/docs/ - Session:
> Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> flume-ng-core ---
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Flume NG Sinks 1.2.0-incubating-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> flume-ng-sinks ---
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-ng-sinks ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-sinks >>>
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
> ---
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-sinks <<<
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-ng-sinks ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-ng-sinks ---
> [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL:
> http://www.apache.org/flume-parent/flume-ng-sinks/
> [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-ng-sinks
> ---
> [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-sinks/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
> Opened
> [INFO] Pushing /usr/local/flume/flume/flume-ng-sinks/target/site
> [INFO]    >>> to
> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/flume-ng-sinks
> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
> Disconnecting
> file:///usr/local/flume/flume/flume-ng-sinks/target/docs/ - Session:
> Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> flume-ng-sinks ---
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Flume NG HDFS Sink 1.2.0-incubating-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> flume-hdfs-sink ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
> flume-hdfs-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
> flume-hdfs-sink ---
> [INFO] Compiling 11 source files to
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources
> (default-testResources) @ flume-hdfs-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
> flume-hdfs-sink ---
> [INFO] Compiling 8 source files to
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
> flume-hdfs-sink ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-hdfs-sink ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-hdfs-sink ---
> [INFO] Building jar:
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/flume-hdfs-sink-1.2.0-incubating-SNAPSHOT.jar
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-hdfs-sink >>>
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
> ---
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-hdfs-sink <<<
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-irc-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-hdfs-sink ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-hdfs-sink ---
> [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL:
> http://www.apache.org/flume-parent/flume-ng-sinks/flume-hdfs-sink/
> [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-hdfs-sink
> ---
> [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Opened
> [INFO] Pushing
> /usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/site
> [INFO]    >>> to
> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/flume-ng-sinks/flume-hdfs-sink
> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Disconnecting
> file:///usr/local/flume/flume/flume-ng-sinks/flume-hdfs-sink/target/docs/- Session: Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> flume-hdfs-sink ---
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Flume NG IRC Sink 1.2.0-incubating-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> flume-irc-sink ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
> flume-irc-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
> flume-irc-sink ---
> [INFO] Compiling 1 source file to
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:testResources
> (default-testResources) @ flume-irc-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
> flume-irc-sink ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ flume-irc-sink
> ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- apache-rat-plugin:0.7:check (test.rat) @ flume-irc-sink ---
> [INFO] Exclude: .git/
> [INFO] Exclude: .gitignore
> [INFO] Exclude: .repository/
> [INFO] Exclude: **/*.diff
> [INFO] Exclude: **/*.patch
> [INFO] Exclude: **/*.avsc
> [INFO] Exclude: **/docs/**
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ flume-irc-sink ---
> [INFO] Building jar:
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/flume-irc-sink-1.2.0-incubating-SNAPSHOT.jar
> [INFO]
> [INFO] >>> maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-irc-sink >>>
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume NG SDK 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @ flume-ng-sdk
> ---
> [INFO]
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO] Forking Flume legacy Avro source 1.2.0-incubating-SNAPSHOT
> [INFO]
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> [INFO]
> [INFO] --- avro-maven-plugin:1.6.1:idl-protocol (default) @
> flume-avro-source ---
> [INFO]
> [INFO] <<< maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-irc-sink <<<
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [WARNING] The following dependencies could not be resolved at this point
> of the build but seem to be part of the reactor:
> [WARNING] o org.apache.flume:flume-ng-node:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-file-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-jdbc-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-channels:flume-recoverable-memory-channel:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-sinks:flume-ng-hbase-sink:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] o
> org.apache.flume.flume-ng-clients:flume-ng-log4jappender:jar:1.2.0-incubating-SNAPSHOT
> (compile)
> [WARNING] Try running the build up to the lifecycle phase "package"
> [INFO]
> [INFO] --- maven-javadoc-plugin:2.8.1:aggregate (javadoc-jar) @
> flume-irc-sink ---
> [INFO]
> [INFO] --- maven-site-plugin:3.1:site (flume-site) @ flume-irc-sink ---
> [INFO] configuring report plugin
> org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> [INFO] Relativizing decoration links with respect to project URL:
> http://www.apache.org/flume-parent/flume-ng-sinks/flume-irc-sink/
> [INFO] Rendering site with
> org.apache.maven.skins:maven-fluido-skin:jar:1.0 skin.
> [INFO] Generating "Project Team" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Mailing Lists" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Issue Tracking" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO] Generating "Project License" report    ---
> maven-project-info-reports-plugin:2.4
> [INFO]
> [INFO] --- maven-site-plugin:3.1:stage (flume-site-dist) @ flume-irc-sink
> ---
> [INFO] Using this base directory for staging:
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs
> [INFO] Parent project loaded from repository: org.apache:apache:pom:9
> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Opened
> [INFO] Pushing
> /usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/site
> [INFO]    >>> to
> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/flume-ng-sinks/flume-irc-sink
> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Disconnecting
> file:///usr/local/flume/flume/flume-ng-sinks/flume-irc-sink/target/docs/- Session: Disconnected
> [INFO]
> [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @
> flume-irc-sink ---
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Flume NG HBase Sink 1.2.0-incubating-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> flume-ng-hbase-sink ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
> flume-ng-hbase-sink ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
> flume-ng-hbase-sink ---
> [INFO] Compiling 9 source files to
> /usr/local/flume/flume/flume-ng-sinks/flume-ng-hbase-sink/target/classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] error: error reading
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
> error in opening zip file
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Flume ...................................... SUCCESS
> [1:28.043s]
> [INFO] Flume NG SDK ...................................... SUCCESS [3.273s]
> [INFO] Flume NG Configuration ............................ SUCCESS [1.581s]
> [INFO] Flume NG Core ..................................... SUCCESS [3.324s]
> [INFO] Flume NG Sinks .................................... SUCCESS [0.822s]
> [INFO] Flume NG HDFS Sink ................................ SUCCESS [2.084s]
> [INFO] Flume NG IRC Sink ................................. SUCCESS [1.200s]
> [INFO] Flume NG HBase Sink ............................... FAILURE [0.693s]
> [INFO] Flume NG Channels ................................. SKIPPED
> [INFO] Flume NG JDBC channel ............................. SKIPPED
> [INFO] Flume NG Node ..................................... SKIPPED
> [INFO] Flume NG file-based channel ....................... SKIPPED
> [INFO] Flume NG file backed Memory channel ............... SKIPPED
> [INFO] Flume legacy Sources .............................. SKIPPED
> [INFO] Flume legacy Avro source .......................... SKIPPED
> [INFO] Flume legacy Thrift Source ........................ SKIPPED
> [INFO] Flume NG Clients .................................. SKIPPED
> [INFO] Flume NG Log4j Appender ........................... SKIPPED
> [INFO] Flume NG distribution ............................. SKIPPED
> [INFO] Flume NG Integration Tests ........................ SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1:41.476s
> [INFO] Finished at: Fri Jun 22 12:08:21 IST 2012
> [INFO] Final Memory: 96M/269M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project flume-ng-hbase-sink: Compilation failure
> [ERROR] error: error reading
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
> error in opening zip file
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [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/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :flume-ng-hbase-sink
>
>
> ====================================================================================================================================================================================
>
>
>
> root@md-trngpoc1:/usr/local/flume_dir/flume# ls -lrt
> total 140
> drwxr-xr-x  3 root root  4096 2012-06-22 12:05 conf
> drwxr-xr-x 19 root root  4096 2012-06-22 12:05 src
> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-node
> drwxr-xr-x  5 root root  4096 2012-06-22 12:05 flume-ng-legacy-sources
> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 contrib
> drwxr-xr-x  6 root root  4096 2012-06-22 12:05 flume-ng-channels
> drwxr-xr-x  3 root root  4096 2012-06-22 12:05 bin
> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-clients
> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-tests
> drwxr-xr-x  4 root root  4096 2012-06-22 12:05 flume-ng-dist
> -rw-r--r--  1 root root  1997 2012-06-22 12:05 RELEASE-NOTES
> -rw-r--r--  1 root root  1433 2012-06-22 12:05 README
> -rw-r--r--  1 root root 25221 2012-06-22 12:05 pom.xml
> -rw-r--r--  1 root root   249 2012-06-22 12:05 NOTICE
> -rw-r--r--  1 root root 11358 2012-06-22 12:05 LICENSE
> drwxr-xr-x  7 root root  4096 2012-06-22 12:05 flume-ng-doc
> -rw-r--r--  1 root root  5559 2012-06-22 12:05 DEVNOTES
> -rw-r--r--  1 root root  9952 2012-06-22 12:05 CHANGELOG
> -rw-r--r--  1 root root   719 2012-06-22 12:05 DISCLAIMER
> drwxr-xr-x  5 root root  4096 2012-06-22 12:06 flume-ng-sdk
> drwxr-xr-x  7 root root  4096 2012-06-22 12:08 target
> drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-configuration
> drwxr-xr-x  5 root root  4096 2012-06-22 12:08 flume-ng-core
> drwxr-xr-x  7 root root  4096 2012-06-22 12:08 flume-ng-sinks
>
>
>
>
>
> In Reactor summary: Flume NG HBase Sink got failed.Due to this Error:
> error reading
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/jruby-complete-1.6.5.jar;
> error in opening zip file
>
> I went back and see all the directories running as root user only. all the
> directory output given as below.
>
>
>
>
>
>
>
> root@md-trngpoc1:/usr/local/flume_dir/flume# who iam i
> root     pts/2        2012-06-20 15:19
>
> root@md-trngpoc1:/usr/local/flume_dir/flume# cd
> /root/.m2/repository/org/jruby/jruby-complete/1.6.5/
> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# ls -lrt
> total 20
> -rw-r--r-- 1 root root 2717 2012-06-21 16:21 jruby-complete-1.6.5.pom
> -rw-r--r-- 1 root root   40 2012-06-21 16:21 jruby-complete-1.6.5.pom.sha1
> -rw-r--r-- 1 root root  262 2012-06-21 16:24 jruby-complete-1.6.5.jar
> -rw-r--r-- 1 root root  203 2012-06-21 16:24 _maven.repositories
> -rw-r--r-- 1 root root 1385 2012-06-21 16:24
> jruby-complete-1.6.5.jar.lastUpdated
> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete/1.6.5# cd ..
> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# ls -lrt
> total 4
> drwxr-xr-x 2 root root 4096 2012-06-21 16:24 1.6.5
> root@md-trngpoc1:~/.m2/repository/org/jruby/jruby-complete# cd ..
> root@md-trngpoc1:~/.m2/repository/org/jruby# ls -lrt
> total 12
> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-complete
> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 jruby-common
> drwxr-xr-x 3 root root 4096 2012-06-21 16:21 shared
> root@md-trngpoc1:~/.m2/repository/org/jruby# cd ..
> root@md-trngpoc1:~/.m2/repository/org# ls -lrt
> total 76
> drwxr-xr-x  3 root root 4096 2012-06-21 16:17 xerial
> drwxr-xr-x  4 root root 4096 2012-06-21 16:17 hamcrest
> drwxr-xr-x  3 root root 4096 2012-06-21 16:18 mortbay
> drwxr-xr-x  4 root root 4096 2012-06-21 16:18 jboss
> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 eclipse
> drwxr-xr-x  3 root root 4096 2012-06-21 16:20 schwering
> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 jruby
> drwxr-xr-x  4 root root 4096 2012-06-21 16:21 jamon
> drwxr-xr-x  3 root root 4096 2012-06-21 16:21 hbase
> drwxr-xr-x  7 root root 4096 2012-06-21 16:21 slf4j
> drwxr-xr-x  3 root root 4096 2012-06-21 16:25 tukaani
> drwxr-xr-x  4 root root 4096 2012-06-21 16:26 mockito
> drwxr-xr-x  3 root root 4096 2012-06-21 16:26 objenesis
> drwxr-xr-x  8 root root 4096 2012-06-21 16:29 sonatype
> drwxr-xr-x 20 root root 4096 2012-06-21 16:32 apache
> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 netbeans
> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 tomdz
> drwxr-xr-x  3 root root 4096 2012-06-21 16:34 python
> drwxr-xr-x  7 root root 4096 2012-06-22 12:24 codehaus
> root@md-trngpoc1:~/.m2/repository/org# cd ..
> root@md-trngpoc1:~/.m2/repository# ls -lrt
> total 184
> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 junit
> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 classworlds
> drwxr-xr-x  3 root root 4096 2012-06-21 16:14 commons-cli
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 doxia
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-collections
> drwxr-xr-x  4 root root 4096 2012-06-21 16:15 velocity
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-lang
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-io
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 oro
> drwxr-xr-x  3 root root 4096 2012-06-21 16:15 commons-validator
> drwxr-xr-x  3 root root 4096 2012-06-21 16:16 commons-digester
> drwxr-xr-x  3 root root 4096 2012-06-21 16:16 xml-apis
> drwxr-xr-x  5 root root 4096 2012-06-21 16:16 plexus
> drwxr-xr-x  4 root root 4096 2012-06-21 16:16 commons-logging
> drwxr-xr-x  3 root root 4096 2012-06-21 16:17 log4j
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 joda-time
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 xmlenc
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-httpclient
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-codec
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-configuration
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 logkit
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 avalon-framework
> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 commons-beanutils
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-net
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 ant
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 commons-el
> drwxr-xr-x  4 root root 4096 2012-06-21 16:19 net
> drwxr-xr-x  3 root root 4096 2012-06-21 16:19 hsqldb
> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 tomcat
> drwxr-xr-x  3 root root 4096 2012-06-21 16:21 stax
> drwxr-xr-x  5 root root 4096 2012-06-21 16:21 javax
> drwxr-xr-x  4 root root 4096 2012-06-21 16:21 asm
> drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-dbcp
> drwxr-xr-x  3 root root 4096 2012-06-21 16:24 commons-pool
> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 xerces
> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 commons-chain
> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 dom4j
> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 sslext
> drwxr-xr-x  3 root root 4096 2012-06-21 16:30 antlr
> drwxr-xr-x  3 root root 4096 2012-06-21 16:31 backport-util-concurrent
> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 jakarta-regexp
> drwxr-xr-x  8 root root 4096 2012-06-21 16:32 com
> drwxr-xr-x  4 root root 4096 2012-06-21 16:32 nekohtml
> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 regexp
> drwxr-xr-x  3 root root 4096 2012-06-21 16:32 ch
> drwxr-xr-x 21 root root 4096 2012-06-21 16:34 org
> root@md-trngpoc1:~/.m2/repository# cd ..
> root@md-trngpoc1:~/.m2# ls -lrt -a
> total 12
> drwx------ 25 root root 4096 2012-06-21 16:12 ..
> drwxr-xr-x  3 root root 4096 2012-06-21 16:12 .
> drwxr-xr-x 48 root root 4096 2012-06-21 16:32 repository
> root@md-trngpoc1:~/.m2# cd ..
> root@md-trngpoc1:~# ls -lrt -a
> total 160
> -rw-r--r--  1 root root   140 2010-10-21 18:17 .profile
> -rw-------  1 root root   256 2012-02-03 10:50 .pulse-cookie
> drwxr-xr-x  2 root root  4096 2012-02-03 10:57 .nautilus
> drwxr-xr-x  2 root root  4096 2012-02-03 10:57 Desktop
> drwx------  3 root root  4096 2012-02-03 10:57 .dbus
> drwx------  3 root root  4096 2012-02-03 10:58 .local
> drwxr-xr-x  3 root root  4096 2012-02-03 14:19 .subversion
> drwxrwxrwx  6 root root  4096 2012-02-03 14:19 .config
> drwx------  3 root root  4096 2012-02-03 14:20 .thumbnails
> drwxr-xr-x  3 root root  4096 2012-02-08 10:19 .java
> drwxrwxrwx  3 root root  4096 2012-02-08 10:21 .pspdata
> drwx------  4 root root  4096 2012-02-08 15:19 .mozilla
> drwx------  2 root root  4096 2012-02-08 15:19 .gnome2_private
> drwxr-xr-x  4 root root  4096 2012-02-08 15:19 .icedtea
> drwxr-xr-x  2 root root  4096 2012-02-09 15:40 .gstreamer-0.10
> drwxr-xr-x  6 root root  4096 2012-02-21 13:24 .gnome2
> drwx------  3 root root  4096 2012-02-27 13:52 .synaptic
> drwx------  3 root root  4096 2012-03-01 08:56 .gconf
> dr-x------  2 root root  4096 2012-03-01 14:46 .gvfs
> drwx------  2 root root  4096 2012-03-01 15:35 .gconfd
> lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .icons ->
> /home/virtusa/.icons/
> lrwxrwxrwx  1 root root    21 2012-04-30 18:51 .fonts ->
> /home/virtusa/.fonts/
> lrwxrwxrwx  1 root root    22 2012-04-30 18:51 .themes ->
> /home/virtusa/.themes/
> drwx------  2 root root  4096 2012-05-02 17:15 .cache
> -rw-------  1 root root    58 2012-05-04 15:04 .lesshst
> drwx------  2 root root  4096 2012-05-07 18:31 .ssh
> drwx------  2 root root  4096 2012-05-07 21:22 .pulse
> drwxr-xr-x 23 root root  4096 2012-05-17 17:50 ..
> -rw-r--r--  1 root root  3274 2012-05-17 17:53 .bashrc
> drwx--x--x  2 root root  4096 2012-05-23 18:42 .splunk
> -rw-r--r--  1 root root  2015 2012-06-07 11:30 .hivehistory
> -rw-------  1 root root  9973 2012-06-08 12:49 .viminfo
> -rw-------  1 root root 28596 2012-06-20 15:19 .bash_history
> drwxr-xr-x  3 root root  4096 2012-06-21 16:12 .m2
> drwx------ 25 root root  4096 2012-06-21 16:12 .
>
> I am struggling flume installation from past couple of weeks, Could you
> please any one help me on this issue.
>
> Thanks,
> Vijay
>