I use

hadoop dfs -text <path>  | head-n

hadoop dfs -text <path>  | tail-n

to browse the n-th line from the head or from the tail. But it is slow when the file is large. Is there any command that goes directly to a specific line in dfs?

Shi

Reply via email to