[GitHub] zeppelin issue #1577: [ZEPPELIN-1554] Update jekyll version to 3.2.1 with it...

2016-11-13 Thread yoonjs2
Github user yoonjs2 commented on the issue:

https://github.com/apache/zeppelin/pull/1577
  
@AhyoungRyu I've stucked with the first step you've mentioned...
How do I workaround this error?

1) build gh-pages (website) branch
```
$ git checkout gh-pages
$ JEKYLL_ENV=production 
$ bundle exec jekyll build

Configuration file: 
/Users/yoonjesang/Desktop/openfrontier/zeppelin/_config.yml
Source: /Users/yoonjesang/Desktop/openfrontier/zeppelin
   Destination: /Users/yoonjesang/Desktop/openfrontier/zeppelin/_site
 Incremental build: disabled. Enable with --incremental
  Generating... 
  Liquid Exception: Could not locate the included file 
'nav/announcements-4.0.html' in any of 
["/Users/yoonjesang/Desktop/openfrontier/zeppelin/_includes"]. Ensure it exists 
in one of those directories and, if it is a symlink, does not point outside 
your site source. in 
zeppelin-web/bower_components/select2/docs/announcements-4.0.html
jekyll 3.2.1 | Error:  Could not locate the included file 
'nav/announcements-4.0.html' in any of 
["/Users/yoonjesang/Desktop/openfrontier/zeppelin/_includes"]. Ensure it exists 
in one of those directories and, if it is a symlink, does not point outside 
your site source.
```

And I found few lines of your instruction seems mistyped... Am I correct?

```
mkdir -p /tmp/zeppelin-website/docs/0.7.0-SNAPSHOT => mkdir -p 
/tmp/zeppelin_website/docs/0.7.0-SNAPSHOT

cp -r _site/ /tmp/zeppelin_website/0.7.0-SNAPSHOT/ => cp -r _site/ 
/tmp/zeppelin_website/docs/0.7.0-SNAPSHOT/
```


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1577: [ZEPPELIN-1554] Update jekyll version to 3.2.1 with it...

2016-11-04 Thread yoonjs2
Github user yoonjs2 commented on the issue:

https://github.com/apache/zeppelin/pull/1577
  
@AhyoungRyu OK I'll investigate and resolve them ASAP. Thanks for the 
review :)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1577: [ZEPPELIN-1554] Update jekyll version to 3.2.1 with it...

2016-11-02 Thread yoonjs2
Github user yoonjs2 commented on the issue:

https://github.com/apache/zeppelin/pull/1577
  
@AhyoungRyu Fair enough, I'd just removed a todo (L10N support) and It will 
be proposed different PR.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1577: [ZEPPELIN-1554] Update jekyll version to 3.2.1 with it...

2016-11-02 Thread yoonjs2
Github user yoonjs2 commented on the issue:

https://github.com/apache/zeppelin/pull/1577
  
@AhyoungRyu no, its under progress now. Should I changeunchecked todo 
to other PR?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1577: [ZEPPELIN-1554] Update jekyll version to 3.2.1 with it...

2016-11-01 Thread yoonjs2
Github user yoonjs2 commented on the issue:

https://github.com/apache/zeppelin/pull/1577
  
@AhyoungRyu @minahlee Thanks! Let me know if patch needs any change :)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1577: [ZEPPELIN-1554] Update jekyll version to 3.2.1 with it...

2016-11-01 Thread yoonjs2
Github user yoonjs2 commented on the issue:

https://github.com/apache/zeppelin/pull/1577
  
@AhyoungRyu Can I ask you to allow me to change JIRA ZEPPELIN-1554 assignee 
and progress? In case of self proposal and PR like this, It would be great to 
use JIRA as contributor access :)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1577: [ZEPPELIN-1554] Update jekyll version to 3.2.1 ...

2016-11-01 Thread yoonjs2
GitHub user yoonjs2 opened a pull request:

https://github.com/apache/zeppelin/pull/1577

[ZEPPELIN-1554] Update jekyll version to 3.2.1 with its dependencies and 
fix document…

### What is this PR for?
- Update outdated jekyll version of zeppelin documentation from 1.x to 3.x
- Eliminate kramdown only warnings when serving documentation as github 
pages.
- Prepare base environment for L10N related plugins for jekyll.

### What type of PR is it?
Improvement | Documentation

### Todos
* [*] - Update Jekyll version to 3.x
* [*] - Update documentation style as kramdown
* [  ] - Prepare L10N support on documentation

### What is the Jira issue?
ZEPPELIN-1554

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? Yes for documentation
* Does this needs documentation? No

… style as kramdown.

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

$ git pull https://github.com/yoonjs2/zeppelin ZEPPELIN-1554

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

https://github.com/apache/zeppelin/pull/1577.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 #1577


commit 81bc244a25f274a1ba3910ae0e36ef6370db125a
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-10-09T15:30:15Z

Update jekyll version to 3.2.1 with its dependencies and fix document style 
as kramdown.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1294: Change maven version from 3.3.3 to 3.3.9

2016-08-07 Thread yoonjs2
Github user yoonjs2 commented on the issue:

https://github.com/apache/zeppelin/pull/1294
  
@felixcheung Thanks for comment but this PR (#1294) for vagrant script and 
its documentation under scripts/vagrant/zeppelin-dev. PR #1264 for root 
README.md about How to build Zeppelin. It may confusing because title of PR 
doesn't describe its scope of change. Should I change the title?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1294: Change maven version from 3.3.3 to 3.3.9

2016-08-07 Thread yoonjs2
Github user yoonjs2 commented on the issue:

https://github.com/apache/zeppelin/pull/1294
  
@AhyoungRyu Thanks for comment! Of course I did :)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1294: Change maven version from 3.3.3 to 3.3.9

2016-08-06 Thread yoonjs2
GitHub user yoonjs2 opened a pull request:

https://github.com/apache/zeppelin/pull/1294

Change maven version from 3.3.3 to 3.3.9

### What is this PR for?
Change maven version from 3.3.3 to 3.3.9 in vagrant script and 
documentation due to path to 3.3.3 doesn't exist (return 404 from apache mirror)

### What type of PR is it?
Bug Fix | Documentation

### What is the Jira issue?
ZEPPELIN-1299

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no



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

$ git pull https://github.com/yoonjs2/zeppelin ZEPPELIN-1299

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

https://github.com/apache/zeppelin/pull/1294.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 #1294


commit 5ac7de7a4f235cd7b1f27cc4d3c5c76d35dca019
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-08-06T09:00:34Z

Change maven version from 3.3.3 to 3.3.9




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #999: Fix navigation link of documentation for storage using ...

2016-06-14 Thread yoonjs2
Github user yoonjs2 commented on the issue:

https://github.com/apache/zeppelin/pull/999
  
@minahlee No problem :)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #995: [ZEPPELIN-990] Add header anchor for Zeppelin documenta...

2016-06-12 Thread yoonjs2
Github user yoonjs2 commented on the issue:

https://github.com/apache/zeppelin/pull/995
  
@AhyoungRyu Thank you for your consideration!


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #999: Fix navigation link of documentation for storage...

2016-06-12 Thread yoonjs2
GitHub user yoonjs2 opened a pull request:

https://github.com/apache/zeppelin/pull/999

Fix navigation link of documentation for storage using anchor.

### What is this PR for?
In documentation about storage, a custom hashtag navigation used to nav to 
each paragraph but  scrolling is not working properly (it cannot fully scroll 
to headers of paragraph) when clicking each menu at nav bar.

But after PR #995 by @AhyoungRyu, custom hashtag nav can be changed into 
anchor.js style so I fixed nav for documentation to use this anchor feature to 
make it scroll properly.

### What type of PR is it?
Bug Fix, Documentation

### Todos
* [ ] - Merge with #995 after #995 has merged into master branch

### How should this be tested?
1. Apply this patch
2. Build docs site using jekyll and browse localhost:4000
3. Click top nav -> Click "More" -> Click "Git storage", "S3 Storage", and 
so on.

### Screenshots (if appropriate)

![before](https://cloud.githubusercontent.com/assets/1650254/15989817/1db829ee-30bd-11e6-903c-e2565aaf0ea2.gif)

![after](https://cloud.githubusercontent.com/assets/1650254/15989818/2014b892-30bd-11e6-9932-c93a05d01732.gif)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No


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

$ git pull https://github.com/yoonjs2/incubator-zeppelin 
fix-navigation-for-storage-doc

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

https://github.com/apache/zeppelin/pull/999.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 #999


commit 5665dcfb7dce4805d917efee01bef7acd3f170ab
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-01-17T15:20:03Z

Fix wrong HTML tags, indention and space between paragraph and tables. 
Remove unnecessary spaces.

commit 5b091e4b0e7e1417744cde1c81f5a44d3330ba25
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-01-17T15:20:03Z

Fix wrong HTML tags, indention and space between paragraph and tables. 
Remove unnecessary spaces.

commit 4d1503ab21e0d374fc9800deb3cba1ab6d6cf3df
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-01-17T15:54:21Z

Merge remote-tracking branch 'origin/master'

# Conflicts:
#   docs/interpreter/cassandra.md

commit 5f0a6e083fef58032f53c7e3aa1888748c785884
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-01-17T15:54:21Z

Merge remote-tracking branch 'origin/master'

# Conflicts:
#   docs/interpreter/cassandra.md

commit 079480f984c378b44c3f08a3671feb4a2d5f9853
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-01-17T15:55:51Z

Merge remote-tracking branch 'origin/master'

commit af55811b5406ee58857de5bd6a477c197be075f0
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-01-17T18:45:48Z

Merge remote-tracking branch 'origin/master'

# Conflicts:
#   docs/interpreter/cassandra.md

commit 781954b82c54b25fa491ba24dd72d5c294639d69
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-01-17T18:49:23Z

Interpreter documentation merge with commit #578

commit db8b4daa8c10ce5a2baa2e0f8c52a6ea556b31b9
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-01-17T18:50:50Z

Merge remote-tracking branch 'upstream/master'

commit eba0315380bc6d88defd958e0fb945bf00eb682a
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-01-19T01:57:24Z

Merge remote-tracking branch 'upstream/master'

commit 3d9e5b3187b4e5c4523bd18bf7a5ffb8f1ef19cf
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-03-14T14:58:43Z

Merge remote-tracking branch 'upstream/master'

# Conflicts:
#   docs/interpreter/cassandra.md
#   docs/interpreter/spark.md
#   docs/manual/interpreters.md

commit aac4cd446a66038bae80d11339ee6fcdf8b3104b
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-03-14T15:19:32Z

Add documentation for explaining enable HTTP basic authentication served by 
NGINX

commit 4b2223a2591c1f77941d0781f5609c4bcbfcb27a
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-03-14T15:25:18Z

Make path to cert and key for HTTPS Ambigious

commit 35a6679baca5412f5f08e8f25f9ed15bf85e0325
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-03-15T01:58:44Z

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

commit 90219f737c2b0a9787c2dc0c618ff796900dc693
Author: Jesang Yoon <yoon...@kanizsalab.com>
Date:   2016-03-21T06:04:42Z

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

# Conflicts:
#   docs/security/authentication.md

commit 6d04fa7a4d8da7b115ed