Re: Bundles for deployment of hadoop service in osgi container

2012-06-28 Thread somya singhal
Hello Guillaume Yes i tried your link.I downloaded the fabric-hadoop folder.I deployed it by giving the command mvn clean deploy.And after that i started the karaf root shell by starting karaf.bat file inside ..\fusesource\bin\karaf.bat.Thats it.Now i have wordcount example with me.I have

Re: Bundles for deployment of hadoop service in osgi container

2012-06-28 Thread Guillaume Nodet
The fabric-hadoop module uses OSGi managed services to create the hadoop services so you need to add a file etc/org.fusesource.fabric.hadoop.cfg with the following parameters for example: fs.default.name=hdfs\://localhost\:9000 dfs.replication=1 mapred.job.tracker=localhost\:9001

Re: Bundles for deployment of hadoop service in osgi container

2012-06-28 Thread Guillaume Nodet
Also, note that the fabric-hadoop bundle will register a few karaf commands for hadoop and also a url handler so you can access hdfs directly from osgi using hdfs://[path]. On Thu, Jun 28, 2012 at 1:05 PM, Guillaume Nodet gno...@gmail.com wrote: The fabric-hadoop module uses OSGi managed

Bundles for deployment of hadoop service in osgi container

2012-06-27 Thread somya singhal
Hello I have recently coma across a link -: http://search-hadoop.com/m/7TZE59pm6vsubj=Re+PROPOSAL+Hadoop+OSGi+compliant+and+Apache+Karaf+features I am trying to install hadoop bundle in osgi for quite a few days.But i am unable to do so.Anyone can please suggest me as it is written in the

Re: Bundles for deployment of hadoop service in osgi container

2012-06-27 Thread Guillaume Nodet
Have you tried the links I gave you ? On Wed, Jun 27, 2012 at 10:58 AM, somya singhal 28somyasing...@gmail.com wrote: Hello I have recently coma across a link -: http://search-hadoop.com/m/7TZE59pm6vsubj=Re+PROPOSAL+Hadoop+OSGi+compliant+and+Apache+Karaf+features I am trying to install

Re: Bundles for deployment of hadoop service in osgi container

2012-06-27 Thread Jean-Baptiste Onofré
Hi Somya, I'm still working on the patches. However, if you want, I can deploy the bundles on my repo (http://maven.nanthrax.net) if you want to test. Regards JB On 06/27/2012 10:58 AM, somya singhal wrote: Hello I have recently coma across a link -:

Re: Bundles for deployment of hadoop service in osgi container

2012-06-27 Thread ramesh chandra
On 06/27/2012 12:22 PM, Jean-Baptiste Onofré wrote: Hi Somya, I'm still working on the patches. However, if you want, I can deploy the bundles on my repo (http://maven.nanthrax.net) if you want to test. Regards JB On 06/27/2012 10:58 AM, somya singhal wrote: Hello I have recently coma