-
Notifications
You must be signed in to change notification settings - Fork 75
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
Upgrade spark version from 1.3.1 -> 1.5.1 #42
Conversation
编译后的jar包会变大4M,多出的文件来自以下artifact: |
另外,多出以下6个warnings: |
parquet相关可以exclude. 我来fix warnings. |
@bhoppi 相关修改意见提交. 应该把编译后的文件 |
@@ -102,6 +102,7 @@ | |||
<groupId>org.apache.spark</groupId> | |||
<artifactId>spark-mllib_${scala.binary.version}</artifactId> | |||
<version>${spark.version}</version> | |||
<scope>provided</scope> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mllib的scope也设置成provided
了这样生成的jar更小一点,不过有可能带来其他问题. 应当测试下.
FM看起来没问题. 在spark 升级到 |
有性能提升么? Sent from my Windows Phone 发件人: Guoqiang Limailto:notifications@github.com FM看起来没问题. 在spark 升级到 Reply to this email directly or view it on GitHub: |
没有测试性能.最近没有适合的集群. |
有空我来测试 Sent from my Windows Phone 发件人: Guoqiang Limailto:notifications@github.com 没有测试性能.最近没有适合的集群. Reply to this email directly or view it on GitHub: |
Upgrade spark version from 1.3.1 -> 1.5.1
No description provided.