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

[GitHub] zeppelin issue #1758: [ZEPPELIN-1787] Add an example of Flink Notebook

Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/1758
  
    @AlexanderShoshin Seems the below two things need to be done before merge  
    1. revert the last commit [9013620](https://github.com/apache/zeppelin/pull/1758/commits/9013620e1c835c66a849467e1ea15d43fa2a7782)
    
    You can simply do it in your local by
    ```
    please make sure you are on branch ZEPPELIN-1787 first 
    $ git checkout ZEPPELIN-1787
    
    and check the last commit is "convert notebook to 0.6.2 format" or not
    $ git log 
    
    if so,
    $ git reset HEAD^ --hard 
    
    check again it's converted well, it should be pointing this commit: "add download instruction, change "wget" to "curl""
    $ git log
    
    push with forced updated! 
    $ git push origin -f ZEPPELIN-1787
    ```
    
    2. add Flink docs link to the tutorial as @rawkintrevo said. 
    
    Please feel free to ping me if you need any help! 


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