31771/how-to-find-the-number-of-blocks-a-hdfs-file-is-divided-into
Yes. you can use the hadoop fsck command to do this. Like this:
hadoop fsck /path/to/file -files -blocks
Hi@akhtar, You can use Hadoop file system command to ...READ MORE
Yes, you can use hdfs dfs command ...READ MORE
SELECT a_id, b, c, count(*) as sumrequests FROM ...READ MORE
If you are using hadoop 2.7 or ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
hadoop fs -cat /example2/doc1 | wc -l READ MORE
You can use the hadoop fs -ls command to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.