You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by jeffsteinmetz <gi...@git.apache.org> on 2015/12/01 04:03:42 UTC

[GitHub] incubator-zeppelin pull request: Vagrant Virtual Machine and Readm...

GitHub user jeffsteinmetz opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/494

     Vagrant Virtual Machine and Readme.md

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jeffsteinmetz/incubator-zeppelin master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/494.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #494
    
----
commit 1eb27eb0728e8037b4c68e866ab64cfe3458dc8d
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-08T03:31:47Z

    expanded build instructions to include pyspark, and clarified maven and node.js requirements

commit 5888360f5a9e74c26667c43fde1f1ef29d094609
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-22T05:07:12Z

    merge upstream

commit fb31785f70e003704bc48e6db9556ec14bcf3582
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-22T05:28:10Z

    initial commit of vagrant virtual machine script

commit ff8078aae31da754722f277ea23a9c7f267ace8c
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-22T07:18:18Z

    vagrant virtual machine and readme

commit 853ddcaa80cda6f5fcad820921aa3f65d4bc61ce
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-22T07:24:16Z

    vagrant virtual machine and readme

commit de07f000faad4a25294f389d1c5ff45400c91572
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-23T17:59:22Z

    update readme based on comments.  Add license

commit afc26a41a2174b3a5abfe0f00b692158fd09c17b
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-23T18:28:17Z

    roll back to original top level README.md

commit 11fdc0da4a9972d09ccc7ee1006227debffb1f3a
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-23T20:31:56Z

    removed matplotlib global Agg config.  Updated vagrant virtual box settings with hostname and vm name.  upated python example to set Agg

commit 5c31125fd7118568f2377ddc49f87e3c802dcc30
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-23T20:56:25Z

    add apache-mirror-selector to ansible playbook

commit 4b70e63d0afefcfac4406c313864686707251b5f
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-23T21:09:38Z

    remove reference to python backend config in readme.

commit 3ec6a6ba870ea0bdd72140f4775d89d4b2244049
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-23T21:19:12Z

    add virtual machine to docs

commit a86c55fb73532265606b0fac32fd2b0f1810645c
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-23T23:17:00Z

    typo fixed.  licenses in supporting readme and apache mirror python script

commit 0b169a6d7c6c6be31d3b98c34820959c27111062
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-26T05:47:21Z

    remove license from apache-mirror-selector.py.  Simplify node install

commit 97a581954ff7365c9b95065df3318d35ec67c86e
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-26T07:09:00Z

    remove apache python script.  remove nodesource and use official node.js distribution download

commit 9a78355390274d13cea8ad795ff03eb6ad280125
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-26T07:22:55Z

    remove apache python script from commit

commit cfb1034a7933ac987479b2208823f64fbf67ecaf
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-11-26T21:24:51Z

    add ruby 1.9.3 install + bundler, make and rake for jekyll doc support.  Add vagrant port 4000 forwarding for jekyll documentation build watcher

commit 69172dd576a4f73c619a0ab9ad036b769ab36cfb
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-12-01T03:00:01Z

    Merge branch 'master' of https://github.com/apache/incubator-zeppelin

commit 725fa9824a5b784934db9146ff893808f54784bd
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2015-12-01T03:02:34Z

    add doc link from themes to virtual machine install documentation.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-zeppelin pull request: Vagrant Virtual Machine and Readm...

Posted by jeffsteinmetz <gi...@git.apache.org>.
Github user jeffsteinmetz closed the pull request at:

    https://github.com/apache/incubator-zeppelin/pull/494


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-zeppelin pull request: Vagrant Virtual Machine and Readm...

Posted by corneadoug <gi...@git.apache.org>.
Github user corneadoug commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/494#issuecomment-160839450
  
    @jeffsteinmetz the #460 was merged, thats why it was closed.
    
    My guess is that this PR should only have the doc link commit.
    
    To make a good PR, it is better to have your own master similar to Zeppelin and create branches when you want to submit a new contribution.
    
    For now, you can Rebase your master with Zeppelin master:
    * Go into your master branch ``git checkout master``
    * Fetch new Zeppelin changes ``git fetch incubator-zeppelin``
    * Rebase your local branch ``git rebaseincubator-zeppelin/master``
    * Force the changes to your origin ``git push -f``
    
    In the future, try to create a branch before. ``git checkout -b "myBranchName"



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---