Hello Mike,

   You are right..but somehow it worked for me, so thought of sharing
it..Actually I am totally new to all this and trying to learn, so
might be wrong at places.Pardon me for that..Also I would like to ask,
once I have flume built and ready to use how can I use it to aggregate
data..I have used OG but totally unaware of how to achieve this in
NG..For example in OG I would use following configuration from
master's web page to send data to hdfs from a local file -

node1 : tail("/var/log/apache2/error.log") | agentSink("localhost",35853) ;
node2 : collectorSource(35853) |
collectorSink("hdfs://localhost:9000/flume/webdata/%Y-%m-%d/%H00/",
"web-");

Provided I have already started master and node1 and node 2 using -

bin/flume master no_watch
bin/flume node no_watch -n node1
bin/flume node no_watch -n node1

How can this be achieved in NG???Do we have any web interface in NG???
Many thanks.

Regards,
    Mohammad Tariq


On Fri, Jun 8, 2012 at 3:07 AM, Mike Percy <mpe...@cloudera.com> wrote:
> Sudo should not be necessary at all... For Subversion, as long as you are in
> your home directory you should be fine from a file permissions perspective…
> and for Maven it's not needed since your local repository typically resides
> at $HOME/.m2/repository so you should have write access to run mvn install.
>
> HTH,
> Mike
>
> On Thursday, June 7, 2012 at 2:29 PM, Mohammad Tariq wrote:
>
> Hello Mohit,
>
> If you are facing problems in building flume-ng properly, give a
> try to the steps shown below..actually I have also been struggling
> since last few days..it worked for me..
>
> $ sudi svn co https://svn.apache.org/repos/asf/incubator/flume/trunk flume
> $ cd flume
> $ sudo mvn3 install -DskipTests
>
> I am using Apache Maven 3.0.3.
>
> Regards,
>     Mohammad Tariq
>
>
> On Fri, Jun 8, 2012 at 2:30 AM, Mohit Anchlia <mohitanch...@gmail.com>
> wrote:
>
> I see entried to flume-ng-sdk in maven repo but when I try this it fails. I
> tried with different versions but it doesn't work. Am I missing something?
>
> <dependency>
>
> <groupId>org.apache.flume</groupId>
>
> <artifactId>flume-ng-sdk</artifactId>
>
> <version>1.2.0</version>
>
> </dependency>
>
> </dependencies>
>
>
>
> 6/7/12 1:58:34 PM PDT: Missing artifact
> org.apache.flume:flume-ng-sdk:jar:1.1.0-cdh3u3:compile
>
>

Reply via email to