Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Impala and Flink engines support. #703

Closed
wants to merge 7 commits into from
Closed

Added Impala and Flink engines support. #703

wants to merge 7 commits into from

Conversation

liangqilang
Copy link
Contributor

What is the purpose of the change?

Added impala engine support.
Added flink engine support.

<artifactId>linkis-flink-engine</artifactId>
<properties>
<flink.version>1.11.1</flink.version>
<hadoop.version>2.6.0-cdh5.9.2</hadoop.version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Hadoop version should be same as version in linkis parent pom.

<hadoop.version>2.6.0-cdh5.9.2</hadoop.version>
<scala.macros.version>2.0.1</scala.macros.version>
<scala.binary.version>2.11</scala.binary.version>
<scala.version>2.11.12</scala.version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Better to quote scala version in linkis parent pom. Or you may get two scala jar with different versions in final package, which may cause unexpected problems.

Copy link
Contributor

@peacewong peacewong left a comment

Choose a reason for hiding this comment

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

LGTM.

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.

None yet

3 participants