2010-03-252010-03-25T13:59:18ZY-m-d">March 25, 20102010-03-25T13:59:18ZF j, Y
Download the tarball from: http://archive.cloudera.com/desktop/ sudo apt-get install build-essential libsqlite3-dev libxslt1-dev libxml2-dev python2.6 python2.6-dev python-setuptools tar -zxvf cloudera-desktop-[VERSION].tar.gz make sudo make install sudo /usr/local/cloudera-desktop/bin/supervisor navigate to http://localhost:8088
Read the full article →
2008-12-212008-12-21T15:29:56ZY-m-d">December 21, 20082008-12-21T15:29:56ZF j, Y
If you use python via the command line in Windows vista, you’ll notice that it won’t accept command line arguments if you run a script. For example this won’t work: python myscript.py argument1 argument2 Your python script won’t get the arguments. The fix for Windows Vista is: Get an application called: File Type Doctor Find [...]
Read the full article →