Exemplo n.º 1
0
 public HdfsProducer(HdfsEndpoint endpoint, HdfsConfiguration config) {
   super(endpoint);
   this.config = config;
   this.hdfsPath = config.getFileSystemType().getHdfsPath(config);
 }