Hadoop

fs_3.tar


Sparc
(32bit)
Sparc
(64bit)
x86x64
Solaris10-??
OpenSolaris-?





ByteBuffer



# mount -F hdfs /user/myname  /mnt
                ^^^^^^^^^^^^^  ^^^^

                    

  1. Solaris/OpenSolaris()


OpenSolaris

# export HADOOP_HOME=/usr/local/hadoop
# ./configure
					  
# make
# ant 
					  
# make install								  


# make uninstall
*** Error code 1 (ignored)

# make uninstall


Usage:   hadoop -Djava.util.logging.config.file=log.prop  -cp ${HADOOP_HOME}/hdfsd.jar:${HADOOP_HOME}/conf:${HADOOP_HOME}/hadoop-0.20.2-core.jar:${HADOOP_HOME}/lib/commons-logging-1.0.4.jar hdfsd


     base_path


     mount_point
# /usr/sbin/mount -F hdfs /user/myname /mnt
#
# mount
...
...
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

# cd /mnt
# /bin/ls
file1  file2

# ls -la




# head file1
This is a test file
This is a test file
This is a test file
This is a test file
This is a test file
This is a test file
This is a test file
This is a test file
This is a test file
This is a test file
#

# cp file1 /var/tmp
#

# chmod 777 file1
# touch file1
# chown nobody file1
# cp /var/adm/messages file1

Usage: umount mount_point

# umount /mnt
#
# pwd
/mnt
# umount /mnt







トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS