摘要: hdfs dfs -du -h 查看各个HDFS空间占用情况 hdfs dfs -rmr /user/fughting/.Trash/Current 就可以清空fighting这个用户的回收站了(但是这种方式并不会删除文件。会将其放到另外一个.Trash) 需要添加参数: -skipTrash 才会 阅读全文
posted @ 2018-02-07 20:08 0xcafedaddy 阅读(2558) 评论(0) 推荐(0)
摘要: https://community.hortonworks.com/questions/449/how-to-reset-ambari-admin-password.html 1) Postgres - As mentioned earlier 2) Mysql Login as root user 阅读全文
posted @ 2018-02-07 20:06 0xcafedaddy 阅读(2384) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/MOBIN/p/5704001.html 摘要 Hive提供了与HBase的集成,使得能够在HBase表上使用HQL语句进行查询 插入操作以及进行Join和Union等复杂查询 应用场景 1. 将ETL操作的数据存入HBase 2. HBase作为Hi 阅读全文
posted @ 2018-02-07 14:40 0xcafedaddy 阅读(242) 评论(0) 推荐(0)
摘要: 2.重新加载DataNode配置 同样只需要操作添加硬盘的Datanode ./hdfs dfsadmin -reconfig datanode 10.5.24.139:50020 start 注:10.5.24.139为目录调整的Datanode节点,Datanode的默认IPC地址为:50020 阅读全文
posted @ 2018-02-07 13:09 0xcafedaddy 阅读(1012) 评论(0) 推荐(0)