FAQ
Hi
How to specify not default (64 Mb) block size for fuse_dfs !?
Because hdfs-site.xml not in CLASSHPATH in the file of fuse_dfs_wrapper.sh.
So you need to edit the fuse_dfs_wrapper.sh and add one line

export CLASSPATH=<the directory of your hdfs-site.xml>

before this part

for f in ls $HADOOP_HOME/lib/*.jar $HADOOP_HOME/*.jar ; do
export CLASSPATH=$CLASSPATH:$f
done

I wish it can resolve your question.

-----Original Message-----
From: [email protected]
Sent: Wednesday, March 24, 2010 10:22 PM
To: [email protected]
Subject: fuse_dfs_wrapper && fuse_dfs block size

Hello

How to specify not default (64 Mb) block size for fuse_dfs !?

In hdfs-site.xml 32MB:

<property>
<name>dfs.block.size</name>
<value>33554432</value>
</property>

via command line hadoop dfs -copyFromLocal ...... - all newly created
blocks - 32Mb,

but fuse_dfs after mounting creates blocks with default 64Mb size !

Best regards,
Sergey R.

Search Discussions

Discussion Posts

Previous

Follow ups

Related Discussions

Discussion Navigation
viewthread | post
posts ‹ prev | 2 of 3 | next ›
Discussion Overview
grouphdfs-user @
categorieshadoop
postedMar 24, '10 at 1:23p
activeMar 25, '10 at 3:00p
posts3
users2
websitehadoop.apache.org...
irc#hadoop

2 users in discussion

Fenix Serega: 2 posts Zhuweimin: 1 post

People

Translate

site design / logo © 2023 Grokbase