Data Mining and Machine Learning Practice
Wednesday, April 13, 2016
Wednesday, December 16, 2015
Install Spark - (Linux)
Installing Spark (Archlinux)
Arch linux is my OS of choise so I will start with installing it on it first. The beauty of Arch is it package manager. It comes from AUR package.
apache_spark is the the name of package. I am using yaourt to install it.
yaourt -S apache_spark
This scripts set ups the environment variables.
/etc/profile.d/apache_spark.sh
or just add this /usr/lib/apache_spark/bin to the PATH variable export PATH=$PATH:/usr/lib/apache_spark/bin
Running an example to make sure it is working properly:
run-example SparkPi 10
Thursday, November 5, 2015
Database Ranking Based on Popularity
Top 5 Databases:
| Nov 2015 | Oct 2015 | Nov 2014 | Nov 2015 | Oct 2015 | Nov 2014 | ||
| 1. | 1. | 1. | Oracle | Relational DBMS | 1480.95 | +13.99 | +28.82 |
|---|---|---|---|---|---|---|---|
| 2. | 2. | 2. | MySQL | Relational DBMS | 1286.84 | +7.88 | +7.77 |
| 3. | 3. | 3. | Microsoft SQL Server | Relational DBMS | 1122.33 | -0.90 | -97.87 |
| 4. | 4. | MongoDB | Document store | 304.61 | +11.34 | +59.87 | |
| 5. | 5. | PostgreSQL | Relational DBMS | 285.69 | +3.56 | +28.33 |
http://db-engines.com/en/ranking
Top 5 Graph Databases:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Monday, August 3, 2015
Pregel
What is Pregel?
Inspired by Euler Graph Problem - Seven Brindges of Koningsberg. This is a description of Pregel river now.
Started with a paper by Google in 2010 (here)
Simple explanation
Implementations:
Inspired by Euler Graph Problem - Seven Brindges of Koningsberg. This is a description of Pregel river now.
Started with a paper by Google in 2010 (here)
Simple explanation
Implementations:
Subscribe to:
Posts (Atom)