Member since
07-05-2016
20
Posts
4
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
660 | 06-07-2017 06:28 PM |
09-28-2017
11:22 PM
1 Kudo
Is there a special command to list hidden files (files that start with a dot) in a given path in HDFS?
... View more
Labels:
- Labels:
-
Apache Hadoop
09-25-2017
08:47 PM
@Shahrukh Khan The snapshot operations APIs are only capable of creating / deleting snapshot on existing HDFS folder. But, is there any way to list the folders under a given path with their snapshot status (enabled or disabled)?
... View more
09-15-2017
09:02 PM
Please post the error messages that you see in the web console. Right click anywhere on the page and click "Inspect" in Google Chrome to open Inspector. Clicking on console tab should show messages logged there.
... View more
09-13-2017
10:21 PM
I know that `hdfs lsSnapshottableDir <path>` lists all the directories under <path> that are snapshot enabled. But I want to get the list of files and folders in a <path> with snapshot status as a flag. Is it possible?
... View more
Labels:
- Labels:
-
Apache Hadoop
08-30-2017
07:15 PM
@madhu ravipati Typically, allocating systems with highest bandwidth to data nodes will help you in fast file transfers. So you are right in a way to use the 1GB/s machine to configure ambari server. Ambari server will send small packets of data as a heartbeat to all its client nodes every 3 seconds but that doesn't take as much bandwidth when compared to the data nodes. A detailed article on Cluster Network Configuration Best Practices
... View more
07-05-2017
05:57 PM
Could you please add a screenshot with console open? Console can be opened by (Right click -> Inspect Element)
... View more
06-07-2017
06:28 PM
Turn off iptables in centos and try again chkconfig iptables off
/etc/init.d/iptables stop
... View more
06-07-2017
06:06 PM
Hi @Jay SenSharma, I tried the "recursive=true" parameter, but it doesn't give any different response. It is identical with the response from API without "recursive=true" and my question was to find a file or directory within a given directory. I have updated my question to give you more clarity. Hope it helps. Thanks!
... View more
06-07-2017
06:03 PM
I have updated my question with an example. Please let me know if you still can't understand my question.
... View more
06-06-2017
10:12 PM
How do I search for a filename or directory name recursively in a given path in WebHDFS? For example: If I search for "hive" from the root directory "/", I expect a response with directory names or file names matching "hive" under "/" such as /hdp/apps/2.6.0.1-89/hive
/hdp/apps/2.6.0.1-89/hive/hive.tar.gz
... View more
Labels:
- Labels:
-
Apache Hadoop