You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by rawkintrevo <gi...@git.apache.org> on 2016/12/15 17:21:30 UTC

[GitHub] zeppelin pull request #1772: [ZEPPELIN-1798][DOCS] Update docs with benv ins...

GitHub user rawkintrevo opened a pull request:

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

    [ZEPPELIN-1798][DOCS] Update docs with benv instead of env in Flink e\u2026

    ### What is this PR for?
    
    Several Flink examples reference `env` instead of `benv` which was changed per [ZEPPELIN-1461](https://github.com/apache/zeppelin/pull/1409)
    
    Also update [http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/quickstart/install_with_flink_and_spark_cluster.html] to reference updated Flink Version
    
    ### What type of PR is it?
    Documentation
    
    ### Todos
    * [x] - Update  https://zeppelin.apache.org/docs/0.6.2/interpreter/flink.html
    * [x] - Update http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/quickstart/install_with_flink_and_spark_cluster.html
    
    ### What is the Jira issue?
    [ZEPPELIN-1798](https://issues.apache.org/jira/browse/ZEPPELIN-1798)
    
    ### How should this be tested?
    No tests
    
    ### Screenshots (if appropriate)
    n/a
    ### Questions:
    * Does the licenses files need update?
    No
    * Is there breaking changes for older versions?
    No
    * Does this needs documentation?
    This IS documentation that should have been in earlier PR


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

    $ git pull https://github.com/rawkintrevo/incubator-zeppelin ZEPPELIN-1798

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

    https://github.com/apache/zeppelin/pull/1772.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 #1772
    
----
commit 2ac80904fc84397e757153910bbae1c653fbf17b
Author: rawkintrevo <tr...@gmail.com>
Date:   2016-12-15T17:15:02Z

    [ZEPPELIN-1798][DOCS] Update docs with benv instead of env in Flink examples and bump versions cited

----


---
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] zeppelin issue #1772: [ZEPPELIN-1798][DOCS] Update docs with benv instead of...

Posted by rawkintrevo <gi...@git.apache.org>.
Github user rawkintrevo commented on the issue:

    https://github.com/apache/zeppelin/pull/1772
  
    Since this updates docs only, I feel all fails are flaky and unrelated, however:
    
    [2](https://travis-ci.org/apache/zeppelin/jobs/184305296) Issue with dependency loader
    ```
    testLoad(org.apache.zeppelin.dep.DependencyResolverTest)  Time elapsed: 1.34 sec  <<< ERROR!
    org.sonatype.aether.RepositoryException: Cannot fetch dependencies for com.agimatec:agimatec-validation:0.9.3
    	at org.apache.zeppelin.dep.DependencyResolver.getArtifactsWithDep(DependencyResolver.java:181)
    	at org.apache.zeppelin.dep.DependencyResolver.loadFromMvn(DependencyResolver.java:131)
    	at org.apache.zeppelin.dep.DependencyResolver.load(DependencyResolver.java:79)
    	at org.apache.zeppelin.dep.DependencyResolver.load(DependencyResolver.java:96)
    	at org.apache.zeppelin.dep.DependencyResolver.load(DependencyResolver.java:88)
    	at org.apache.zeppelin.dep.DependencyResolverTest.testLoad(DependencyResolverTest.java:89)
    ```
    
    [3](https://travis-ci.org/apache/zeppelin/jobs/184305297) Loading R dependencies
    ```
    ** R
    ** preparing package for lazy loading
    Error in eval(expr, envir, enclos) : 
      could not find function ".getNamespace"
    Error : unable to load R code in package �\u20ac\u02dcstringi�\u20ac\u2122
    Error : unable to load R code in package �\u20ac\u02dcrzeppelin�\u20ac\u2122
    ```
    
    [10](https://travis-ci.org/apache/zeppelin/jobs/184305306) Stalled Build
    ```
    No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
    ```


---
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] zeppelin pull request #1772: [ZEPPELIN-1798][DOCS] Update docs with benv ins...

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

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


---
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] zeppelin issue #1772: [ZEPPELIN-1798][DOCS] Update docs with benv instead of...

Posted by Leemoonsoo <gi...@git.apache.org>.
Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/1772
  
    Thanks @rawkintrevo for the contribution.
    LGTM and merge to master if there're no further comments.


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