Member since
01-01-2018
3
Posts
0
Kudos Received
0
Solutions
03-13-2018
06:51 AM
Hello All, I am trying to get essential data from fsimage. Currently I am able to download the fsimage in my local machine using dfsadmin -fetchImage <LOCAL_DIR_PATH> command but I want to know what is the appropriate way I can download the fsimage on other machines or how can I request the user to give me required privileges to download fsimage.
... View more
Labels:
- Labels:
-
Apache Hadoop
01-27-2018
02:32 PM
Hello, While downloading large fsimage file I get GC overhead limit exceeded exception.Is there any way I can know the max heap size to run hdfs oiv command to convert fsimage to text format. Thanks in advance
... View more
Labels:
- Labels:
-
Apache Hadoop
01-01-2018
05:22 PM
Hello, For a directory in HDFS, I have set dsquota as 1GB but when I try to copy a 500 MB file to that directory. I get a exception == copyFromLocal: The DiskSpace quota of /user/prateek is exceeded: quota = 1073741824 B = 1 GB but diskspace consumed = 1305477120 B = 1.22 GB. The directory already contains four files. 1048576 /user/prateek/file1.txt 10485760 /user/prateek/file2.txt 10485760 /user/prateek/file3.txt 10485760 /user/prateek/file4.txt How can we calculate the diskspace consumed(i.e.1.22GB in this case)? Thanks in advance
... View more
Labels:
- Labels:
-
Apache Hadoop