Skip to content

Instantly share code, notes, and snippets.

View anuragkh's full-sized avatar

Anurag Khandelwal anuragkh

View GitHub Profile
@anuragkh
anuragkh / ovs-dpdk.sh
Last active October 6, 2017 07:05 — forked from olegslavkin/ovs.sh
Install OVS from source (Ubuntu 14.04.3 Server) with DPDK support
!#/bin/bash
# Install openvswitch w/DPDK Ubuntu 14.04.3
# Author: Oleg Slavkin (oleg@slavkin.info)
echo "-------------------------------"
echo "Step 1. Install git package"
echo "-------------------------------"
sudo apt-get update
sudo apt-get -y install git
@anuragkh
anuragkh / Spark 1.4,Java7
Created October 21, 2015 21:53 — forked from dennyglee/Spark 1.4,Java7
Spark 1.4 PermGenSize Error (ssimeonov)
/* Spark Shell Executed */
./bin/spark-shell --master spark://servername:7077 --driver-class-path $CLASSPATH
/* Output */
Welcome to
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/
/___/ .__/\_,_/_/ /_/\_\ version 1.4.0
sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
sudo sed -i s/\$releasever/6/g /etc/yum.repos.d/epel-apache-maven.repo
sudo yum install -y apache-maven
mvn --version