Karmasphere Studio for Hadoop is a MapReduce development environment (IDE) based on NetBeans. It enables you to rapidly prototype MapReduce jobs without the need for a cluster, and to deploy, monitor and debug jobs on Hadoop clusters or Amazon Elastic MapReduce clusters, all from within a graphical desktop IDE.
2009-12-02
2009-03-05
之前是用TortoiseSVN的,但是怎么样都搞不定,总是会提示
No SCC handler found for:
后来找了一堆资料 还是用回原版的CollabNet Subversion
http://www.open.collab.net/downloads/subversion/
安装CollabNet Subversion v1.5.6 命令行客户端(for Windows)
这个版本
然后在Komodo IDE的SVN设置里面设置好这个subversion的路径即可,指到exe文件
然后就好用了~~~
浪费了两个小时啊,两个小时……不该用TortoiseSVN……
2009-03-04
Eclipse直接拿来做IDE了
装了DLTK 以及一堆语言包
然后装ActiveTcl8.5.6.0.289025-win32-ix86-threaded
然后是ActiveState.Tcl.Dev.Kit
接着是ActiveState.Komodo.IDE
然后本想在我那台ubuntu机器上搞个remote compiler
暂时看起来很麻烦,先不弄了这次,实在是没时间
还好Eclipse暂时用起来还算舒服,实在是受不了linux下的vim编译了 =,=!! 虽然有插件包,还是用Eclipse好一些
Language and Debugging Prerequisites
- Debugging: If firewall software is installed on the system, it must be configured to allow Komodo to access the network during remote debugging.
- Debugger Proxy: The optional Debugger Proxy (
pydbgpproxy) requires Python 2.2 or greater on Mac OS X and Linux systems. An appropriate version of Python is installed by default on Mac OS X systems. - Perl: Perl 5.6 or greater is required to debug Perl programs. Download the latest version of ActivePerl from the ActiveState website. Ensure that the directory location of the Perl interpreter (by default,
C:\perl) is included in your system’sPATHenvironment variable. On Windows, some features such as background syntax checking and remote debugging may require ActivePerl — there are known incompatibilities with Cygwin and msys perl. - Python: Python 2.2 or greater is required to debug Python programs. You can download the latest version of ActivePython from the ActiveState website. Ensure that the directory location of the Python interpreter (by default
C:\Pythonxx(where "xx" is the Python version)) is included in your system’sPATHenvironment variable. - PHP: PHP 4.0.5 or greater is required for PHP syntax checking. PHP 4.3.11 or greater is required to debug PHP programs. Debugging and syntax checking are also available for PHP 5.0.3 or greater. Download PHP from http://www.php.net/downloads.php. Ensure that the directory location of the PHP interpreter (by default
C:\PHP) is included in your system’sPATHenvironment variable. For complete instructions for configuring Komodo and PHP, see Configuring the PHP Debugger. PHP debugging extensions are available on ASPN, the ActiveState Programmer Network. - Tcl: Tcl 7.6 or greater is required to debug Tcl programs. Download the latest version of ActiveTcl from the ActiveState website.
- Ruby: Ruby 1.8.4 or greater is required to debug Ruby programs. Download the latest version of Ruby from http://rubyinstaller.rubyforge.org/wiki/wiki.pl. Cygwin-based versions of Ruby are currently unsupported.
Source Code Control Integration Prerequisites
- CVS Source Control Integration: Requires CVS, which is available from http://www.nongnu.org/cvs/, or the latest stable version of CVSNT, which is available from http://www.cvsnt.org/wiki/.
- CVS Source Control Integration using Putty (Windows): Requires Putty version 0.52 or greater.
- Perforce Source Control Integration: Requires a connection to a Perforce server with version 99.1 or later.
- Subversion Source Code Control Integration: Requires the svn command line client, available from http://subversion.tigris.org/. Komodo cannot use the TortoiseSVN client as it’s SVN executable.



