| | 1 | = 2011-03-08 = |
| | 2 | |
| | 3 | == Eclipse Remote Debug == |
| | 4 | |
| | 5 | * Java 支援遠端 Debug, 而且可以透過 Eclipse 進行 step trace |
| | 6 | * 2010-02-25 : [http://muhammadkhojaye.blogspot.com/2010/02/java-remote-debugging.html Java Remote Debugging] |
| | 7 | * 2005-08-31 : [http://oreilly.com/pub/a/java/archive/eclipse-jboss-remote-debug.html Configuring Eclipse for Remote Debugging] - 以 JBoss 為例 |
| | 8 | * 有人用來 Debug Jetty |
| | 9 | * 2010-04-08 : [http://mactruecolor.blogspot.com/2010/04/m2eclipsejetty-7.html m2eclipse與Jetty 7] |
| | 10 | * 當然同樣的方法也可以應用在 Hadoop 除錯上 |
| | 11 | * 2010-12-31 : [http://code.google.com/p/hadoop-clusternet/wiki/DebuggingJobsUsingEclipse Debugging Jobs Using Eclipse] |
| | 12 | * 2009-09-20 : [http://wiki.apache.org/hadoop/HowToDebugMapReducePrograms How to Debug Map/Reduce Programs] |
| | 13 | * 2009-09-17 : [http://sigizmund.com/debugging-hadoop-applications-using-your-eclipse/ Debugging Hadoop applications using your Eclipse] |
| | 14 | * 2007-06-22 : [http://www.mail-archive.com/hadoop-user@lucene.apache.org/msg01382.html How to Start Hadoop Cluster from source code in Eclipse] |
| | 15 | * 最神奇的是還可以用在 Android 上 |
| | 16 | * 2011-01-18 : [http://shawnsjyuan.blogspot.com/2011/01/android-remote-debug-android-process.html <Android> remote debug android process] |
| | 17 | |
| | 18 | == Eclipse for Hadoop Development == |
| | 19 | |
| | 20 | * 建立一個單機版的 Eclipse Hadoop 測試環境 |
| | 21 | * [參考] [http://shuyo.wordpress.com/2011/03/08/hadoop-development-environment-with-eclipse/ Hadoop Development Environment with Eclipse] |
| | 22 | * [測試] 目前 Ubuntu 與 Debian 的 eclipse-jdt 套件的版本大致是 3.5.2-6~9。 |
| | 23 | {{{ |
| | 24 | ~$ sudo apt-get install eclipse-jdt |
| | 25 | }}} |
| | 26 | * |