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

Spark SQL based Shark CLI #341

Closed
wants to merge 27 commits into from
Closed

Commits on Jun 3, 2014

  1. Configuration menu
    Copy the full SHA
    2c06e38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a3d9f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c2d7f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

  1. Configuration menu
    Copy the full SHA
    0477652 View commit details
    Browse the repository at this point in the history
  2. update readme

    chenghao-intel committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    0afbc0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef29e99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c1d9f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d344d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93b027f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d752ed5 View commit details
    Browse the repository at this point in the history
  8. Add some document

    chenghao-intel committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    6e7b4d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3050f80 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3e652fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ca6255f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2014

  1. Configuration menu
    Copy the full SHA
    b5c031b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da57ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6792db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf326ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3732b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2014

  1. Configuration menu
    Copy the full SHA
    02652cf View commit details
    Browse the repository at this point in the history
  2. Make the unittest work

    chenghao-intel committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    3470679 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2014

  1. Merge remote-tracking branch 'hao/sparkSqlBack' into sparkSqlCli

    Conflicts:
    	project/SharkBuild.scala
    	src/main/scala/shark/SharkServer2.scala
    liancheng committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    93ca08a View commit details
    Browse the repository at this point in the history
  2. Refactored the CLI service

    - Moved `CatalystContext` into the right package folder
    - Moved `getResultSetSchema` out of `CatalystContext`
    - Made `getResultSetSchema` to return a `Schema` rather than a `TableSchema`
    - `CatalystDriver.destroy` should call `super.destroy`
    - Coding style issues
    liancheng committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    abb1a14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46544c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60c4135 View commit details
    Browse the repository at this point in the history
  5. Addressed PR comments

    liancheng committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    94c0825 View commit details
    Browse the repository at this point in the history
  6. Deleted unused REPL code

    liancheng committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    5a7c0a9 View commit details
    Browse the repository at this point in the history