Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

HDFS + article about how to identify what is consuming space in HDFS

avatar

dear hortonworks colleges

in the past before 3 month , I used the script as described in the article

https://community.hortonworks.com/articles/16846/how-to-identify-what-is-consuming-space-in-hdfs.htm...

but today I see that the script in the article change and and cant be run

I guess because some edit in the post that change also the script

can someone help to recover the script as was before 3 month ?

Michael-Bronson
1 ACCEPTED SOLUTION

avatar

Hi @Michael Bronson

It seems there are a couple of issues with the code block on that article, there is some text before and after the block that isn't being included.

I've created a clone of the script that you can use; https://github.com/JonathanSneep/HDFS_SIZE_CHECK/blob/master/hdfs_size_check.sh

View solution in original post

2 REPLIES 2

avatar

Hi @Michael Bronson

It seems there are a couple of issues with the code block on that article, there is some text before and after the block that isn't being included.

I've created a clone of the script that you can use; https://github.com/JonathanSneep/HDFS_SIZE_CHECK/blob/master/hdfs_size_check.sh

avatar

@Jonathan Sneep thank you so much

Michael-Bronson