In chapter 5 upload small and big data i'm facing few problems.
I have downloaded the required data.but while trying copy it to HDFS getting error as
"No such file or directory exists"
do i have to create the directory hdfs:/data/small ?? before using the copyFromLocal command?
i have created 2 folders for data and name mentioned the same in the hdfs-site.xml file also.Please refer the below data
hduser@laptop:~$ vi /usr/local/hadoop/etc/hadoop/hdfs-site.xml
<configuration>
<property>...
chapter 5 upload small and big data
I have downloaded the required data.but while trying copy it to HDFS getting error as
"No such file or directory exists"
do i have to create the directory hdfs:/data/small ?? before using the copyFromLocal command?
i have created 2 folders for data and name mentioned the same in the hdfs-site.xml file also.Please refer the below data
hduser@laptop:~$ vi /usr/local/hadoop/etc/hadoop/hdfs-site.xml
<configuration>
<property>...
chapter 5 upload small and big data