Member since
07-06-2018
14
Posts
2
Kudos Received
0
Solutions
04-09-2019
08:32 PM
Hi All, How to get file or directory creation time in HDFS? I know this sounds very basic question. I have googled on this, this question was asked on Internet, but people respond with modification time instead of creation time. I am not intrested to get modification time. I am interested to know how get creation time of a file or directory on HDFS. Appreciate if anyone have the answer to this. rgds, Rama.
... View more
Labels:
- Labels:
-
HDFS
01-10-2019
04:52 PM
Namenode UI will provide total files and directories is there a way we can see the number of files by directory using namenode UI?
... View more
01-10-2019
04:41 PM
Please check which unix group the hive user belongs to and add this group into hadoop.proxyuser.hive.groups in the hive configuration via cloudera manager.
... View more
11-27-2018
08:22 PM
I encountred the same issue hdfs dfs -count return incorrect file count. The directory has 76 files but the -count report 77 files. The count CONTENT_SIZE match total sum of individual files in the directory. I think it is a bug in the -count operation report incorrect file count. Any comments from experts here? $ hdfs dfs -count -v /PROJECTS/flume_data/dirname1/2018/11/27/12
DIR_COUNT FILE_COUNT CONTENT_SIZE PATHNAME
1 77 78855 /PROJECTS/flume_data/dirname1/2018/11/27/12
$ hdfs dfs -ls -R /PROJECTS/flume_data/dirname1/2018/11/27/12 | wc -l
76
$ hdfs dfs -du -s -x /PROJECTS/flume_data/dirname1/2018/11/27/12
78855 236565 /PROJECTS/flume_data/dirname1/2018/11/27/12
##manual sum individual file size in the directory
$ hdfs dfs -du -x /PROJECTS/flume_data/dirname1/2018/11/27/12 | awk {'print $1'} | sed 's/$/+/g' | tr -d '\n' | sed 's/$/0\n/' | bc
78855
$ hdfs dfs -du -x /PROJECTS/flume_data/dirname1/2018/11/27/12 | wc -l
76
... View more
10-19-2018
02:10 AM
1 Kudo
You can try run the following your browser https://<query_coordinator_server_name>:25000/close_session?session_id=<session_id>
... View more
09-27-2018
02:37 AM
1 Kudo
New users will have difficulty to post new messages as they will have no idea that they have to navigate to the topic first . It would be better if UI allow users to post new message then have a drop down list to specify topic. just a suggestion.
... View more
08-24-2018
02:53 AM
You can check on the screenshot I provided below, there is no option to post a new message.
... View more
07-06-2018
06:48 AM
Please provide option to raise a new topic. Your community portal do not have option to raise new topic.
... View more