Giter Site home page Giter Site logo

w261-environment's People

Contributors

aditihegde avatar cadgi avatar cameronbell75 avatar chadharness-mids avatar cmillsop avatar dantemalagrino avatar datadaveh avatar github-w261-integrator avatar jameslamb avatar jameswinegar avatar jrtuenge avatar kevinjfoley avatar kurteulau avatar kyleiwaniec avatar louis-li avatar luisvillarreal avatar penpen86 avatar toby-p avatar tpanza avatar vanbantam avatar zgalante avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

w261-environment's Issues

Docker compose file version

Please reconcile this apparent conflict (v2 or v3??) ...

From README.md:

version: '3'
services:
  quickstart.cloudera:
    image: w261/w261-environment:latest
    hostname: docker.w261
    privileged: true

version: this item says use v2 syntax

Add mrjob.conf

Write a conf file in the runner.sh script placing it in the home dir, and containing the following options. Make sure the USERNAME is the loggedin altiscale user (instead of kylehamilton)

This is where mrjob looks for the configuration file:
~/.mrjob.conf

runners:
  hadoop:
    python_archives: hdfs:///user/kylehamilton/virtualenv/py27.zip#py27
    python_bin: ./py27/bin/python
    cleanup_on_failure: ALL
    cleanup: TMP

This will remove the need to specify those options in the command in the notebooks:

!python mrjob_versions_test.py \
        -r hadoop one_line.txt \
        # --python-archive={pyArchive} \
        # --python-bin={pyBin} \
        --output-dir={OUTPUT_PATH_1} \
        --no-output

(THIS IS TESTED)

Link for GC credits

Could you please update the url for google cloud platform credits. The one in slack currently states "Invalid Course".

Thank you!

update requirements file

From a student: I had to do “pip install google-cloud” and it installed the latest version 0.34.0 successfully. This was where I got stuck when running “pip install -r requirements.txt” which had 0.32.0 in it..

Should we update the requirements.txt file?

vestigial MRJob reference

If we're moving away from MRJob, should it be removed from this text on the README page?
"Add the following parameter to Map Reduce Streaming and MRJob commands"

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.