Writing data to Hadoop

前端 未结 8 1627
悲&欢浪女
悲&欢浪女 2020-12-13 10:58

I need to write data in to Hadoop (HDFS) from external sources like a windows box. Right now I have been copying the data onto the namenode and using HDFS\'s put command to

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 11:22

    you can try mounting HDFS on your machine(call it machine_X) where you are executing your code and machine_X should have infiniband connectivity with the HDFS Check this out, https://wiki.apache.org/hadoop/MountableHDFS

提交回复
热议问题