Coder Social home page Coder Social logo

mc855's Introduction

MC855

Projetos de MC855 da Unicamp

Configuração das Máquinas:

sudo apt-get install language-pack-UTF-8
sudo apt-get install build-essential curl git ruby
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)"
PATH="$HOME/.linuxbrew/bin:$PATH"
echo 'export PATH="$HOME/.linuxbrew/bin:$PATH"' >>~/.bash_profile
brew install python
brew install jdk
brew install scala
brew install hadoop
brew install apache-spark
export JAVA_HOME=/home/debian/.linuxbrew/Cellar/jdk/1.8.0-102/
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8

#Configuração de Ambiente:

pip install requests
pip install wikipedia
mkdir downloads
cd downloads
wget https://archive.apache.org/dist/hadoop/common/hadoop-2.7.2/hadoop-2.7.2.tar.gz
wget http://d3kbcqa49mib13.cloudfront.net/spark-2.0.0-bin-hadoop2.7.tgz
cd ..
tar xfz downloads/hadoop-2.7.2.tar.gz
tar xfz downloads/spark-2.0.0-bin-hadoop2.7.tgz
git clone https://github.com/YesAlcazar/mc855.git
cd mc855
eval "$(ssh-agent -s)"
chmod 400 cloud.key
ssh-add cloud.key
git remote set-url origin [email protected]:YesAlcazar/mc855.git
git pull
cd ..

##Máquinas:

  • Prod(143.106.73.44): debian/mc855Prod
  • Test(143.106.73.43): debian/mc855Test

Referências:

TutorialsPoint - Spark Quick Guide

LinkedIn - Configure Spark on a YARN Cluster

Apache Hadoop - Cluster Setup

Spark standalone cluster Tutorial

Spinning up an Apache Spark Cluster: Step-by-Step

Um comparativo entre MapReduce e Spark para analise de Big Data

Five things you need to know about Hadoop v. Apache Spark

Running Spark Applications on YARN

Getting Started with Spark (in Python)

Wikipedia Graph Visualizer

##Problemas:

StackOverflow - Locale Warning Perl

mc855's People

Contributors

yesalcazar avatar titooan avatar caiopiologo avatar

Watchers

 avatar James Cloos avatar  avatar  avatar Andre Sakiyama avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.