随笔分类 -  hadoop

摘要:```java package Demo; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.*; import org.apache.hadoop.hbase.client.*; import org.apache.hadoop.hbase.util.Bytes; import org.apa... 阅读全文
posted @ 2018-06-24 11:26 sunzhengbo 阅读(289) 评论(0) 推荐(0)
摘要:代码部分: core-site.xml配置 hdfs-site.xml配置 报错信息: org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /hello.txt could only be replicated to 0 阅读全文
posted @ 2018-04-18 16:14 sunzhengbo 阅读(640) 评论(0) 推荐(0)