Hello @MikePAM ,
sorry for the inconveniences. Unfortunately we had to remove the driver from the KNIME installation due to the licensing of the JDBC driver that is provided by Amazon. The license does not allow us to distribute the driver with the KNIME Analytics Platform.
To register the driver do the following steps:
Download the version 2 without the SDK (the pure jar file) of the driver from here. The current version 2.1.1.101 can be directly downloaded from here.
Register the driver via the KNIME preferences as described here. Please make sure to not change the URL template
I can successful connect to S3 in my account and browse buckets.
But every time I try to run Athena Connector it fails with the below messages .
ERROR Amazon Athena Connector 4:3 Execute failed: com/fasterxml/jackson/databind/ObjectMapper
ERROR Amazon Athena Connector 4:3 Execute failed: Could not initialize class com.amazonaws.auth.DefaultAWSCredentialsProviderChain
ERROR Amazon Athena Connector 4:3 Execute failed: com/amazonaws/auth/AWSCredentialsProvider
ERROR Amazon Athena Connector 4:3 Execute failed: Could not initialize class com.simba.athena.amazonaws.ClientConfiguration
ERROR Amazon Athena Connector 4:3 Execute failed: Could not initialize class com.simba.athena.amazonaws.ClientConfiguration
ERROR Amazon Athena Connector 4:3 Execute failed: Could not initialize class com.simba.athena.amazonaws.ClientConfiguration
ERROR Amazon Athena Connector 4:3 Execute failed: Could not initialize class com.simba.athena.amazonaws.ClientConfiguration
ERROR Amazon Athena Connector 4:3 Execute failed: Could not initialize class com.simba.athena.amazonaws.ClientConfiguration
At this point I think I tried all the available drivers to download from AWS documentation and all failed.
@tobias.koetter That worked. But it doesn’t work if I try the default credentials chain authentication. Only if I put in the access and secret access directly.
Is that a bug or do I need to do something different?