-
Notifications
You must be signed in to change notification settings - Fork 5
HDFS
anilpacaci edited this page Jun 15, 2017
·
4 revisions
- HDFS Home Directory for SNB Datasets
hdfs://192.168.152.200:9000/datasets/
- List all the datasets
hadoop-2.6.0/bin/hdfs dfs -ls hdfs://192.168.152.200:9000/datasets/
- Copy file from HDFS
hdfs dfs -copyToLocal hdfs://192.168.152.200:9000/datasets/ [path on local fs]