Zookeeper should already be running on the hbase server. If you are using standalone mode it is run within the same jvm as hbase.
On Fri, Nov 1, 2013 at 2:14 PM, George Pang <[email protected]> wrote: > Hi Ashish, > > Does it mean I have to install zookeeper too in the HBase box, in order to > talk to Hbase from a remote Flume? > > Thank you, > > George > > > On Thu, Oct 31, 2013 at 12:36 AM, Ashish <[email protected]> wrote: > >> Have a look at http://flume.apache.org/FlumeUserGuide.html#hbasesinks >> >> It says "This sink writes data to HBase. The Hbase configuration is >> picked up from the first hbase-site.xml encountered in the classpath." >> >> It will be able to talk to your Remote Server. >> >> >> On Thu, Oct 31, 2013 at 12:10 PM, George Pang <[email protected]> wrote: >> >>> Hi, >>> >>> I set up Flume to get Apache server log and send it over to Hbase, my >>> experiment works in a single machine (Apache, Flume and Hbase all in local >>> machine) >>> >>> If I want Flume to send to Hbase located in a remote server, what should >>> I do? I don't see in flume.conf example a place for remote Hbase address. >>> >>> Thank you, >>> >>> George >>> >> >> >> >> -- >> thanks >> ashish >> >> Blog: http://www.ashishpaliwal.com/blog >> My Photo Galleries: http://www.pbase.com/ashishpaliwal >> > >
