Skip to content

[HOT FIX][ZEPPELIN-1144] Fix compilation errors in Notebook.java - #1432

Closed
AhyoungRyu wants to merge 1 commit into
apache:masterfrom
AhyoungRyu:hotfix/ZEPPELIN-1144
Closed

[HOT FIX][ZEPPELIN-1144] Fix compilation errors in Notebook.java#1432
AhyoungRyu wants to merge 1 commit into
apache:masterfrom
AhyoungRyu:hotfix/ZEPPELIN-1144

Conversation

@AhyoungRyu

Copy link
Copy Markdown
Contributor

What is this PR for?

After #1330 merged, the latest master build failed with below compilation errors.

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/ahyoungryu/Dev/zeppelin/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java:[553,31] cannot find symbol
symbol: method id()
location: variable note1 of type org.apache.zeppelin.notebook.Note
[ERROR] /Users/ahyoungryu/Dev/zeppelin/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java:[557,31] cannot find symbol
symbol: method id()
location: variable note2 of type org.apache.zeppelin.notebook.Note

What type of PR is it?

Hot Fix

What is the Jira issue?

How should this be tested?

Questions:

  • Does the licenses files need update? no
  • Is there breaking changes for older versions? no
  • Does this needs documentation? no

@khalidhuseynov

Copy link
Copy Markdown
Member

looks good, thanks for quick fix!

@Leemoonsoo

Copy link
Copy Markdown
Member

LGTM

@AhyoungRyu

Copy link
Copy Markdown
ContributorAuthor

@khalidhuseynov@Leemoonsoo Thanks for the quick verification. Then will merge this one as a hotfix after CI checking!

@AhyoungRyu

Copy link
Copy Markdown
ContributorAuthor

Only Selenium test failed now. I'm merging this as a hotfix.

@prabhjyotsingh

Copy link
Copy Markdown
Contributor

Tested on local, LGTM.

@zjffdu

zjffdu commented Sep 17, 2016

Copy link
Copy Markdown
Contributor

@Leemoonsoo@prabhjyotsingh@AhyoungRyu This make the compilation fails, which affect other PRs. Could you help do a quick fix on it ?
https://travis-ci.org/apache/zeppelin/jobs/160614161

@zjffdu

zjffdu commented Sep 17, 2016

Copy link
Copy Markdown
Contributor

Please ignore my previous comment, just realize this is for fix the compilation issue.

pedrozatta pushed a commit to pedrozatta/zeppelin that referenced this pull request Oct 27, 2016
### What is this PR for?
After apache#1330 merged, the latest master build failed with below compilation errors.
```
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/ahyoungryu/Dev/zeppelin/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java:[553,31] cannot find symbol
symbol: method id()
location: variable note1 of type org.apache.zeppelin.notebook.Note
[ERROR] /Users/ahyoungryu/Dev/zeppelin/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java:[557,31] cannot find symbol
symbol: method id()
location: variable note2 of type org.apache.zeppelin.notebook.Note
```
### What type of PR is it?
Hot Fix
### What is the Jira issue?
### How should this be tested?
- Build the latest master branch with `mvn clean package -DskipTests` -> compilation error in `zeppelin-zengine`
- Apply this patch and build with `mvn clean package -DskipTests` -> build success
You can also check apache#1330 works properly.
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
Author: AhyoungRyu <fbdkdud93@hanmail.net>
Closesapache#1432 from AhyoungRyu/hotfix/ZEPPELIN-1144 and squashes the following commits:
6a3dbd3 [AhyoungRyu] Fix build error in Notebook.java
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@AhyoungRyu@khalidhuseynov@Leemoonsoo@prabhjyotsingh@zjffdu