[GitHub] zeppelin pull request #1997: [MINOR][ZEPPELIN-2087] Make each Zeppelin conf ...

2017-02-11 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1997: [MINOR][ZEPPELIN-2087] Make each Zeppelin conf ...

2017-02-08 Thread AhyoungRyu
GitHub user AhyoungRyu opened a pull request:

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

[MINOR][ZEPPELIN-2087] Make each Zeppelin conf property accessible with 
anchor link

### What is this PR for?
Sometimes I need to point some Zeppelin configuration property to let sbd 
know. But as Zeppelin conf table has too many properties now(about 35), it's 
hard to find where the property that I'm finding located.

So I made each Zeppelin conf property accessible by adding anchor icon next 
to it. And added 
https://cloud.githubusercontent.com/assets/10060731/22768874/4c923998-eec8-11e6-9b16-9355bf6624ab.png;>
to let ppl know about this. 


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

### What is the Jira issue?
[ZEPPELIN-2087](https://issues.apache.org/jira/browse/ZEPPELIN-2087)

### How should this be tested?
1. Build `/docs` as described in 
[here](https://github.com/apache/zeppelin/tree/master/docs#build-documentation)

2. Go to "Quick Start" ->"Getting Started" -> "Configuration"
3. Mouse hover on each property and click the anchor icon -> check the url 
header bar 

### Screenshots (if appropriate)

![record](https://cloud.githubusercontent.com/assets/10060731/22768593/81159b4e-eec6-11e6-8421-db565aaf2e2a.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/AhyoungRyu/zeppelin docs/eachConfWithAnchor

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

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


commit 589fc878d0c65b6e240f2ad7d83dc33d0ac4eba9
Author: AhyoungRyu 
Date:   2017-02-09T03:43:57Z

Remove deprecated content in interpreterInstallation section

commit 0a5eaf5c57301907e3b6f41a58ef775763eb
Author: AhyoungRyu 
Date:   2017-02-09T03:47:12Z

Make each Zeppelin conf accessible with anchor link




---
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.
---