hadoop中伪分布式读写文件
我想在 hadoop 环境中打开/创建一个文件并在其中写入一些数据。我使用的分布式文件系统是hdfs。 我想以伪分布式模式进行。我有什么办法可以做到这一点吗?请给出代码。
I want to open/create a file and write some data in it in hadoop environment. The distributed file system I am using is hdfs.
I want to do it in pseudo distributed mode. Is there any way I can do this. Please give the code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这篇文章适合您的问题:-)
将数据写入hadoop
I think this post fits to your problem :-)
Writing data to hadoop