-
Notifications
You must be signed in to change notification settings - Fork 327
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
Add ClassTags to types that depend on Spark's Serializer. #334
base: spark-1.0
Are you sure you want to change the base?
Conversation
Bug fix: RLDecoder.hasNext may lose duplicated values
Initial commit of bringing back map join hints.
Fix the crash for map pruning when the column value is not a constant.
Avoid starting SparkContext in remote mode.
Fix the rdd recovery of table from the non-default database
This change is necessary for compatibility with Spark-1.0: commit 7eefc9d2b3f6ebc0ecb5562da7323f1e06afbb35 in Spark added ClassTags on Serializer and all dependent types.
Merged build triggered. |
Merged build started. |
Conflicts: project/SharkBuild.scala
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/Shark-Pull-Request-Builder/12198/ |
@rxin do you know why this isn't working? It compiles + runs on my machine -- is Jenkins using an older version of Hive/Spark? |
Merged build triggered. |
Merged build started. |
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/Shark-Pull-Request-Builder/12200/ |
This change is necessary for compatibility with Spark-1.0:
commit 7eefc9d2b3f6ebc0ecb5562da7323f1e06afbb35 in Spark
added ClassTags on Serializer and all dependent types.