Code Monkey home page Code Monkey logo

taller_sparkr's Introduction

Instrucciones para el taller SparkR

Jorge Ayuso Rejas

VII JORNADAS DE USUARIOS DE R

Opción 1 (Fácil): Valido para todos los sistemas operativos

  1. Tener/Instalar VirtualBox: https://www.virtualbox.org/wiki/Downloads.
  2. Descargar la máquina virtual del taller: https://www.dropbox.com/s/83i4cll8lgo6dzr/SparkR%3A%20Jornadas7.ova.

Nota: Se necesita como mínimo un ordenador de 64bits y 4gb de ram.

Opción 2: Valido para Linux/Mac

  1. Tener/Instalar Java.
  2. Descargar/clonar este repositorio con los códigos: https://github.com/jayusor/taller_SparkR/archive/master.zip
  3. Descargar Spark 1.5.1 y descomprimir en la misma carpeta que el zip anterior: http://www.apache.org/dyn/closer.lua/spark/spark-1.5.1/spark-1.5.1-bin-hadoop2.6.tgz
  4. Descargar y descomprimir el zip datos_taller_sparkR.zip: https://www.dropbox.com/s/0o024r5j2e0082g/datos_taller_sparkR.zip.
  5. Instalar los siguientes paquetes de R:
paquetes <- c("rmarkdown","magrittr")

if( any(!paquetes %in% rownames(installed.packages())) ){
  install.packages(paquetes[!paquetes %in% rownames(installed.packages())])
}

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.