Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite PythonInterpreter. #2106

Closed
wants to merge 26 commits into from

Commits on Mar 7, 2017

  1. initialize python interpreter using py4j

    astroshim committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    7304919 View commit details
    Browse the repository at this point in the history
  2. add py4j lib

    astroshim committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    276011e View commit details
    Browse the repository at this point in the history
  3. removed unnecessary code.

    astroshim committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    1395875 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Merge branch 'master' of https://github.com/apache/zeppelin into py4j…

    …PythonInterpreter
    astroshim committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    c3f5b78 View commit details
    Browse the repository at this point in the history
  2. add testcase

    astroshim committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    af097ac View commit details
    Browse the repository at this point in the history
  3. fix testcase failure.

    astroshim committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    f17bff4 View commit details
    Browse the repository at this point in the history
  4. fix interpreter-setting

    astroshim committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    5ae5120 View commit details
    Browse the repository at this point in the history
  5. fix py4j path

    astroshim committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    cbbc15c View commit details
    Browse the repository at this point in the history
  6. add conda interpreter

    astroshim committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    a50179e View commit details
    Browse the repository at this point in the history
  7. update interpreter-setting.json

    astroshim committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    3c9585f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into py4jPythonInterpreter

    astroshim committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    a48df58 View commit details
    Browse the repository at this point in the history
  9. fix interpreter-setting error

    astroshim committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    574bd21 View commit details
    Browse the repository at this point in the history
  10. bug fix about copying library

    astroshim committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    60e9820 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. add pandas

    astroshim committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    e49ad24 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. add testcase

    astroshim committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    046db88 View commit details
    Browse the repository at this point in the history
  2. fix matplotlib testcase

    astroshim committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    f8e19be View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. fix pandas sql testcase

    astroshim committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    be5db4d View commit details
    Browse the repository at this point in the history
  2. fix ci for pandassql

    astroshim committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    e8570d2 View commit details
    Browse the repository at this point in the history
  3. fix python interpreter testcase

    astroshim committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    ac92cdb View commit details
    Browse the repository at this point in the history
  4. fix testcase

    astroshim committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    aad7ee8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into py4jPythonInterpreter

    astroshim committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    8a016c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Configuration menu
    Copy the full SHA
    9fcf144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb5de7 View commit details
    Browse the repository at this point in the history
  3. fix test on python3

    Leemoonsoo committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    a76b0d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e511ebe View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Merge pull request #16 from Leemoonsoo/py4jdocker

    Make python docker interpreter work using py4j
    Thank you!!
    HyungSung committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    c9b195b View commit details
    Browse the repository at this point in the history