ubuntu - Opening a file stored in HDFS to edit in VI -
i edit text file straight in hdfs using vi without having re-create local, edit , re-create local. possible?
edit: used possible in cloudera's hue ui no longer case.
there couple of options try, allows mount hdfs local machine , utilize local scheme commands cp, rm, cat, mv, mkdir, rmdir, more, etc. neither of them supports random write operations supports append operations.
nfs gateway hadoop fusenfs gateway uses nfs v3 , back upwards appending file not perform random write operations.
and regarding comment on hue, may hue downloading file local buffer , after editing might replacing file in hdfs.
ubuntu hadoop hdfs vi
No comments:
Post a Comment