Apache spark is one of fast and reliable engine for large-scale data processing. This is simple step of installing spark on mac os, using maven….
Author: A. Ahmad Kusumah
Separate Multiple Console View On Eclipse
This is simple stuff, but need to write for archive .. In eclipse, we can have two console views… On the console view, you have a…
Running Multiple Java Version On OSX
Currently i have several projects using different version java, the oldest one using java 1.6, and the new one using 1.8 which is need lambda expression…
Rails General Troubleshoot
This Post Contains Collection of general troubleshoot for RAILS. Will Update periodically. Problem : Warning : Ignoring xxx because its extensions are not built Solution :…
Rails + Mysql OSX
Today when running rails application using agains MySQL Database, got the following error : The strange thing is mysql already installed on my machine :…
Installing Linuxbrew on Ubuntu
Linuxbrew is fork form famous package manager homebrew for mac os. You can read about how to install Homebrew on OSX machine here. Below will be…
Installing Elasticsearch on Ubuntu 14.04
Elasticsearch is one of most powerfull opensource platform for distributed REStFull Search and Analysis engine. you can read further about elasticsearch here . In this Post,…
Install stuff what apple didn’t provide [HomeBrew]
Just like other unix based machine, apple provide repository called app store for installing various tools and software. But not like any other unix machine which…
Scheduler FTP Upload for multiple files
Upload multiple files is pretty easy when invoked manually, using command line or ftp client. but a little bit tricky when we need to upload…
Jenkins and Bitbucket [Maven Project as Example]
In this post, i’ll explain short brief how to integrate between bitbucket and jenkins as a part of continues integration cycle. before reading this, assumed…