hue安裝配置

hue安裝配置

  • 下載
wget -c https://dl.dropboxusercontent.com/content_link/lCsbffOyfMCBWoNEob7jjJTQ2WcyBkYWFb5KLyKMu27OtXVbgmMc0tagIQwLKDpY/file?_download_id=9145390400313398292928886703491876255671482467812976203685004184&_notify_domain=www.dropbox.com&dl=1
  • 解壓
tar -zxvf hue-4.1.0.tgz -C /usr/java
  • 安裝依賴
yum install krb5-devel cyrus-sasl-plain cyrus-sasl-gssapi cyrus-sasl-deve libxml2-devel libxslt-devel mysql mysql-devel openldap-devel python-devel python-simplejson sqlite-devel libffi-devel openssl-devel gmp-devel gcc gcc-c++
  • 編譯(hue目錄下)
make clean
make apps
  • hdfs配置
    • core-site.xml新增配置
    <property>
      <name>hadoop.proxyuser.hue.groups</name>
      <value>*</value>
    </property>
    <property>
      <name>hadoop.proxyuser.hue.hosts</name>
      <value>*</value>
    </property>
    • 修改hue下desktop/conf/hue.ini文件
    [[hdfs_clusters]]
    [[[default]]]
      fs_defaultfs=hdfs://master:9000
      webhdfs_url=http://master:9870/webhdfs/v1
  • yarn配置,修改desktop/conf/hue.ini文件
[[yarn_clusters]]
  [[[default]]]
     resourcemanager_host=master
     submit_to=True
     resourcemanager_api_url=http://master:8088
     proxy_api_url=http://master:8088
     history_server_api_url=http://master:19888
  • hive配置,修改desktop/conf/hue.ini文件
[beeswax]
 hive_server_host=master
 hive_server_port=10000
 hive_conf_dir=/usr/java/apache-hive-2.3.2-bin/conf
  • 啓動 依次啓動hadoop集羣和hiveserver2服務,而後啓動下面的命令
    hue-4.1.0/build/env/bin/supervisor
  • 訪問web頁面,第一次訪問需建立一個超級用戶
相關文章
相關標籤/搜索