摘要: 连接数据库, 默认的用户和数据库是postgres psql -U user -d dbname 切换数据库,相当于mysql的use dbname \c dbname 列举数据库,相当于mysql的show databases \l 列举表,相当于mysql的show tables \dt 查看表 阅读全文
posted @ 2017-08-07 10:00 削肾客 阅读(30823) 评论(0) 推荐(1) 编辑
摘要: 启动hadoop start-all.sh 关闭HADOOP stop-all.sh 查看文件列表 查看hdfs中/user/admin/aaron目录下的文件。 hadoop fs -ls /user/admin/aaron 列出hdfs中/user/admin/aaron目录下的所有文件(包括子 阅读全文
posted @ 2017-08-07 09:06 削肾客 阅读(4094) 评论(0) 推荐(0) 编辑