1. 程式人生 > >CDH5 安裝需求和相關軟體支援的版本資訊

CDH5 安裝需求和相關軟體支援的版本資訊

資料庫

  • MySQL一定要用InnoDB作為儲存

  • MySQL如果啟用主從複製(GTID-based)會導致Cloudera Manager安裝失敗

  • JDK現在已經不支援1.6了

  • 網路同樣是要求IPv4的

檔案系統要求

ext3和ext4都支援,其中ext3是久經考驗的,ext4是版本Linux支援的。

cloudera是不支援從ext3的檔案系統升級到ext4的,所以必須是格式化好的ext4檔案系統

Linux檔案系統會保留檔案訪問的元資料資訊。但是cloudera建議我們關閉這個特性(atime),這樣會好點。

掛載建議:


#/etc/fstab:



/dev/sdb1 /data1 ext4 defaults,noatime 0
#無需重啟應用調整的掛載 mount -o remount /data1

Ports Used by Cloudera Manager and Cloudera Navigator

這裡寫圖片描述
CM和CN所使用的埠資訊

Parcels

Parcels是CMz自定義的二進位制包,和package區別就是這玩意是自包含的,你可以弄多個版本,因為每個版本都是在一個目錄下面,而不會受影響。而且後需的下載,啟用等等的操作都會自動在CM安裝過程中搞定。

Note: With parcels, the path to the CDH libraries is /opt/cloudera/parcels/CDH/lib instead of the usual /usr/lib. Do not link /usr/lib/ elements to parcel-deployed paths, because the links may cause scripts that distinguish between the two paths to not work.

調整 Parcels位置

To change this location, set the parcel_dir property in /etc/cloudera-scm-agent/config.ini file of the Cloudera Manager Agent and restart the Cloudera Manager Agent or by following the instructions in Configuring the Host Parcel Directory.