Flume Compilation Error (1.5.0) for Hadoop 2.x and HBase 0.98

2014-07-21 Thread a...@hsk.hk
Hi, I need to to compile Flume 1.5.0 for Hadoop 2.4.0 and HBase 0.98.3, the compilation returns warning and error, I am new to Flume, could anyone share the correct settings for pom.xml files or advise the proper changes? 1) pom.xml 2) flume-ng-sinks/flume-hdfs-sink/pom.xm 3) flume-ng-sink

Re: Flume Compilation Error (1.5.0) for Hadoop 2.x and HBase 0.98

2014-07-26 Thread a...@hsk.hk
en.org/maven2/org/kitesdk/ > [1.3] http://kitesdk.org/docs/0.15.0/release_notes.html > [1.4] http://kitesdk.org/docs/0.15.0 > > > [2] https://repository.cloudera.com/cloudera/cloudera-repos > > > Thanks > Saurabh > > On Mon, Jul 21, 2014 at 7:37 PM, a...@hsk.hk

Flume Compile 1.5.0 for HBase 0.98.3

2014-07-26 Thread a...@hsk.hk
VEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :flume-ng-hbase-sink On 26 Jul, 2014, at 7:28 pm, a...@hsk.hk wrote: > Hi, > > I am trying to compile and run unit test (flume 1.5.0) for Hado

Re: Flume Compile 1.5.0 for HBase 0.98.3

2014-07-26 Thread a...@hsk.hk
luence/display/MAVEN/DependencyResolutionException On 27 Jul, 2014, at 5:41 am, Hari Shreedharan wrote: > Run mvn clean install -Dhadoop.profile=hbase-98 -Dhbase.version= version of hbase 98>. > > > > On Saturday, July 26, 2014, a...@hsk.hk wrote: > Hi, > >

Re: Flume Compile 1.5.0 for HBase 0.98.3

2014-07-26 Thread a...@hsk.hk
s, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException On 27 Jul, 2014, at 5:41 am, Hari Shreedharan wrote: > Run mvn clean install -Dhadoop.profile=hbase-98 -Dhbase.version= version of hbase 98>. > >

Re: Flume Compile 1.5.0 for HBase 0.98.3

2014-07-26 Thread a...@hsk.hk
Hi, Tried: mvn clean install -Dhadoop.profile=hbase-98 -Dhbase.version=0.98.3 [INFO] Scanning for projects... [ERROR] The build could not read 3 projects -> [Help 1] [ERROR] [ERROR] The project org.apache.flume.flume-ng-sinks:flume-hdfs-sink:1.5.0 (flume-ng-sinks/flume-hdfs-sink/pom.xml) h

Re: Flume Compile 1.5.0 for HBase 0.98.3

2014-07-27 Thread a...@hsk.hk
lume-1.5.0. To build with hbase-98 > support, you need to either checkout trunk branch or the release-1.5.0.1 tag > (that release was specifically meant to add hbase-98 support). > > Hari > > On Sat, Jul 26, 2014 at 5:05 PM, a...@hsk.hk wrote: > Hi, > > Tried: > &

Re: Flume Compile 1.5.0 for HBase 0.98.3

2014-07-27 Thread a...@hsk.hk
Hi Hari, I have finally managed to compile it successfully, many thanks for your help!! I edited pom.xml and deleted the following lines (around line 247), and stop all Hadoop and HBase ### DELETED org.apache.hadoop hadoop-minicluster ${hadoop.v