diff --git a/README.md b/README.md index 915025a..d696349 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ It is horizontally-scalable on top of distributed system, since apache beam can ## Version Info -- Apache Beam: 2.34.0 +- Apache Beam: 2.42.0 - Kuromoji: 0.7.7 ## How to Use @@ -54,7 +54,7 @@ It is horizontally-scalable on top of distributed system, since apache beam can mvn clean package # Run bigquery-to-datastore via the compiled JAR file -java -jar $(pwd)/target/kuromoji-for-bigquery-bundled-0.2.2.jar \ +java -jar $(pwd)/target/kuromoji-for-bigquery-bundled-0.4.0.jar \ --project=test-project-id \ --schema=id:integer \ --inputDataset=test_input_dataset \ @@ -76,6 +76,7 @@ java -jar $(pwd)/target/kuromoji-for-bigquery-bundled-0.2.2.jar \ | 0.1.0 | 2.1.0 | 0.7.7 | | 0.2.x | 2.20.0 | 0.7.7 | | 0.3.x | 2.34.0 | 0.7.7 | +| 0.4.x | 2.42.0 | 0.7.7 | ## License diff --git a/lib/kuromoji-0.7.7.jar b/lib/kuromoji-0.7.7.jar new file mode 100644 index 0000000..f11a3b1 Binary files /dev/null and b/lib/kuromoji-0.7.7.jar differ diff --git a/pom.xml b/pom.xml index 658abf9..4dd4e5f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,12 +22,12 @@ com.github.yuiskw kuromoji-for-bigquery - 0.3.0 + 0.4.0 jar - 2.39.0 + 2.42.0 v2-rev459-1.25.0 1.33.0 @@ -361,8 +361,8 @@ org.atilika.kuromoji kuromoji 0.7.7 - jar - compile + system + ${project.basedir}/lib/kuromoji-0.7.7.jar