-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[BUG] Multi-cluster writes to Delta Lake Storage in S3 #1498
Comments
Hie is there any updates ?? |
Can you get the log4j logs of your application by configuring log4j.properties? Here is some links I found that may help it setting it up
With the INFO level logs, we will be able to see what |
i can try to go to cloud watch and get the logs if thats what you want as mentioned jobs succeeded and does nto throws error |
More LOGS
|
Any Updates ?? |
It seems you're having some issues getting the logs, right? Give the error message above. Would this link help? https://stackoverflow.com/questions/70383503/after-log4j-changes-hive-e-returns-additional-warning-which-has-impact-on-the-s |
Hey @soumilshah1995 are you sure this is the only error. This is just a WARNING, not an ERROR that log4j library is printing. We want to see INFO level logs that has "DynamoDBLogStore" in it. Are you getting any log with "INFO" in them? If not, you can set the log level in your code as |
This is all i have man. please let me know if you want me to include anything specific in code above |
Any updates ? |
Ho @soumilshah1995 - did you follow TD's suggestion to include Also, if you are having specific log4j issues, I would suggest you post in a Spark thread as Spark has a larger community and there will likely be someone there that has already come across your issue. |
Thanks a scott we switched to Apache Hudi instead of Delta lakes due to limitations i appreciate the help |
Hi @soumilshah1995 I just realized that you are using Delta Lake 1.1.0. In Delta lake 1.2, we switched to using the https://docs.delta.io/latest/porting.html#delta-lake-1-1-or-below-to-delta-lake-1-2-or-above So, multi-cluster writes aren't working because you aren't using a new enough version of Delta Lake! Please use version 1.2 or above. |
Trying out
https://delta.io/blog/2022-05-18-multi-cluster-writes-to-delta-lake-storage-in-s3/
https://docs.google.com/document/d/1Gs4ZsTH19lMxth4BSdwlWjUNR-XhKHicDvBjd2RqNd8/edit#
DynamoDB tables
jar files
jar file path provided
When i run my code i dont see any messages in the dynamodb table
here is code
Please advice
The text was updated successfully, but these errors were encountered: