Skip to content

Instantly share code, notes, and snippets.

@lamida
Last active December 20, 2015 10:49
Show Gist options
  • Save lamida/6118971 to your computer and use it in GitHub Desktop.
Save lamida/6118971 to your computer and use it in GitHub Desktop.
export JAVA_HOME=/opt/jdk-current
export GOROOT=/opt/go
export PATH=$PATH:/opt/jdk-current/bin
export PATH=$PATH:/opt/apache-maven-current/bin
export PATH=$PATH:/opt/scala-current/bin
export PATH=$PATH:/opt/clojure-current
export PATH=$PATH:/opt/go/bin
export PATH=$PATH:/opt/sbt/bin
export PATH=$PATH:/opt/mongodb-current/bin
export PATH=$PATH:/opt/hadoop-current/bin
export PATH=$PATH:/opt/pig-current/bin
export PATH=$PATH:/opt/hive-current/bin
export PATH=$PATH:/opt/sqoop-current/bin
export PATH=$PATH:/opt/zookeeper-current/bin
export PATH=$PATH:/opt/apache-cassandra-current/bin
export PATH=$PATH:/opt/apache-activemq-current/bin
export PATH=$PATH:/opt/mahout-current/bin
export PATH=$PATH:/opt/neo4j-current/bin
export PATH=$PATH:/opt/node-current/bin
export PATH=$PATH:/opt/phantomjs-current/bin
export PATH=$PATH:/opt/hbase-current/bin
export PATH=$PATH:/opt/sage-current/bin
export _JAVA_OPTIONS="-Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment