Member since
05-27-2014
1499
Posts
77
Kudos Received
44
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3176 | 05-04-2020 11:56 AM | |
1953 | 05-01-2020 10:43 AM | |
2076 | 04-28-2020 03:11 PM | |
3554 | 04-28-2020 10:35 AM | |
2449 | 04-13-2020 10:44 AM |
06-04-2019
09:57 PM
Hi @VladTheLad , You probably can explore different options of ls command from hdfs: # hdfs dfs -help ls
-ls [-C] [-d] [-h] [-q] [-R] [-t] [-S] [-r] [-u] [-e] [<path> ...] :
List the contents that match the specified file pattern. If path is not
specified, the contents of /user/<currentUser> will be listed. For a directory a
list of its direct children is returned (unless -d option is specified).
Directory entries are of the form:
permissions - userId groupId sizeOfDirectory(in bytes)
modificationDate(yyyy-MM-dd HH:mm) directoryName
and file entries are of the form:
permissions numberOfReplicas userId groupId sizeOfFile(in bytes)
modificationDate(yyyy-MM-dd HH:mm) fileName
-C Display the paths of files and directories only.
-d Directories are listed as plain files.
-h Formats the sizes of files in a human-readable fashion
rather than a number of bytes.
-q Print ? instead of non-printable characters.
-R Recursively list the contents of directories.
-t Sort files by modification time (most recent first).
-S Sort files by size.
-r Reverse the order of the sort.
-u Use time of last access instead of modification for
display and sorting.
-e Display the erasure coding policy of files and directories. Thanks, Li
... View more
06-02-2019
09:06 PM
1 Kudo
Hi Li, Thanks for your help Regards Wert
... View more
05-20-2019
07:24 AM
Hi Dennis, As mentioned in the (edited) post, the solution suggested above finally worked for me. Thanks again for the help! Regards, Michal
... View more
05-10-2019
10:00 AM
Hi @Ryanp , You are very welcome and glad to hear the issue is resolved! Thanks, Li
... View more
03-11-2019
10:41 AM
Hi @krieger , You are very welcome and glad to hear the issue got resolved! Cheers, Li
... View more
03-04-2019
03:40 PM
1 Kudo
Hi @unix196, I think you are right about the the host is not in the cluster. You may have hosts that are already "managed" but are not part of a cluster. You can have managed hosts that are not part of a cluster when you have added hosts to Cloudera Manager either through the Add Host wizard, or by manually installing the Cloudera Manager agent onto hosts where you have not install any other services. This will also be the case if you remove all services from a host so that it no longer is part of a cluster. See more details about this in documentation here. Thanks, Li
... View more
02-28-2019
08:01 AM
Thanks! Manually create the .Trash directory in the user's home directory works to show "Move to Trash" in HUE.
... View more
02-27-2019
07:42 PM
Any thoughts on my previous query can someone let me know how to upgrade an unmanaged cluster to 6.1 from 5.16?
... View more
02-27-2019
11:47 AM
1 Kudo
Great to hear the issue got resolved! Thanks for the feedback!
... View more