Created by: hutuxian
Paddle only supports running external command to read data from distributed file system (such as HDFS) now. But it's time-consuming if we create a link everytime we want to read a single file, which is bottleneck in PaddleBox. So this PR involves AfsAPI to resolve this problem. The API supports creating link once and read many times through this link.