hadoop
文章平均质量分 77
sylmoon
这个作者很懒,什么都没留下…
展开
-
HIVE 启动错误 :Name node is in safe mode
HIVE 启动错误 :Name node is in safe mode原创 2017-08-08 14:46:01 · 2719 阅读 · 0 评论 -
hive 实践练习1 建表 查询
hive 实践练习1 建表 查询原创 2017-08-24 18:10:36 · 652 阅读 · 0 评论 -
HIVE配置遇到的所有错误(2)
Exception in thread "main" javax.jdo.JDOFatalDataStoreException: Unable to open a test connection to the given database. JDBC url = jdbc:mysql://master:3306/hive?createDatabaseIfNotExist=true, username = hive.原创 2017-08-04 18:48:58 · 1773 阅读 · 0 评论 -
HIVE 配置遇到的所有错误
Starting Hive Metastore Server原创 2017-08-04 18:47:45 · 3980 阅读 · 0 评论 -
mysql 常用语句-1
mysql -h master -urootor mysql-uroot-pselect host,userfrom mysql.user;查看MYSQL数据库中所有用户mysql> SELECT DISTINCT CONCAT('User: ''',user,'''@''',host,''';') AS quer原创 2017-08-18 18:08:57 · 274 阅读 · 2 评论 -
hive 建表报错 For direct MetaStore DB connections, we don't support retries at the client level
hive 已经有建表语句,然后导入建表, 以下是过程[root@master exercise]# hive -f /opt/exercise/visits.hiveLogging initialized using configuration in jar:file:/opt/apache-hive-1.2.2-bin/lib/hive-common-1.2.2.ja原创 2017-08-18 17:22:03 · 4632 阅读 · 7 评论 -
hadoop hdfs , mapreduce 第一步
hdfs 文件系统 , mapreduce 编程框架原创 2017-08-02 18:46:32 · 228 阅读 · 0 评论 -
mapreduce 报错
[root@master hadoop-2.6.5]# hadoop jar /opt/hadoop-mapreduce-examples-2.6.5.jar wordcount /user/root/ds1.txt /user/root/ds_out17/07/28 02:50:53 INFO client.RMProxy: Connecting to ResourceManager at master/192.168.88.68:803217/07/28 02:50:54 INFO input.Fi原创 2017-08-02 18:44:49 · 770 阅读 · 0 评论 -
hadoop fs -cat 不能查看文件
cat: `/user/root/ds.txt': No such file or directory原创 2017-08-02 17:49:06 · 8349 阅读 · 0 评论 -
hadoop fs -put 上传文件遇到错误2 hadoop fs -put /opt/exercise/ds.txt ds.txt
hdfs.DFSClient: Exception in createBlockOutputStreamjava.net.NoRouteToHostException: No route to host原创 2017-08-02 17:27:29 · 1959 阅读 · 0 评论 -
hadoop fs -put optexerciseds.txt ds.txt 执行简单的上传文件命令遇到错误1: could only be replicated to 0 nodes inst
[root@master hadoop-2.6.5]# hadoop fs -put optexerciseds.txt ds.txthadoop fs -put /opt/execerise_data/Hadoop/chapter2/ds.txt ds.txt管用的:http://blog.csdn.net/yangkai_hudong/article/detai转载 2017-08-02 17:26:13 · 1048 阅读 · 0 评论 -
Hive 练习操作2 文件保存在HDFS , HIVE 数据仓库建表
Hive 练习操作 文件保存在HDFS , HIVE 数据仓库建表原创 2017-08-29 18:20:52 · 1161 阅读 · 0 评论