- 博客(6)
- 收藏
- 关注
原创 Can only call getServletHandlers on a running MetricsSystem
Spark 的 standalone 模式,运行报错 Can only call getServletHandlers on a running MetricsSystem 然后我去 8080 端口查看了一下,发现 spark 集群的 worker 都挂掉了,重启了spark 集群,好了 ...
2018-12-25 15:58:47
7509
5
原创 在使用 sqoop 导出数据到 mysql 报出下面的错
在使用 sqoop 导出数据到 mysql 报出下面的错 [root@master sqoop]# /usr/local/sqoop/bin/sqoop-export --connect jdbc:mysql://master:3306/number_count --username root --table r_number_count --update-key 'number,day,hour...
2018-12-18 20:40:27
4073
原创 Operation category READ is not supported in state standby. Visit
执行 etl 清洗数据并且将数据导入 hdfs 上时,8088 端口报出如下错误: Operation category READ is not supported in state standby. Visit https://s.apache.org/sbnn-error at org.apache.hadoop.hdfs.server.namenode.ha.StandbyState.c...
2018-12-17 21:22:03
2396
原创 SSM配置文件
db.properties jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://ip:3306/数据库名字?useUnicode=true&characterEncoding=utf-8&useSSL=false jdbc.username=数据库用户名 jdbc.password=数据库密码 spring-dao.xm...
2018-12-17 21:03:42
225
原创 Failed to start component [StandardEngine[Tomcat].StandardHost[localhost].StandardContext[/number_co
Failed to start component [StandardEngine[Tomcat].StandardHost[localhost].StandardContext[/number_count]] 出现这个 bug 的原因的是依赖不是从同一仓库引入的,从而导致 servlet 冲突引起的; 解决办法: <!-- https://mvnrepository.com/artif...
2018-12-17 20:39:41
395
原创 sqoop export
我在使用 sqoop export 导出文件的时候出现了这个 bug Export requires a --table or a --call argument; 原因是:我在 sqoop export 命令中没有配置 --table tablename 从而导致没有映射到数据库中具体的表,其中 tablename 是数据库中具体的表名,配置了这一项就好了 ...
2018-12-13 14:10:34
1553
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅