= 基於 Netbeans IDE 6.9.1 正體中文版 安裝 !KamaSphere Studio 社群版 = [[PageOutline]] == 步驟一:安裝 Sun JDK == * 這裡以 Ubuntu 10.04 的環境為例,您可以用以下指令進行安裝 {{{ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner" sudo apt-get update cat << EOF | sudo /usr/bin/debconf-set-selections sun-java6-bin shared/accepted-sun-dlj-v1-1 select true sun-java6-jdk shared/accepted-sun-dlj-v1-1 select true sun-java6-jre shared/accepted-sun-dlj-v1-1 select true EOF sudo apt-get -y install sun-java6-jdk sun-java6-plugin }}} == 步驟二:安裝 Netbean IDE 6.9.1 正體中文版 == * 您可以到 http://netbeans.org/downloads 下載,或者執行以下的指令 * [[Image(NCHCCloudCourse100928/Netbeans:NetBeans-Download.png,width=600)]] {{{ wget http://bits.netbeans.org/netbeans/6.9.1/community/final/bundles/netbeans-6.9.1-ml-javase-linux.sh chmod a+x netbeans-6.9.1-ml-javase-linux.sh sudo ./netbeans-6.9.1-ml-javase-linux.sh }}} * 接著您可以看到 Netbeans 的安裝畫面,按『下一步(N)』繼續安裝。 * [[Image(NCHCCloudCourse100928/Netbeans:NetBeans-1.png,width=600)]] * 勾選『我同意授權合約中的條款』,並按『下一步(N)』繼續安裝。 * [[Image(NCHCCloudCourse100928/Netbeans:NetBeans-2.png,width=600)]] * 系統會自動偵測 JDK 安裝路徑,若您沒有正確安裝 JDK 的話,這個步驟會出現錯誤訊息。若確認安裝路徑無誤,按『下一步(N)』繼續安裝。 * [[Image(NCHCCloudCourse100928/Netbeans:NetBeans-3.png,width=600)]] * 按一下『安裝(I)』,開始進行安裝程序。 * [[Image(NCHCCloudCourse100928/Netbeans:NetBeans-4.png,width=600)]] * 您可以看到安裝程序進行的狀況,如下圖所示。 * [[Image(NCHCCloudCourse100928/Netbeans:NetBeans-5.png,width=600)]] == 步驟三:安裝 !KarmaSphere Studio 外掛程式 == * [官方網站] [http://karmasphere.com/Products-Information/karmasphere-studio-community-edition.html Karmasphere Studio Community Edition] * [參考文件] [http://karmasphere.com/Studio-NetBeans/installation.html Netbean 安裝文件] * [參考文件] [http://karmasphere.com/Studio-Eclipse/installation.html Eclipse 安裝文件] * 安裝後,您應可於程式選單找到 Netbeans IDE 的項目,啟動 Netbeans IDE,並選擇『工具(T)』->『外掛程式(G)』。 * 切換到『設定』分頁,並點選『加入(A)』按鍵。 * [[Image(NCHCCloudCourse100928/Netbeans:Netbeans-Plugins.png,width=600)]] * 於自訂外掛程式名稱填入:!KarmaSphere Studio Plugin * 於自訂外掛程式網址填入:http://hadoopstudio.org/updates/updates.xml * [[Image(NCHCCloudCourse100928/Netbeans:Netbeans-Define-Plugin.png,width=600)]] * 完成後,暫時將其他外掛程式的 checkbox 取消,只留下 !KarmaSphere Studio Plugin 的選項 * [[Image(NCHCCloudCourse100928/Netbeans:Netbeans-Uncheck-Plugins.png,width=600)]] * 切換到『可用的外掛程式』分頁,勾選四個外掛程式,並按下下方的『安裝(I)』按鈕。 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere-0.png,width=600)]] * 將顯示欲安裝的外掛程式清單,按『下一步』繼續安裝外掛程式。 * [[Image(NCHCCloudCourse100928/Netbeans:Karmasphere-1.png,width=600)]] * 接著會出現授權資訊,勾選『我接受所有授權合約中的條款(A)』,並點選『安裝(I)』繼續安裝外掛程式。 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere-2-1.png,width=600)]] * 畫面上將顯示安裝的進度,亦可勾選『在背景執行(R)』。 * [[Image(NCHCCloudCourse100928/Netbeans:Karmasphere-2.png,width=600)]] * 首次安裝時,會出現警告外掛程式以簽署但不受信任的對話框,點選『繼續(C)』往下執行。 * [[Image(NCHCCloudCourse100928/Netbeans:Karmasphere-3.png,width=600)]] * 安裝完畢後必須重新啟動 Netbeans IDE 才能生效,因此建議選擇『Restart IDE now』,並按下『完成(F)』以重新啟動開發介面。 * [[Image(NCHCCloudCourse100928/Netbeans:Karmasphere-4.png,width=600)]] == 步驟四:使用 !KarmaSphere Studio 建立 !WordCount 專案 == * 底下示範 !KarmaSphere Studio 能給初學者判斷 Key-Value Pair 與 !InputFormat 的幫助。 * 首先,到「檔案(F)」選單,選擇「New Project...」 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere_WordCount_01.png,width=600)]] * 在左方 Categories 選擇「Java」,並在右方 Projects 選擇「Java Application」 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere_WordCount_02.png,width=600)]] * 於 Project Name 處,輸入「!WordCountTest」,並按下方「完成」按鈕 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere_WordCount_03.png,width=600)]] * 於左方「程式庫」上,按下滑鼠右鍵,選擇「Add Library ...」 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere_WordCount_04.png,width=600)]] * 依照需要選擇 Hadoop !MapReduce 版本,例如:「Hadoop !MapReduce 0.20」 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere_WordCount_05.png)]] * 按下「加入程式庫」按鈕後,左方程式庫 會加入許多與 Hadoop 相關的 JAR 函式庫。 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere_WordCount_06.png)]] * 到「原始碼套件」上,按下滑鼠右鍵,選擇「New」->「Other...」 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere_WordCount_07.png,width=600)]] * 於 Project 處輸入「!WordCountTest」,左方 Categories 選擇「Hadoop !MapReduce Components」,右方 File Types 選擇「Hadoop Map-Reduce Job (Stable API)」,並且按下「下一步」按鈕繼續。 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere_WordCount_08.png,width=600)]] * 於 Class Name 處輸入「!WordCountJob」,而 package 處選擇「wordcounttest」,最後按下「完成」按鈕。 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere_WordCount_09.png,width=600)]] * 在 Netbean 畫面中會出現額外的 Workflow 圖形介面。您可以選擇某個檔案當 Input File,例如:hadoop/conf/core-site.xml 這個 XML 檔案。 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere_WordCount_10.png,width=600)]] * 接著,請嘗試修改 !InputFormat 的 Class Name 並觀察底下 Key-Value 的差異,例如:!TextInputFormat 與 !KeyValueInputFormat 有何不同。 * [[Image(NCHCCloudCourse100928/Netbeans:KarmaSphere_WordCount_11.png,width=600)]] == 備 註: 關於 !KarmaSphere Studio 擴充套件的內容 == * [觀察] 實際上整個 karmashpere 外掛是存放在使用者家目錄下的 .netbean 目錄中,大小約有 70M {{{ #!diff --- .netbeans_files 2010-10-11 00:01:47.000000000 +0800 +++ .netbeans_files.new 2010-10-11 00:02:00.000000000 +0800 @@ -1,8 +1,39 @@ ${HOME}/.netbeans/6.9/build.properties +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-freemarker.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-hadoop-ide.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-amazon.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-apache.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-asm.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-cddl.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-hadoop-common.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-hadoop-v18.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-hadoop-v19.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-hadoop-v20.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-janino.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-jcraft.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-jfree.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-jodatime.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-json.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-jsr305.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-jxlayer.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-log4j.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-swingx.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-libs-vaidya.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-studio-common-netbeans.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-studio-common.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-studio-hadoop-client.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-studio-hadoop-management.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-studio-hadoop-mapreduce-model.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-studio-hadoop-mapreduce-netbeans.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-studio-hadoop-mapreduce.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-studio-hadoop-model.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-studio-hadoop-netbeans.xml +${HOME}/.netbeans/6.9/config/Modules/com-karmasphere-studio-hadoop-samples.xml ${HOME}/.netbeans/6.9/config/org-netbeans-api-project-libraries/libraries-timestamps.properties ${HOME}/.netbeans/6.9/config/Preferences/org/netbeans/core.properties ${HOME}/.netbeans/6.9/config/Preferences/org/netbeans/modules/autoupdate/beta-update-provider.properties ${HOME}/.netbeans/6.9/config/Preferences/org/netbeans/modules/autoupdate/ClusterUpdateProvider_removed.properties +${HOME}/.netbeans/6.9/config/Preferences/org/netbeans/modules/autoupdate/KarmaSphere ${HOME}/.netbeans/6.9/config/Preferences/org/netbeans/modules/autoupdate/pluginportal-update-provider.properties ${HOME}/.netbeans/6.9/config/Preferences/org/netbeans/modules/autoupdate.properties ${HOME}/.netbeans/6.9/config/Preferences/org/netbeans/modules/autoupdate/standard-update-provider.properties @@ -60,6 +91,7 @@ ${HOME}/.netbeans/6.9/config/Windows2Local/Components/versioning_output.settings ${HOME}/.netbeans/6.9/config/Windows2Local/Components/watchesView.settings ${HOME}/.netbeans/6.9/config/Windows2Local/Components/Welcome.settings +${HOME}/.netbeans/6.9/config/Windows2Local/Components/WorkflowEditorTopComponent.settings ${HOME}/.netbeans/6.9/config/Windows2Local/Groups/commonpalette/CommonPalette.wstcgrp ${HOME}/.netbeans/6.9/config/Windows2Local/Groups/commonpalette.wsgrp ${HOME}/.netbeans/6.9/config/Windows2Local/Groups/Csswsgrp/CssPreviewTC.wstcgrp @@ -105,6 +137,7 @@ ${HOME}/.netbeans/6.9/config/Windows2Local/Modes/editor/kenaiProjectTopComponent.wstcref ${HOME}/.netbeans/6.9/config/Windows2Local/Modes/editor/QueryTopComponent.wstcref ${HOME}/.netbeans/6.9/config/Windows2Local/Modes/editor/Welcome.wstcref +${HOME}/.netbeans/6.9/config/Windows2Local/Modes/editor/WorkflowEditorTopComponent.wstcref ${HOME}/.netbeans/6.9/config/Windows2Local/Modes/editor.wsmode ${HOME}/.netbeans/6.9/config/Windows2Local/Modes/explorer/debugging.wstcref ${HOME}/.netbeans/6.9/config/Windows2Local/Modes/explorer/favorites.wstcref @@ -155,24 +188,161 @@ ${HOME}/.netbeans/6.9/config/Windows2Local/Modes/properties.wsmode ${HOME}/.netbeans/6.9/config/Windows2Local/Modes/rightSlidingSide.wsmode ${HOME}/.netbeans/6.9/config/Windows2Local/WindowManager.wswmgr +${HOME}/.netbeans/6.9/.lastModified +${HOME}/.netbeans/6.9/modules/com-karmasphere-freemarker.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-hadoop-ide.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-amazon.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-apache.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-asm.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-cddl.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-hadoop-common.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-hadoop-v18.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-hadoop-v19.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-hadoop-v20.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-janino.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-jcraft.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-jfree.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-jodatime.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-json.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-jsr305.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-jxlayer.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-log4j.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-swingx.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-libs-vaidya.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-studio-common.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-studio-common-netbeans.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-studio-hadoop-client.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-studio-hadoop-management.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-studio-hadoop-mapreduce.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-studio-hadoop-mapreduce-model.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-studio-hadoop-mapreduce-netbeans.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-studio-hadoop-model.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-studio-hadoop-netbeans.jar +${HOME}/.netbeans/6.9/modules/com-karmasphere-studio-hadoop-samples.jar +${HOME}/.netbeans/6.9/modules/ext/asm-3.2.jar +${HOME}/.netbeans/6.9/modules/ext/asm-analysis-3.2.jar +${HOME}/.netbeans/6.9/modules/ext/asm-commons-3.2.jar +${HOME}/.netbeans/6.9/modules/ext/asm-src-3.2.jar +${HOME}/.netbeans/6.9/modules/ext/asm-tree-3.2.jar +${HOME}/.netbeans/6.9/modules/ext/asm-util-3.2.jar +${HOME}/.netbeans/6.9/modules/ext/asm-xml-3.2.jar +${HOME}/.netbeans/6.9/modules/ext/aws-java-sdk-1.0.003-ioe.jar +${HOME}/.netbeans/6.9/modules/ext/collections-generic-4.01.jar +${HOME}/.netbeans/6.9/modules/ext/commons-beanutils-core-1.8.2.jar +${HOME}/.netbeans/6.9/modules/ext/commons-cli-2.0-SNAPSHOT.jar +${HOME}/.netbeans/6.9/modules/ext/commons-codec-1.4.jar +${HOME}/.netbeans/6.9/modules/ext/commons-httpclient-3.1.jar +${HOME}/.netbeans/6.9/modules/ext/commons-io-1.4.jar +${HOME}/.netbeans/6.9/modules/ext/commons-lang-2.4.jar +${HOME}/.netbeans/6.9/modules/ext/commons-logging-1.1.1.jar +${HOME}/.netbeans/6.9/modules/ext/commons-net-1.4.1.jar +${HOME}/.netbeans/6.9/modules/ext/commons-vfs-1.0.jar +${HOME}/.netbeans/6.9/modules/ext/commons-vfs-1.0-src.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.18.3-core.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.18.3-examples.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.18.3-javadoc.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.18.3-sources.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.18.3-streaming.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.18-karmasphere-extras.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.19.2-core.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.19.2-examples.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.19.2-javadoc.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.19.2-sources.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.19.2-streaming.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.19-karmasphere-extras.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.20.2-core.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.20.2-examples.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.20.2-javadoc.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.20.2-sources.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.20.2-streaming.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-0.20-karmasphere-extras.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-karmasphere-samples.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-karmasphere-samples-javadoc.jar +${HOME}/.netbeans/6.9/modules/ext/hadoop-karmasphere-samples-sources.jar +${HOME}/.netbeans/6.9/modules/ext/janino-2.5.15.jar +${HOME}/.netbeans/6.9/modules/ext/jcommon-1.0.16.jar +${HOME}/.netbeans/6.9/modules/ext/jets3t-0.7.1.jar +${HOME}/.netbeans/6.9/modules/ext/jfreechart-1.0.13.jar +${HOME}/.netbeans/6.9/modules/ext/jfreechart-1.0.13-swt.jar +${HOME}/.netbeans/6.9/modules/ext/joda-time-1.6.jar +${HOME}/.netbeans/6.9/modules/ext/jsch-0.1.42-patched.jar +${HOME}/.netbeans/6.9/modules/ext/json.jar +${HOME}/.netbeans/6.9/modules/ext/jsr305.jar +${HOME}/.netbeans/6.9/modules/ext/jxlayer.jar +${HOME}/.netbeans/6.9/modules/ext/jxlayer-src.jar +${HOME}/.netbeans/6.9/modules/ext/karmasphere-client-amazon.jar +${HOME}/.netbeans/6.9/modules/ext/karmasphere-client-apache.jar +${HOME}/.netbeans/6.9/modules/ext/karmasphere-client-dialogs.jar +${HOME}/.netbeans/6.9/modules/ext/karmasphere-client.jar +${HOME}/.netbeans/6.9/modules/ext/karmasphere-client-javadoc.jar +${HOME}/.netbeans/6.9/modules/ext/log4j-1.2.15.jar +${HOME}/.netbeans/6.9/modules/ext/oro-2.0.8.jar +${HOME}/.netbeans/6.9/modules/ext/swingx-beaninfo.jar +${HOME}/.netbeans/6.9/modules/ext/swingx.jar +${HOME}/.netbeans/6.9/modules/ext/VFSJFileChooser-0.0.5.jar +${HOME}/.netbeans/6.9/modules/ext/xmlenc-0.52.jar +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-freemarker.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-hadoop-ide.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-amazon.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-apache.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-asm.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-cddl.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-hadoop-common.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-hadoop-v18.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-hadoop-v19.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-hadoop-v20.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-janino.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-jcraft.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-jfree.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-jodatime.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-json.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-jsr305.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-jxlayer.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-log4j.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-swingx.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-libs-vaidya.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-studio-common-netbeans.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-studio-common.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-studio-hadoop-client.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-studio-hadoop-management.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-studio-hadoop-mapreduce-model.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-studio-hadoop-mapreduce-netbeans.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-studio-hadoop-mapreduce.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-studio-hadoop-model.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-studio-hadoop-netbeans.xml +${HOME}/.netbeans/6.9/update_tracking/com-karmasphere-studio-hadoop-samples.xml ${HOME}/.netbeans/6.9/var/cache/all-layers.dat ${HOME}/.netbeans/6.9/var/cache/all-local-layers.dat ${HOME}/.netbeans/6.9/var/cache/all-manifest.dat ${HOME}/.netbeans/6.9/var/cache/all-modules.dat ${HOME}/.netbeans/6.9/var/cache/all-resources.dat ${HOME}/.netbeans/6.9/var/cache/catalogcache/beta-update-provider +${HOME}/.netbeans/6.9/var/cache/catalogcache/KarmaSphere ${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/11676 ${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/13977 ${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/16203 +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/1C78A1CF +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/1D5ACDBB ${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/2404 ${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/26604 ${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/30161 ${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/30792 ${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/32782 ${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/33075 +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/54CCA524 +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/689E5E31 +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/6CEC4E6B +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/9F642EA1 +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/ACFC1FC1 +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/AD9FBBC9 +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/B2B74E56 +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/BFB48D70 +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/DC7F044D +${HOME}/.netbeans/6.9/var/cache/catalogcache/licenses/F9B4D815 ${HOME}/.netbeans/6.9/var/cache/catalogcache/pluginportal-update-provider ${HOME}/.netbeans/6.9/var/cache/catalogcache/standard-update-provider ${HOME}/.netbeans/6.9/var/cache/catalogcache/thirdparty-update-provider +${HOME}/.netbeans/6.9/var/cache/catalogcache/user.ks ${HOME}/.netbeans/6.9/var/cache/jna/libjnidispatch.so ${HOME}/.netbeans/6.9/var/cache/lastModified/all-checksum.txt ${HOME}/.netbeans/6.9/var/cache/localeVariants @@ -184,5 +354,7 @@ ${HOME}/.netbeans/6.9/var/cache/welcome/www.netbeans.org/news.xml ${HOME}/.netbeans/6.9/var/imported ${HOME}/.netbeans/6.9/var/log/messages.log +${HOME}/.netbeans/6.9/var/log/messages.log.1 +${HOME}/.netbeans/6.9/var/log/messages.log.2 ${HOME}/.netbeans/6.9/var/log/uigestures ${HOME}/.netbeans/.superId }}}