README.md in embulk-input-athena-0.1.6 vs README.md in embulk-input-athena-0.1.7

- old
+ new

@@ -12,11 +12,11 @@ * **Cleanup supported**: no * **Guess supported**: no ## Configuration -* **driver_path**: path to the jar file of the Athena JDBC driver. If not set, the bundled JDBC driver(AthenaJDBC41-1.1.0.jar) will be used. (string) +* **driver_path**: path to the jar file of the Athena JDBC driver. If not set, the bundled JDBC driver(AthenaJDBC41.jar) will be used. (string) * **database**: database name (string, required) * **athena_url**: Athena url (string, required) * **s3_staging_dir**: The S3 location to which your query output is written, for example s3://query-results-bucket/folder/. (string, required) * **access_key**: AWS access key (string, required) * **secret_key**: AWS secret key (string, required) @@ -47,12 +47,6 @@ ```bash $ docker-compose up -d $ docker-compose exec embulk bash embulk>$ ./gradlew gem # -t to watch change of files and rebuild continuously - -embulk>$ embulk preview -I lib sample.yml -embulk>$ embulk preview -L . sample.yml - -curl -u shinji19 https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials -embulk>$ ./gradlew gemPush ```