Skip to content

Conversation

@AhyoungRyu
Copy link
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
Member

looks good, thanks for quick fix!

@Leemoonsoo
Copy link
Member

LGTM

@AhyoungRyu
Copy link
Contributor Author

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

@AhyoungRyu
Copy link
Contributor Author

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

@prabhjyotsingh
Copy link
Contributor

Tested on local, LGTM.

@zjffdu
Copy link
Contributor

zjffdu commented Sep 17, 2016

@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
Copy link
Contributor

zjffdu commented Sep 17, 2016

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

@asfgit asfgit closed this in c69d21f Sep 17, 2016
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>

Closes apache#1432 from AhyoungRyu/hotfix/ZEPPELIN-1144 and squashes the following commits:

6a3dbd3 [AhyoungRyu] Fix build error in Notebook.java
Sign up for free to 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