Skip to content

ZEPPELIN-64 - Migration of zeppelin-project.org to jekyll#6

Merged
bzz merged 20 commits intogh-pagesfrom
ZEPPELIN-64-gh-pages-jekyll
Dec 10, 2013
Merged

ZEPPELIN-64 - Migration of zeppelin-project.org to jekyll#6
bzz merged 20 commits intogh-pagesfrom
ZEPPELIN-64-gh-pages-jekyll

Conversation

@bzz
Copy link
Copy Markdown

@bzz bzz commented Nov 22, 2013

This is initial template, see Readme on how to try it locally.

  • create initial jekyll project structure
  • create layout using bootstrap
  • migrate existing content from previous site

On content migration:

@Leemoonsoo
Copy link
Copy Markdown
Contributor

I'm trying to test this change.
but 'bundle install' command produces error. i tracked error, and found error comes with 'gem install RedCloth -v '4.2.9'' and beginning of related mkmf.log file look like

"/usr/local/bin/gcc-4.2 -o conftest -I/Users/moon/.rvm/rubies/ruby-1.9.3-p448/include/ruby-1.9.1/x86_64-darwin12.4.0 -I/Users/moon/.rvm/rubies/ruby-1.9.3-p448/include/ruby-1.9.1/ruby/backward -I/Users/moon/.rvm/rubies/ruby-1.9.3-p448/include/ruby-1.9.1 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -fno-common -pipe -O0 -Wall conftest.c -L. -L/Users/moon/.rvm/rubies/ruby-1.9.3-p448/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib -L. -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib -lruby.1.9.1 -lpthread -ldl -lobjc "
In file included from /Users/moon/.rvm/rubies/ruby-1.9.3-p448/include/ruby-1.9.1/ruby.h:32,
from conftest.c:1:
......
attribute’ before ‘rb_fork’

I'm using OSX 10.9 and xcode installed. Did you have the same problem?

@Leemoonsoo
Copy link
Copy Markdown
Contributor

xcode-select --install

solves the error. i think we need document it for OSX user.

@bzz
Copy link
Copy Markdown
Author

bzz commented Nov 23, 2013

Yes and
https://github.com/NFLabs/zeppelin/blob/ZEPPELIN-64-gh-pages-jekyll/README.md would
be a good place to add it!

On Nov 23, 2013 8:46 AM, "Lee moon soo" [email protected] wrote:

xcode-select --install

solves the error. i think we need document it for OSX user.


Reply to this email directly or view it on GitHubhttps://github.com//pull/6#issuecomment-29118597
.

@Leemoonsoo
Copy link
Copy Markdown
Contributor

I have migrated contents.

  • create initial jekyll project structure
  • create layout using bootstrap
  • migrate existing content from previous site
  • migrate documentation to Sphinx

community.md Outdated
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is an apache tradition to have more that one mailing-list, but may be at first we can keep things simple and just have one?
At lists link to only one can be here, not to confuse adopters but to have a single place where all discussion happens.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree, we don't need two mailing list. one is enough.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Task list at the top was updated with results of discussions here

@Leemoonsoo
Copy link
Copy Markdown
Contributor

How about merge this pull request to gh-page and make separate pull request for Sphinx?

@bzz bzz merged commit a642500 into gh-pages Dec 10, 2013
@bzz
Copy link
Copy Markdown
Author

bzz commented Dec 10, 2013

Sounds good to me!

@bzz bzz deleted the ZEPPELIN-64-gh-pages-jekyll branch December 10, 2013 05:13
epahomov pushed a commit to epahomov/zeppelin that referenced this pull request Sep 14, 2016
1)  Rest apis to export notebook as JSON
2)  Rest api to import notebook from JSON
https://issues.apache.org/jira/browse/ZEPPELIN-590

Author: swakrish <[email protected]>
Author: Ramaswamy Devarajan <[email protected]>

Closes #614 from swakrish/master and squashes the following commits:

83e7a6d [swakrish] Merge pull request ZEPL#7 from apache/master
042d9af [swakrish] Merge pull request ZEPL#6 from apache/master
f5b0805 [swakrish] Merge branch 'master' of [email protected]:swakrish/incubator-zeppelin.git
869b48f [swakrish] logging the error
f8bf1f3 [swakrish] Merge pull request ZEPL#5 from apache/master
f8a992c [swakrish] Merge branch 'master' of [email protected]:swakrish/incubator-zeppelin.git
270e17b [swakrish] changed soureJSON to sourceJson
4cb69be [swakrish] Merge pull request ZEPL#4 from apache/master
e282958 [swakrish] Changed websocket import to use common code
e928c14 [swakrish] changed doc to make it http post
4be62f6 [swakrish] Merge branch 'master' of [email protected]:swakrish/incubator-zeppelin.git
db6a580 [swakrish] changed HTTP Put to POST in the docs
ec14034 [swakrish] Merge pull request ZEPL#3 from apache/master
630664c [swakrish] Merge pull request ZEPL#2 from apache/master
b080d7d [swakrish] Merge pull request ZEPL#1 from apache/master
db8b016 [Ramaswamy Devarajan] added note not found check for export
7351f31 [Ramaswamy Devarajan] Moved export/import methods to Notebook.java
6c19668 [Ramaswamy Devarajan] Changed http put to Http post for REST import
ecb8f1e [Ramaswamy Devarajan] Formatting for google style
9b64a66 [Ramaswamy Devarajan] fixed alignments
0e94dce [Ramaswamy Devarajan] add documentation
3645354 [Ramaswamy Devarajan] Rest Apis to export/import
epahomov pushed a commit to epahomov/zeppelin that referenced this pull request Sep 14, 2016
### What is this PR for?
It is an extension of ZEPL#6 #714
It allows user to export data in a paragraph to a TSV/CSV file.

### What type of PR is it?
Feature

### Todos
* [x] - Improves the current Table features like Search, Fixed Headers, Sorting

### Is there a relevant Jira issue?
[ZEPPELIN-672](https://issues.apache.org/jira/browse/ZEPPELIN-672)

### How should this be tested?
1. Create a paragraph with data in %table view
2. Click on TSV/CSV button to export CSV/TSV file

### Screenshots (if appropriate)
![image](https://cloud.githubusercontent.com/assets/1140475/13525760/4913bd8e-e229-11e5-9cd5-480c8b583d5b.png)

### Questions:
* Does the licenses files need update?
 Need to have MIT license for Datatables.
* Is there breaking changes for older versions?
No
* Does this needs documentation?
No

Author: ankur_jain <[email protected]>
Author: Ankur Jain <[email protected]>
Author: Damien CORNEAU <[email protected]>

Closes #761 from ankurmitujjain/master and squashes the following commits:

4ddcc0f [Ankur Jain] Updated testcases for @corneadoug pull request
e6470aa [Ankur Jain] Merge pull request ZEPL#1 from corneadoug/clean/dataframe
dd8901b [Damien CORNEAU] last fixes
5aca081 [Damien CORNEAU] Last Modifications
9c4412f [Damien CORNEAU] Remove buttons
2561630 [Ankur Jain] Updated for indent
c9b675d [Ankur Jain] Updated for indent
38ee3c3 [Ankur Jain] Updated for indent
b23cab4 [Ankur Jain] Updated for indent
09c87a0 [Ankur Jain] Updated for indent
e4b3abb [ankur_jain] Removed R.md accidentally added
d3aadc6 [ankur_jain] Updated testcase
210b7a6 [ankur_jain] Updates latest code of controller
80bd58c [ankur_jain] Merge branch 'upstream/master'
0ee76b1 [ankur_jain] Update 3 files
0c5f623 [ankur_jain] Revert "Merge branch 'upstream/master'"
adb66a3 [ankur_jain] Merge branch 'upstream/master'
6363e97 [ankur_jain] Merge branch 'master' of https://github.com/ankurmitujjain/incubator-zeppelin
0c94cab [ankur_jain] Merge branch 'master' of https://github.com/ankurmitujjain/incubator-zeppelin
d23202e [ankur_jain] Merge remote-tracking branch 'refs/remotes/origin/master' into apache/master
415c1f5 [ankur_jain] Merge branch 'apache/master'
7901f5e [ankur_jain] Merge branch 'refs/heads/master' into apache/master
6e6587b [ankur_jain] Updating codebase as per @prabhjyotsingh comments
aea8446 [ankur_jain] Merge branch 'apache/master'
df1620c [ankur_jain] Updated testcase as resultant paragraph have text of buttons and search box.
00b36e5 [ankur_jain] Reverted line 117 and 2122 as per previous code
9351a0d [ankur_jain] Committed for Datatables ZEPL#6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants