0
我在macbook上安裝了CDH,安裝似乎沒有任何錯誤。Docker快速入門:無法聯繫活動的資源管理器:Hue失敗
現在,當我運行它,我看到一個失敗的項目在控制檯日誌中: 開始色調:G [失敗]
和色調快速入門頁面(本地主機:8888)講述的錯誤配置:
Checking current configuration
Configuration files located in /etc/hue/conf.empty
Potential misconfiguration detected. Fix and restart Hue.
Resource Manager Failed to contact an active Resource Manager: ('Connection aborted.', error(111, 'Connection refused'))
Hive
The application won't work without a running HiveServer2.
Checking Logs: (Related Snippets)
Started Hive Server2 (hive-server2):G[ OK ]
resourcemanager running as process 961. Stop it first.
Started Hadoop resourcemanager:G[ OK ]
Starting hue: G[FAILED]
請添加一些關於您的安裝(和配置)的信息,以便問題變得更加透明。 –
@FabianSchöner**系統配置**:Mac book ** 8GB ** Ram和i5(** 4 core **)處理器。我已經分配了Docker鏡像** 4GB ** ram和** 2核心** CPU。對於安裝,我使用了默認的自動過程:** docker run --hostname = quickstart.cloudera --privileged = true -t -i [選項] [IMAGE]/usr/bin/docker-quickstart ** – appleboy