We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use this plugin installed as embulk gem install embulk-output-s3_parquet.
embulk gem install embulk-output-s3_parquet
It was working fine for about two years, but recently I'm having the error Time is too skewed to adjust very frequently.
Time is too skewed to adjust
According to the link below, aws-sdk-java 1.11.769 (which current embulk-output-s3_parquet uses) has this issue and upgrading the library to 1.11.772 might fix it. aws/aws-sdk-java#2305
1.11.769
1.11.772
I have not tried to upgrade it in my own environment, but it would be great if you could consider. Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use this plugin installed as
embulk gem install embulk-output-s3_parquet
.It was working fine for about two years, but recently I'm having the error
Time is too skewed to adjust
very frequently.According to the link below, aws-sdk-java
1.11.769
(which current embulk-output-s3_parquet uses) has this issue and upgrading the library to1.11.772
might fix it.aws/aws-sdk-java#2305
I have not tried to upgrade it in my own environment, but it would be great if you could consider. Thank you.
The text was updated successfully, but these errors were encountered: