Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/1517
  
    @baekhoseok Tested and it looks good! You chose second option :)
    <img width="446" alt="screen shot 2016-10-21 at 12 46 19 pm" 
src="https://cloud.githubusercontent.com/assets/10060731/19586063/9f5f8646-978c-11e6-814c-623fb8d5a063.png";>
    This is the current status that I build locally.
    
    But one wired thing is I can't build with `./grunt build` in this branch. 
(no problem in master now)
    <img width="859" alt="screen shot 2016-10-21 at 12 42 13 pm" 
src="https://cloud.githubusercontent.com/assets/10060731/19586076/cfddc396-978c-11e6-9b02-0bae29b1d2b1.png";>
    
    IDK what the exact cause is, I fixed this with rebasing. 
    So could you rebase with below steps?
    
    ```
    $ git checkout master
    ```
    
    if you didn't set upstream yet (or you can skip this step)
    
    ```
    $ git remote add upstream https://github.com/apache/zeppelin
    ```
    
    rebase from master
    ```
    $ git fetch upstream
    $ git pull upstream master
    $ git checkout minor_ui_fix
    $ git rebase master
    $ git push origin -f minor_ui_fix
    ```



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

Reply via email to