- 博客(5)
- 收藏
- 关注
原创 配置Hbase连接不上16010web页面的三种情况
###1.连接不上hadoop102:16010的web页面情况1:Hadoop为3.1.3版本####a.首先检查hbase-site.xml中的端口是否和自己的hdfs端口一至,我的就是这个问题连接不上<property> <name>hbase.rootdir</name> <value>hdfs://hadoop102:8020/HBase</value></property>###
2021-06-25 16:36:46
15683
11
原创 Spark SQL Exception in task 0.0 in stage 0.0 (TID 0)org.apache.hadoop.hdfs.BlockMissingException
2.ERROR Executor: Exception in task 0.0 in stage 0.0 (TID 0)org.apache.hadoop.hdfs.BlockMissingException: Could not obtain block:同样属于访问不到HDFS数据节点问题21/06/1919:30:56 ERROR Executor: Exception in task 0.0 in stage 0.0 (TID 0)org.apache.hadoop.hdfs.BlockMiss
2021-06-19 19:36:49
6300
5
原创 Spark SQL 报错:File xxx could only be written to 0 of the 1 minReplication nodes.
文章目录1.访问不到节点 File xxx could only be written to 0 of the 1 minReplication nodes. There are 3 datanode(s) running and 3 node(s) are excluded in this operation.问题原因:解决方案:1.访问不到节点 File xxx could only be written to 0 of the 1 minReplication nodes. There are
2021-06-19 19:10:12
1253
原创 java 基础-String、StringBuffer和StringBuilder
java 基础-String、StringBuffer和StringBuilder概览String 被声明为 final,因此它不可被继承。(Integer 等包装类也不能被继承)在 Java 8 中,String 内部使用 char 数组存储数据。public final class String implements java.io.Serializable, Comparable<String>, CharSequence {/** The value is used for
2021-01-10 21:56:00
158
原创 java I/O-磁盘操作(File类的使用)
java I/O-磁盘操作(File类的使用)File 类可以用于表示文件和目录的信息,但是它不表示文件的内容。构造方法:public File(String pathname):通过将给定的路径名字符串转换为抽象路径名来创建新的 File实例。public File(String parent, String child) :从父路径名字符串和子路径名字符串创建新的 File实例。public File(File parent, String child) :从父抽象路径名和子路径名字符串创
2021-01-10 19:51:51
357
4
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人