Skip to content

Instantly share code, notes, and snippets.

@jayunit100
Created February 27, 2014 16:34
Show Gist options
  • Save jayunit100/9253654 to your computer and use it in GitHub Desktop.
Save jayunit100/9253654 to your computer and use it in GitHub Desktop.
[root@vagrant bigtop]# umount /tmp/hdfs-test/ ; hadoop-fuse-dfs dfs://vagrant.bigtop1:17020 /tmp/hdfs-test -oentry_timeout=0,attribute_timeout=0 && ./testcons.sh | grep 132 | wc -l
INFO /mnt/jenkins/workspace/Bigtop-0.7.0/label/centos6/build/hadoop/rpm/BUILD/hadoop-2.0.6-alpha-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/fuse_options.c:164 Adding FUSE arg /tmp/hdfs-test
11
[root@vagrant bigtop]# umount /tmp/hdfs-test/ ; hadoop-fuse-dfs dfs://vagrant.bigtop1:17020 /tmp/hdfs-test && ./testcons.sh | grep 132 | wc -l
INFO /mnt/jenkins/workspace/Bigtop-0.7.0/label/centos6/build/hadoop/rpm/BUILD/hadoop-2.0.6-alpha-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/fuse_options.c:164 Adding FUSE arg /tmp/hdfs-test
4
[root@vagrant bigtop]# umount /tmp/hdfs-test/ ; hadoop-fuse-dfs dfs://vagrant.bigtop1:17020 /tmp/hdfs-test -oentry_timeout=0,attribute_timeout=0 && ./testcons.sh | grep 132 | wc -l
INFO /mnt/jenkins/workspace/Bigtop-0.7.0/label/centos6/build/hadoop/rpm/BUILD/hadoop-2.0.6-alpha-src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/fuse_options.c:164 Adding FUSE arg /tmp/hdfs-test
4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment