-
Notifications
You must be signed in to change notification settings - Fork 237
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 to Spark 3.1.1 with testing #349
Changes from 19 commits
8ae3b42
03ecff6
04ae8bb
69646d4
7e2b0e4
53197f1
0b324e4
55b382c
fd22cbc
5de5da2
2a12319
27200a6
0ffce49
b3d4538
1307bc6
475639c
571a8a4
7090e95
30b5444
678a875
48aad47
318bce4
db81d15
0bf2541
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ more information, consult [the docs](https://docs.getdbt.com/docs/profile-spark) | |
|
||
## Running locally | ||
A `docker-compose` environment starts a Spark Thrift server and a Postgres database as a Hive Metastore backend. | ||
Note that this is spark 2 not spark 3 so some functionalities might not be available. | ||
Note: Spark has moved to Spark 3 (formerly on Spark 2). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you mean dbt / dbt-spark moved to spark-3 right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I thought about this statement and I'm a bit confused. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When I read it initially, the impression I got was more that the compose file was moved to Spark 3. So maybe the same warning applies given the library has been / is being updated for spark 3 functionality? |
||
|
||
The following command would start two docker containers | ||
``` | ||
|
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.
If we move to the apache image in docker-compose, I would suggest doing that here as well 👍🏻
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.
Yes. that's the part that's being tested at the moment since the tests are failing in thrift. Was trying to eliminate possible reasons for failure. I'm trying with 3.0 right now.
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.
You might consider trying with 3.1 or 3.2. There were absolutely some bugs in Spark 3.0.0, but I'm admittedly somewhat distrustful of the whole of Spark 3.0.x.
Just throwing that out there in case you're still stuck.