摘要: ./bin/hdfs dfs -rm -r output # 删除 output 文件夹 ./bin/hdfs dfs -put ./etc/hadoop/*.xml input #将本地的文件拷贝到hdfs的input文件夹中 ./bin/hdfs dfs -get output ./output # 将 HDFS 上的 output 文件夹拷贝到本机 ./b... 阅读全文
posted @ 2016-04-01 17:42 guaidaoK的博客 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 1、在主菜单中选择“模型”→“users and roles”→“users”,新增一个user,其中"name"字段就是要添加的模式名。 2、在新增表时,在表属性的“general”页签中选择"owner",选择刚才新增的user,即可。此时自动生成的SQL语句中自带模式名。 阅读全文
posted @ 2016-04-01 17:38 guaidaoK的博客 阅读(974) 评论(0) 推荐(0) 编辑