Member since
05-18-2016
4
Posts
1
Kudos Received
0
Solutions
05-16-2016
02:38 PM
2 Kudos
Get data into the cluster? Easiest way is to have a delimited file and do hadoop fs -put file <hdfs location> You can then read those files with sc.textFile. You should go through a couple of basic tutorials I think to work with hadoop: http://hortonworks.com/hadoop-tutorial/using-commandline-manage-files-hdfs/
... View more