-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Spark 3.1.1 with testing (#349)
* Testing Spark3 upgrade.WIP * Skip tests.WIP * update readme and setup for pyspark.WIP * Fix circle ci version and bump mem value * Bump memory, fix nit, bump pyhive version * Pyhive version change * enabled sasl for metastore * Explicit server2 host port * Try showing debug-level logs * Rm -n4 * move to godatadriven lates spark image * restore to 2 to check output * Restore debug and parallelized to check output * Revert to 3.0 * Revert to normal state * open source spark image * Change to pyspark image * Testing with gdd spark 3.0 for thrift * Switch back to dbt user pass * Spark 3.1.1 gdd image without configs * Clean up * Skip session test * Clean up for review * Update to CHANGELOG Co-authored-by: Jeremy Cohen <[email protected]>
- Loading branch information
Showing
6 changed files
with
10 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
spark.driver.memory 2g | ||
spark.executor.memory 2g | ||
spark.hadoop.datanucleus.autoCreateTables true | ||
spark.hadoop.datanucleus.schema.autoCreateTables true | ||
spark.hadoop.datanucleus.fixedDatastore false | ||
spark.serializer org.apache.spark.serializer.KryoSerializer | ||
spark.jars.packages org.apache.hudi:hudi-spark3-bundle_2.12:0.9.0 | ||
spark.jars.packages org.apache.hudi:hudi-spark3-bundle_2.12:0.10.0 | ||
spark.sql.extensions org.apache.spark.sql.hudi.HoodieSparkSessionExtension | ||
spark.driver.userClassPathFirst true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters