I use hadoop dfs -text <path> | head-n
hadoop dfs -text <path> | tail-nto 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
I use hadoop dfs -text <path> | head-n
hadoop dfs -text <path> | tail-nto 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