avast / hdfs-shell

HDFS Shell is a HDFS manipulation tool to work with functions integrated in Hadoop DFS
Apache License 2.0
150 stars 33 forks source link

It would be great if we can have a file edit feature #6

Closed duongnguyen-ts closed 6 years ago

duongnguyen-ts commented 6 years ago

We normally use this as an administrating tool. So, files like configuration or shell scripts are often edit. Now it's not very friendly to do that, we have to get, edit using local tool and then put the file back. It's great if we can hide those operation in the background and replace with a vi or nano sub command in hdfs-shell.

Vity01 commented 6 years ago

We will appreciate your merge request :-).

Vity01 commented 6 years ago

Hi. I just implemented the edit my.file command for you. It's available in the latest version you can find here. Enjoy.