您现在的位置: 爱51代码网 >> 范文 >> 文章正文
安装cloudera cdh5.2.0后执行 hadoop fs -ls / ,结果显示本地文件系统目录

安装cloudera cdh5.2.0后,在namenode上执行 hadoop fs -ls / ,结果显示本地文件系统目录,并且还可以用hdfs的方式访问和下载。这是怎么回事啊??

das15:~ # hadoop fs -ls /
Found 22 items
drwxr-xr-x   - root root       4096 2014-06-13 10:55 /bin
drwxr-xr-x   - root root       4096 2014-06-13 16:35 /boot
drwxr-xr-x   - root root       3640 2014-11-12 14:40 /dev
drwxr-xr-x   - root root       4096 2014-11-11 10:16 /dfs
drwxr-xr-x   - root root      12288 2014-11-12 14:43 /etc
drwxr-xr-x   - 1106 592        4096 2014-11-12 13:46 /home
drwxr-xr-x   - root root       4096 2014-06-13 10:54 /lib
drwxr-xr-x   - root root      12288 2014-06-13 10:54 /lib64
drwx------   - root root      16384 2014-10-09 13:21 /lost+found
drwxr-xr-x   - root root       4096 2010-05-05 14:04 /media


参数fs.defaultFS的值是什么,要改为hdfs的格式,默认是本地文件系统的

在namenode上找到的配置文件时这样配的,不确定是不是用的这个配置文件。

das15:/opt/cm-5.2.0/run/cloudera-scm-agent/process/240-hdfs-NAMENODE # cat core-site.xml
<?xml version="1.0" encoding="UTF-8"?>

<!--Autogenerated by Cloudera Manager-->
<configuration>
  <property>
    <name>fs.defaultFS</name>
    <value>hdfs://das15:8020</value>
  </property>
  开源的hadoop会根据fs.defaultFS的值决定是显示hdfs还是本地文件系统,你所使用的版本不知道是如何处理的。还可以试试hdfs dfs -ls hdfs://das15:8020/

在cloudera manager的web页面的管理页面中看看有没有能够对dfs.defaultFS进行配置的地方,应该是这个参数的问题。

是装cloudera的时候没有做客户端的配置导致的。

  • 上一篇文章:

  • 下一篇文章: 没有了
  • 最新文章 热点文章 相关文章
    Unable to write data to the tr
    asp.net中listbox的items.count属
    C#不是每次查询数据是不是被缓存
    ASP.NET发布后能加载引用的js文件
    Hadoop2.2.0在eclipse控制台没有
    maven如何加自定义的包
    redhat 2.6 (santigo 5.6) vsftp
    shell如何实现自动填写操作执行下
    linux shell 文件配置sh:color:
    shell script语法一定要加path吗
    Hadoop2.2.0在eclipse控制台没有
    maven如何加自定义的包
    redhat 2.6 (santigo 5.6) vsftp
    shell如何实现自动填写操作执行下
    linux shell 文件配置sh:color:
    shell script语法一定要加path吗
    SecureCRT如何访问虚拟机vmWare中
    C#如何读取WINDOWS的放大系数
    cximge的图如何存入数据库并提取
    DBGRID控件显示查询结果文本类型
    sqoop数据导出不完整
    hadoop distcp源集群如何识别
    Hadoop2.2.0在eclipse控制台
    windows客户端如何访问hdfs
    yarn.scheduler.fair.locali
    asp中的access年度成绩查询排
    access如何用SQL语句查询时间
    sqlserver数据库刚启动 客户
    RESTORE FILELIST 操作异常终
    SQL Incorrect syntax near 
     



    设为首页 | 加入收藏 | 网站地图 | 友情链接 |