LOAD DATA
HDFS.
head
Retrieve the requested number of bytes from a file.
hdfs_path (string) – Absolute HDFS path
nbytes (int, default 1024 (1K)) – Number of bytes to retrieve
offset (int, default 0) – Number of bytes at beginning of file to skip before retrieving data
head_data
bytes
NotImplementedError –