You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Aditya Kumar <ad...@yahoo.com> on 2011/12/11 07:06:04 UTC

Re: what is fuse used for?

HI,

I am trying to install hadoop/hbase on my new cluster.

I came across this rpm hadoop-fuse?
what is hadoop-fuse? do we really need it?if so when ?

I came across rpm - hadoop-zookeeper and hadoop-zookeeper-server?
what are these 2 rpms? (I tough only zookeper server is sufficent to install)

Regards, 
Adi

Re: what is fuse used for?

Posted by Aditya Kumar <ad...@yahoo.com>.
Thank you David for the clarification.


----- Original Message -----
From: David Engfer <da...@gmail.com>
To: "dev@hbase.apache.org" <de...@hbase.apache.org>
Cc: 
Sent: Saturday, December 10, 2011 10:27 PM
Subject: Re: what is fuse used for?

Hadoop fuse allows you to mount HDFS as a virtual unix file system (see the FUSE libraries (filesystem in userspace)) so that normal unix commands can be used to navigate and edit the files and directories. But this is not needed and not suggested (ESP for production); use the hdfs CLI or API instead.

I believe it was orig created to have a simple way in development to browse hdfs, or for apps that had to use a Linux filesystem for input/output. 

With Cloudera's Hue utility, you can now more easily browse hdfs.

Thanks,
_________________________
David Engfer

[sent via iPhone]

On Dec 11, 2011, at 12:06 AM, Aditya Kumar <ad...@yahoo.com> wrote:

> HI,
> 
> I am trying to install hadoop/hbase on my new cluster.
> 
> I came across this rpm hadoop-fuse?
> what is hadoop-fuse? do we really need it?if so when ?
> 
> I came across rpm - hadoop-zookeeper and hadoop-zookeeper-server?
> what are these 2 rpms? (I tough only zookeper server is sufficent to install)
> 
> Regards, 
> Adi


Re: what is fuse used for?

Posted by Ted Dunning <td...@maprtech.com>.
As long as vendors are being mentioned, it should be pointed out that
MapR's NFS capability also provides this capability.

Followups should be off-list since this is off-topic relative to hbase.

On Sat, Dec 10, 2011 at 11:27 PM, David Engfer <da...@gmail.com>wrote:

> With Cloudera's Hue utility, you can now more easily browse hdfs.
>

Re: what is fuse used for?

Posted by David Engfer <da...@gmail.com>.
Hadoop fuse allows you to mount HDFS as a virtual unix file system (see the FUSE libraries (filesystem in userspace)) so that normal unix commands can be used to navigate and edit the files and directories. But this is not needed and not suggested (ESP for production); use the hdfs CLI or API instead.

I believe it was orig created to have a simple way in development to browse hdfs, or for apps that had to use a Linux filesystem for input/output. 

With Cloudera's Hue utility, you can now more easily browse hdfs.

Thanks,
_________________________
David Engfer

[sent via iPhone]

On Dec 11, 2011, at 12:06 AM, Aditya Kumar <ad...@yahoo.com> wrote:

> HI,
> 
> I am trying to install hadoop/hbase on my new cluster.
> 
> I came across this rpm hadoop-fuse?
> what is hadoop-fuse? do we really need it?if so when ?
> 
> I came across rpm - hadoop-zookeeper and hadoop-zookeeper-server?
> what are these 2 rpms? (I tough only zookeper server is sufficent to install)
> 
> Regards, 
> Adi