摘要: 明明使用的是1.8jdk,但是运行项目时提示使用的是java版本是1.5,版本过低。 修改pom.xml,添加如下: 阅读全文
posted @ 2017-11-09 18:12 星瑞 阅读(1200) 评论(0) 推荐(0) 编辑
摘要: 启动、关闭hbase ./bin/start-hbase.sh./bin/stop-hbase.sh 查询HBase版本。它的语法如下: [root@hadoop03 ~]# hbase shellhbase(main):010:0> version 建表create ‘<table name>’, 阅读全文
posted @ 2017-11-09 10:50 星瑞 阅读(8804) 评论(0) 推荐(0) 编辑
摘要: 推荐几个好的 Maven 常用仓库网址:http://mvnrepository.com/http://search.maven.org/ Maven 安装 JAR 包的命令是: mvn install:install-file -Dfile=jar包的位置 -DgroupId=groupId -D 阅读全文
posted @ 2017-11-09 10:12 星瑞 阅读(355) 评论(0) 推荐(0) 编辑