RE: Loading binary files from NFS share

2015-10-26 Thread Andrianasolo Fanilo
Objet : RE: Loading binary files from NFS share Hi, I believe binaryFiles uses a custom Hadoop Input Format, so it can only read specific Hadoop protocols. You can find the full list of supported protocols by typing “Hadoop filesystems hdfs hftp” in Google (the link I found is a little bit long and

RE: Loading binary files from NFS share

2015-10-26 Thread Andrianasolo Fanilo
Objet : Loading binary files from NFS share Hi, Is it possible to load binary files from NFS share like this: sc.binaryFiles("nfs://host/mountpath") I understand that it takes a path, but want to know if it allows protocol. Appreciate your help. Ce

Loading binary files from NFS share

2015-10-26 Thread Kayode Odeyemi
Hi, Is it possible to load binary files from NFS share like this: sc.binaryFiles("nfs://host/mountpath") I understand that it takes a path, but want to know if it allows protocol. Appreciate your help.