Skip to content

[ZEPPELIN-1553] Updated pom dependency to support spark 2.0.1 - #1527

Closed
sitsang wants to merge 3 commits into
apache:masterfrom
sitsang:master
Closed

[ZEPPELIN-1553] Updated pom dependency to support spark 2.0.1#1527
sitsang wants to merge 3 commits into
apache:masterfrom
sitsang:master

Conversation

@sitsang

Copy link
Copy Markdown

What is this PR for?

The spark 2.0 profile have py4j version 0.10.1, but the spark 2.0.1 dist tarball only contains py4j 0.10.3. Need to update pom.xml for 2.0.1

What type of PR is it?

Bug Fix

Todos

  • - Task

What is the Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-1553

How should this be tested?

Outline the steps to test the PR here.

mvn clean package -Pspark-2.0.1 -Pscala-2.11 -Ppyspark -Pvendor-repo -DskipTests

Screenshots (if appropriate)

Questions:

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

@Leemoonsoo

Copy link
Copy Markdown
Member

Thanks @sitsang for the contribution.
But, I think #1511 can cover ZEPPELIN-1553, too.

@LantaoJin

Copy link
Copy Markdown
Contributor

I tried this way and also failed during building. So I opened ZEPPELIN-1544

@zjffdu

Copy link
Copy Markdown
Contributor

@LantaoJin Can you paste the errors ? I agree with @Leemoonsoo we should do it in #1511

To improve slow rendering on big data volume when zeppelin is running over slow network
};
return cellProperties;
}
viewportRowRenderingOffset: 0,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this should be covered by this JIRA?

@asfgitasfgit closed this in 794c66bNov 2, 2016
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

@sitsang@Leemoonsoo@LantaoJin@zjffdu@felixcheung