Can you check for relevant info in the drillbit.log file (either
/var/log/drill/ or ${DRILL_HOME}/log)?
> On Jan 31, 2017, at 1:50 PM, Pravin Joshi <[email protected]> wrote:
>
> I am trying to create storage plugin for snowflake and am getting Please
> retry: error (unable to create/ update storage) error. JDBC connection and
> credentials are verified outside of drill.
>
>
> Using following storage configuration. Any advice would be helpful.
>
> {
> "type": "jdbc",
> "driver": "net.snowflake.client.jdbc.SnowflakeDriver",
> "url": "jdbc:snowflake://<SNOWFLAKE_URL>",
> "username":
> "password":
> "enabled": true
> }