Home page

Sunday, September 13, 2015

Embedding font to a pdf for latex submission

›
Some conferences evaluate the pdf before you are able to submit your paper. Often the common problem is the error in embedding the font. Th...
Thursday, August 27, 2015

How to set up an IDE to use Anaconda

›
http://docs.continuum.io/anaconda/ide_integration
Thursday, August 6, 2015

Install Maven with Yum on Amazon Linux

›
install maven on Aws Linux: sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/...
Wednesday, August 5, 2015

Merge Spark Output to a Single File

›
If your results fit into node's memory, you can use coalesce(number_od_partitions) to bring all data into one node and then write it in...
Saturday, July 25, 2015

Simple Example of Using Accumulators in Python Spark

›
Here is a simple example of accumulator variable that is used by multiple workers and return an accumulative value at the end. >>...
Friday, July 24, 2015

Creat EMR(Amazon Elastic MapReduce) cluster using AWS Cli and Run a Python Spark Job on That

›
I spend few hours today to get up and running a spark program that I knew is running fine on my local machine over a EMR cluster. Since ama...
1 comment:
Tuesday, July 21, 2015

Merge Multiple Files in Unix/Linux

›
What I found following examples are the quickest and kind of cleanest way to combine and aggregate few files to one separate file. sed -n...
›
Home
View web version
Powered by Blogger.