2009-12-02

Sample screenshot

Karmasphere Studio for is a MapReduce development environment (IDE) based on NetBeans. It enables you to rapidly prototype MapReduce jobs without the need for a , and to deploy, monitor and debug jobs on clusters or Amazon Elastic MapReduce clusters, all from within a desktop IDE.

Tags: ,,,,,,.
2009-03-05

之前是用TortoiseSVN的,但是怎么样都搞不定,总是会提示

No  found for:
后来找了一堆资料 还是用回原版的 
http://www.open.collab.net/downloads/subversion/
安装  v1.5.6 命令行客户端(for )
这个版本
然后在 IDE的设置里面设置好这个的路径即可,指到exe文件
然后就好用了~~~
浪费了两个小时啊,两个小时……不该用TortoiseSVN……
Tags: ,,,,,,.
2009-03-04

直接拿来做IDE了

装了 以及一堆语言包

然后装ActiveTcl8.5.6.0.289025-win32-ix86-threaded

然后是ActiveState..Dev.Kit

接着是ActiveState..IDE

然后本想在我那台机器上搞个

暂时看起来很麻烦,先不弄了这次,实在是没时间

还好暂时用起来还算舒服,实在是受不了linux下的vim编译了 =,=!! 虽然有插件包,还是用好一些

Tags: ,,,,,,,,,,.

Language and Debugging Prerequisites

  • Debugging: If firewall software is installed on the system, it must be configured to allow to access the network during debugging.
  • Debugger Proxy: The optional Debugger Proxy (pydbgpproxy) requires 2.2 or greater on Mac OS X and Linux systems. An appropriate version of is installed by default on Mac OS X systems.
  • : 5.6 or greater is required to debug programs. Download the latest version of ActivePerl from the ActiveState website. Ensure that the directory location of the interpreter (by default, C:\) is included in your system’s PATH environment variable. On , some features such as background syntax checking and debugging may require ActivePerl — there are known incompatibilities with Cygwin and msys .
  • : 2.2 or greater is required to debug programs. You can download the latest version of ActivePython from the ActiveState website. Ensure that the directory location of the interpreter (by default C:\Pythonxx (where "xx" is the version)) is included in your system’s PATH environment 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’s PATH environment variable. For complete instructions for configuring and PHP, see Configuring the PHP Debugger. PHP debugging extensions are available on ASPN, the ActiveState Programmer Network.
  • : 7.6 or greater is required to debug programs. Download the latest version of ActiveTcl from the ActiveState website.
  • : 1.8.4 or greater is required to debug programs. Download the latest version of from http://rubyinstaller.rubyforge.org/wiki/wiki.pl. Cygwin-based versions of 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 (): Requires Putty version 0.52 or greater.
  • Perforce Source Control Integration: Requires a connection to a Perforce server with version 99.1 or later.
  • Source Code Control Integration: Requires the command line client, available from http://subversion.tigris.org/. cannot use the TortoiseSVN client as it’s executable.
Tags: ,,,,,.