Created
September 30, 2018 12:22
-
-
Save polleyg/11e71939a0a61f484527474c27f29328 to your computer and use it in GitHub Desktop.
Log of the build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SVN-18-148:gcp-tweets-streaming-pipeline grahampolley$ gcloud builds submit --config=cloudbuild.yaml . | |
Creating temporary tarball archive of 15 file(s) totalling 77.5 KiB before compression. | |
Some files were not included in the source upload. | |
Check the gcloud log [/Users/grahampolley/.config/gcloud/logs/2018.09.30/22.13.22.932440.log] to see which files and the contents of the | |
default gcloudignore file used (see `$ gcloud topic gcloudignore` to learn | |
more). | |
Uploading tarball of [.] to [gs://grey-sort-challenge_cloudbuild/source/1538309603.86-62473cec2d1f41a69edff2d7304b48e2.tgz] | |
Created [https://cloudbuild.googleapis.com/v1/projects/grey-sort-challenge/builds/81befc56-b3b6-4377-ae77-a2e7a30301b6]. | |
Logs are available at [https://console.cloud.google.com/gcr/builds/81befc56-b3b6-4377-ae77-a2e7a30301b6?project=850020793771]. | |
------------------------------------------------------------------------------------------- REMOTE BUILD OUTPUT -------------------------------------------------------------------------------------------- | |
starting build "81befc56-b3b6-4377-ae77-a2e7a30301b6" | |
FETCHSOURCE | |
Fetching storage object: gs://grey-sort-challenge_cloudbuild/source/1538309603.86-62473cec2d1f41a69edff2d7304b48e2.tgz#1538309608269724 | |
Copying gs://grey-sort-challenge_cloudbuild/source/1538309603.86-62473cec2d1f41a69edff2d7304b48e2.tgz#1538309608269724... | |
/ [1 files][ 57.4 KiB/ 57.4 KiB] | |
Operation completed over 1 objects/57.4 KiB. | |
BUILD | |
Starting Step #0 | |
Step #0: Already have image (with digest): gcr.io/cloud-builders/git | |
Step #0: Cloning into 'gcp-tweets-streaming-pipeline'... | |
Finished Step #0 | |
Starting Step #1 | |
Step #1: Already have image (with digest): gcr.io/cloud-builders/gcloud | |
Step #1: Services to deploy: | |
Step #1: | |
Step #1: descriptor: [/workspace/twitter-to-pubsub/app.yaml] | |
Step #1: source: [/workspace/twitter-to-pubsub] | |
Step #1: target project: [grey-sort-challenge] | |
Step #1: target service: [default] | |
Step #1: target version: [tweets] | |
Step #1: target url: [https://grey-sort-challenge.appspot.com] | |
Step #1: | |
Step #1: | |
Step #1: Do you want to continue (Y/n)? | |
Step #1: WARNING: Unable to verify that the Appengine Flexible API is enabled for project [grey-sort-challenge]. You may not have permission to list enabled services on this project. If it is not enabled, this may cause problems in running your deployment. Please ask the project owner to ensure that the Appengine Flexible API has been enabled and that this account has permission to list enabled APIs. | |
Step #1: Beginning deployment of service [default]... | |
Step #1: Building and pushing image for service [default] | |
Step #1: Started cloud build [476b2342-396a-4b5b-aab4-1696167e518a]. | |
Step #1: To see logs in the Cloud Console: https://console.cloud.google.com/gcr/builds/476b2342-396a-4b5b-aab4-1696167e518a?project=850020793771 | |
Step #1: ----------------------------- REMOTE BUILD OUTPUT ------------------------------ | |
Step #1: starting build "476b2342-396a-4b5b-aab4-1696167e518a" | |
Step #1: | |
Step #1: FETCHSOURCE | |
Step #1: Fetching storage object: gs://staging.grey-sort-challenge.appspot.com/us.gcr.io/grey-sort-challenge/appengine/default.tweets:latest#1538309619043833 | |
Step #1: Copying gs://staging.grey-sort-challenge.appspot.com/us.gcr.io/grey-sort-challenge/appengine/default.tweets:latest#1538309619043833... | |
/ [1 files][ 2.1 KiB/ 2.1 KiB] | |
Step #1: Operation completed over 1 objects/2.1 KiB. | |
Step #1: BUILD | |
Step #1: Already have image (with digest): gcr.io/cloud-builders/docker | |
Step #1: Sending build context to Docker daemon 8.192kB | |
Step #1: Step 1/9 : FROM python:2 | |
Step #1: 2: Pulling from library/python | |
Step #1: Digest: sha256:48691c9f26bb085e500a11b1b99bd95bfcc5d61ceaa4aa6ed160a87faf1bd429 | |
Step #1: Status: Downloaded newer image for python:2 | |
Step #1: ---> 4ee4ea2f0113 | |
Step #1: Step 2/9 : RUN pip install --upgrade pip | |
Step #1: ---> Running in 4c317b398773 | |
Step #1: Requirement already up-to-date: pip in /usr/local/lib/python2.7/site-packages (18.0) | |
Step #1: Removing intermediate container 4c317b398773 | |
Step #1: ---> 81ae208eba57 | |
Step #1: Step 3/9 : RUN pip install tweepy | |
Step #1: ---> Running in 8e3558bd7247 | |
Step #1: Collecting tweepy | |
Step #1: Downloading https://files.pythonhosted.org/packages/05/f1/2e8c7b202dd04117a378ac0c55cc7dafa80280ebd7f692f1fa8f27fd6288/tweepy-3.6.0-py2.py3-none-any.whl | |
Step #1: Collecting requests>=2.11.1 (from tweepy) | |
Step #1: Downloading https://files.pythonhosted.org/packages/65/47/7e02164a2a3db50ed6d8a6ab1d6d60b69c4c3fdf57a284257925dfc12bda/requests-2.19.1-py2.py3-none-any.whl (91kB) | |
Step #1: Collecting PySocks>=1.5.7 (from tweepy) | |
Step #1: Downloading https://files.pythonhosted.org/packages/53/12/6bf1d764f128636cef7408e8156b7235b150ea31650d0260969215bb8e7d/PySocks-1.6.8.tar.gz (283kB) | |
Step #1: Collecting six>=1.10.0 (from tweepy) | |
Step #1: Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl | |
Step #1: Collecting requests-oauthlib>=0.7.0 (from tweepy) | |
Step #1: Downloading https://files.pythonhosted.org/packages/94/e7/c250d122992e1561690d9c0f7856dadb79d61fd4bdd0e598087dce607f6c/requests_oauthlib-1.0.0-py2.py3-none-any.whl | |
Step #1: Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.11.1->tweepy) | |
Step #1: Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB) | |
Step #1: Collecting urllib3<1.24,>=1.21.1 (from requests>=2.11.1->tweepy) | |
Step #1: Downloading https://files.pythonhosted.org/packages/bd/c9/6fdd990019071a4a32a5e7cb78a1d92c53851ef4f56f62a3486e6a7d8ffb/urllib3-1.23-py2.py3-none-any.whl (133kB) | |
Step #1: Collecting certifi>=2017.4.17 (from requests>=2.11.1->tweepy) | |
Step #1: Downloading https://files.pythonhosted.org/packages/df/f7/04fee6ac349e915b82171f8e23cee63644d83663b34c539f7a09aed18f9e/certifi-2018.8.24-py2.py3-none-any.whl (147kB) | |
Step #1: Collecting idna<2.8,>=2.5 (from requests>=2.11.1->tweepy) | |
Step #1: Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB) | |
Step #1: Collecting oauthlib>=0.6.2 (from requests-oauthlib>=0.7.0->tweepy) | |
Step #1: Downloading https://files.pythonhosted.org/packages/e6/d1/ddd9cfea3e736399b97ded5c2dd62d1322adef4a72d816f1ed1049d6a179/oauthlib-2.1.0-py2.py3-none-any.whl (121kB) | |
Step #1: Building wheels for collected packages: PySocks | |
Step #1: Running setup.py bdist_wheel for PySocks: started | |
Step #1: Running setup.py bdist_wheel for PySocks: finished with status 'done' | |
Step #1: Stored in directory: /root/.cache/pip/wheels/22/5c/b5/12e0dfdfa85bea67b23628b6425fae715c687e947a45ee3df9 | |
Step #1: Successfully built PySocks | |
Step #1: Installing collected packages: chardet, urllib3, certifi, idna, requests, PySocks, six, oauthlib, requests-oauthlib, tweepy | |
Step #1: Successfully installed PySocks-1.6.8 certifi-2018.8.24 chardet-3.0.4 idna-2.7 oauthlib-2.1.0 requests-2.19.1 requests-oauthlib-1.0.0 six-1.11.0 tweepy-3.6.0 urllib3-1.23 | |
Step #1: Removing intermediate container 8e3558bd7247 | |
Step #1: ---> 601a22ddf037 | |
Step #1: Step 4/9 : RUN pip install --upgrade google-api-python-client | |
Step #1: ---> Running in 596a2e883404 | |
Step #1: Collecting google-api-python-client | |
Step #1: Downloading https://files.pythonhosted.org/packages/4e/92/e4746e646585c8c359781c19984fe8b6b8794a6cfe382cd481329d5252ac/google-api-python-client-1.7.4.tar.gz (141kB) | |
Step #1: Collecting httplib2<1dev,>=0.9.2 (from google-api-python-client) | |
Step #1: Downloading https://files.pythonhosted.org/packages/fd/ce/aa4a385e3e9fd351737fd2b07edaa56e7a730448465aceda6b35086a0d9b/httplib2-0.11.3.tar.gz (215kB) | |
Step #1: Collecting google-auth>=1.4.1 (from google-api-python-client) | |
Step #1: Downloading https://files.pythonhosted.org/packages/58/cb/96dbb4e50e7a9d856e89cc9c8e36ab1055f9774f7d85f37e2156c1d79d9f/google_auth-1.5.1-py2.py3-none-any.whl (65kB) | |
Step #1: Collecting google-auth-httplib2>=0.0.3 (from google-api-python-client) | |
Step #1: Downloading https://files.pythonhosted.org/packages/33/49/c814d6d438b823441552198f096fcd0377fd6c88714dbed34f1d3c8c4389/google_auth_httplib2-0.0.3-py2.py3-none-any.whl | |
Step #1: Requirement already satisfied, skipping upgrade: six<2dev,>=1.6.1 in /usr/local/lib/python2.7/site-packages (from google-api-python-client) (1.11.0) | |
Step #1: Collecting uritemplate<4dev,>=3.0.0 (from google-api-python-client) | |
Step #1: Downloading https://files.pythonhosted.org/packages/f6/25/66a49231b44409d7f07cfcf2506a8b070ce3c99fc47cc256bea833f24791/uritemplate-3.0.0-py2-none-any.whl | |
Step #1: Collecting pyasn1-modules>=0.2.1 (from google-auth>=1.4.1->google-api-python-client) | |
Step #1: Downloading https://files.pythonhosted.org/packages/19/02/fa63f7ba30a0d7b925ca29d034510fc1ffde53264b71b4155022ddf3ab5d/pyasn1_modules-0.2.2-py2.py3-none-any.whl (62kB) | |
Step #1: Collecting cachetools>=2.0.0 (from google-auth>=1.4.1->google-api-python-client) | |
Step #1: Downloading https://files.pythonhosted.org/packages/0a/58/cbee863250b31d80f47401d04f34038db6766f95dea1cc909ea099c7e571/cachetools-2.1.0-py2.py3-none-any.whl | |
Step #1: Collecting rsa>=3.1.4 (from google-auth>=1.4.1->google-api-python-client) | |
Step #1: Downloading https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl | |
Step #1: Collecting pyasn1<0.5.0,>=0.4.1 (from pyasn1-modules>=0.2.1->google-auth>=1.4.1->google-api-python-client) | |
Step #1: Downloading https://files.pythonhosted.org/packages/d1/a1/7790cc85db38daa874f6a2e6308131b9953feb1367f2ae2d1123bb93a9f5/pyasn1-0.4.4-py2.py3-none-any.whl (72kB) | |
Step #1: Building wheels for collected packages: google-api-python-client, httplib2 | |
Step #1: Running setup.py bdist_wheel for google-api-python-client: started | |
Step #1: Running setup.py bdist_wheel for google-api-python-client: finished with status 'done' | |
Step #1: Stored in directory: /root/.cache/pip/wheels/f1/55/aa/9e8fbe2d6a43e92b3c14307194e7ff53d1ef7907613edbd661 | |
Step #1: Running setup.py bdist_wheel for httplib2: started | |
Step #1: Running setup.py bdist_wheel for httplib2: finished with status 'done' | |
Step #1: Stored in directory: /root/.cache/pip/wheels/1b/9c/9e/1f6fdb21dbb1fe6a99101d697f12cb8c1fa96c1587df69adba | |
Step #1: Successfully built google-api-python-client httplib2 | |
Step #1: Installing collected packages: httplib2, pyasn1, pyasn1-modules, cachetools, rsa, google-auth, google-auth-httplib2, uritemplate, google-api-python-client | |
Step #1: Successfully installed cachetools-2.1.0 google-api-python-client-1.7.4 google-auth-1.5.1 google-auth-httplib2-0.0.3 httplib2-0.11.3 pyasn1-0.4.4 pyasn1-modules-0.2.2 rsa-4.0 uritemplate-3.0.0 | |
Step #1: Removing intermediate container 596a2e883404 | |
Step #1: ---> 16ca1fd8b58c | |
Step #1: Step 5/9 : RUN pip install --upgrade oauth2client | |
Step #1: ---> Running in b96f3886719e | |
Step #1: Collecting oauth2client | |
Step #1: Downloading https://files.pythonhosted.org/packages/95/a9/4f25a14d23f0786b64875b91784607c2277eff25d48f915e39ff0cff505a/oauth2client-4.1.3-py2.py3-none-any.whl (98kB) | |
Step #1: Requirement already satisfied, skipping upgrade: pyasn1>=0.1.7 in /usr/local/lib/python2.7/site-packages (from oauth2client) (0.4.4) | |
Step #1: Requirement already satisfied, skipping upgrade: pyasn1-modules>=0.0.5 in /usr/local/lib/python2.7/site-packages (from oauth2client) (0.2.2) | |
Step #1: Requirement already satisfied, skipping upgrade: rsa>=3.1.4 in /usr/local/lib/python2.7/site-packages (from oauth2client) (4.0) | |
Step #1: Requirement already satisfied, skipping upgrade: six>=1.6.1 in /usr/local/lib/python2.7/site-packages (from oauth2client) (1.11.0) | |
Step #1: Requirement already satisfied, skipping upgrade: httplib2>=0.9.1 in /usr/local/lib/python2.7/site-packages (from oauth2client) (0.11.3) | |
Step #1: Installing collected packages: oauth2client | |
Step #1: Successfully installed oauth2client-4.1.3 | |
Step #1: Removing intermediate container b96f3886719e | |
Step #1: ---> c1986274f420 | |
Step #1: Step 6/9 : RUN pip install python-dateutil | |
Step #1: ---> Running in 435d179f940a | |
Step #1: Collecting python-dateutil | |
Step #1: Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB) | |
Step #1: Requirement already satisfied: six>=1.5 in /usr/local/lib/python2.7/site-packages (from python-dateutil) (1.11.0) | |
Step #1: Installing collected packages: python-dateutil | |
Step #1: Successfully installed python-dateutil-2.7.3 | |
Step #1: Removing intermediate container 435d179f940a | |
Step #1: ---> f4ea1592032c | |
Step #1: Step 7/9 : ADD twitter-to-pubsub.py /twitter-to-pubsub.py | |
Step #1: ---> 235d6972179c | |
Step #1: Step 8/9 : ADD utils.py /utils.py | |
Step #1: ---> 04a170c5f891 | |
Step #1: Step 9/9 : CMD python twitter-to-pubsub.py | |
Step #1: ---> Running in 47dff70f7fa5 | |
Step #1: Removing intermediate container 47dff70f7fa5 | |
Step #1: ---> bf96cfe8bd43 | |
Step #1: Successfully built bf96cfe8bd43 | |
Step #1: Successfully tagged us.gcr.io/grey-sort-challenge/appengine/default.tweets:latest | |
Step #1: PUSH | |
Step #1: Pushing us.gcr.io/grey-sort-challenge/appengine/default.tweets:latest | |
Step #1: The push refers to repository [us.gcr.io/grey-sort-challenge/appengine/default.tweets] | |
Step #1: c92fe54b4bf5: Preparing | |
Step #1: db1551620123: Preparing | |
Step #1: 90bccf91cb64: Preparing | |
Step #1: 9b5458d36feb: Preparing | |
Step #1: 97ca2e207822: Preparing | |
Step #1: d234e206d7fb: Preparing | |
Step #1: 0ee760704fb5: Preparing | |
Step #1: 263d03b62eba: Preparing | |
Step #1: 679645bb925b: Preparing | |
Step #1: 130f23df7a35: Preparing | |
Step #1: 0d184ba72737: Preparing | |
Step #1: a19cb627cc73: Preparing | |
Step #1: ab016c9ea8f8: Preparing | |
Step #1: 2eb1c9bfc5ea: Preparing | |
Step #1: 0b703c74a09c: Preparing | |
Step #1: b28ef0b6fef8: Preparing | |
Step #1: d234e206d7fb: Waiting | |
Step #1: 0ee760704fb5: Waiting | |
Step #1: 263d03b62eba: Waiting | |
Step #1: 679645bb925b: Waiting | |
Step #1: 130f23df7a35: Waiting | |
Step #1: 0d184ba72737: Waiting | |
Step #1: a19cb627cc73: Waiting | |
Step #1: ab016c9ea8f8: Waiting | |
Step #1: 2eb1c9bfc5ea: Waiting | |
Step #1: 0b703c74a09c: Waiting | |
Step #1: b28ef0b6fef8: Waiting | |
Step #1: db1551620123: Pushed | |
Step #1: c92fe54b4bf5: Pushed | |
Step #1: 90bccf91cb64: Pushed | |
Step #1: 9b5458d36feb: Pushed | |
Step #1: 679645bb925b: Layer already exists | |
Step #1: 263d03b62eba: Layer already exists | |
Step #1: 130f23df7a35: Layer already exists | |
Step #1: 0d184ba72737: Layer already exists | |
Step #1: ab016c9ea8f8: Layer already exists | |
Step #1: a19cb627cc73: Layer already exists | |
Step #1: 0b703c74a09c: Layer already exists | |
Step #1: 2eb1c9bfc5ea: Layer already exists | |
Step #1: 97ca2e207822: Pushed | |
Step #1: b28ef0b6fef8: Layer already exists | |
Step #1: 0ee760704fb5: Pushed | |
Step #1: d234e206d7fb: Pushed | |
Step #1: latest: digest: sha256:9368b9be762fa68e21d77ada511ef6565fa0ca138a58683981ffa8bf9c182a7f size: 3688 | |
Step #1: DONE | |
Step #1: -------------------------------------------------------------------------------- | |
Step #1: | |
Step #1: Updating service [default] (this may take several minutes)... | |
Step #1: ...........................................................................................................................................................................................................................................................................................................................done. | |
Step #1: Setting traffic split for service [default]... | |
Step #1: .done. | |
Step #1: Deployed service [default] to [https://grey-sort-challenge.appspot.com] | |
Step #1: | |
Step #1: You can stream logs from the command line by running: | |
Step #1: $ gcloud app logs tail -s default | |
Step #1: | |
Step #1: To view your application in the web browser run: | |
Step #1: $ gcloud app browse --project=grey-sort-challenge | |
Finished Step #1 | |
Starting Step #2 | |
Step #2: Already have image (with digest): gcr.io/cloud-builders/gradle | |
Step #2: :compileJava | |
Step #2: Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-runners-google-cloud-dataflow-java/2.6.0/beam-runners-google-cloud-dataflow-java-2.6.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-sdks-java-io-google-cloud-platform/2.6.0/beam-sdks-java-io-google-cloud-platform-2.6.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-sdks-java-extensions-google-cloud-platform-core/2.6.0/beam-sdks-java-extensions-google-cloud-platform-core-2.6.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-model-pipeline/2.6.0/beam-model-pipeline-2.6.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client-parent/1.23.0/google-api-client-parent-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-parent/1.23.0/google-http-client-parent-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-dataflow/v1b3-rev221-1.23.0/google-api-services-dataflow-v1b3-rev221-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-clouddebugger/v2-rev233-1.23.0/google-api-services-clouddebugger-v2-rev233-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-storage/v1-rev124-1.23.0/google-api-services-storage-v1-rev124-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/0.7.1/google-auth-library-credentials-0.7.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-parent/0.7.1/google-auth-library-parent-0.7.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.7.1/google-auth-library-oauth2-http-0.7.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigdataoss/util/1.4.5/util-1.4.5.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigdataoss/bigdataoss-parent/1.4.5/bigdataoss-parent-1.4.5.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/avro/avro/1.8.2/avro-1.8.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/avro/avro-parent/1.8.2/avro-parent-1.8.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/avro/avro-toplevel/1.8.2/avro-toplevel-1.8.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/joda-time/joda-time/2.4/joda-time-2.4.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.5/jackson-base-2.9.5.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.5/jackson-bom-2.9.5.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/30/oss-parent-30.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.5/jackson-annotations-2.9.5.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-runners-core-construction-java/2.6.0/beam-runners-core-construction-java-2.6.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-sdks-java-extensions-protobuf/2.6.0/beam-sdks-java-extensions-protobuf-2.6.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-core/1.2.0/grpc-core-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-bigquery/v2-rev374-1.23.0/google-api-services-bigquery-v2-rev374-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/gax-grpc/0.20.0/gax-grpc-0.20.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-core-grpc/1.2.0/google-cloud-core-grpc-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-pom/0.20.0-alpha/google-cloud-pom-0.20.0-alpha.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-pubsub/v1-rev382-1.23.0/google-api-services-pubsub-v1-rev382-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-cloud-pubsub-v1/0.1.18/grpc-google-cloud-pubsub-v1-0.1.18.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-cloud-pubsub-v1/0.1.18/proto-google-cloud-pubsub-v1-0.1.18.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/datastore/datastore-v1-proto-client/1.4.0/datastore-v1-proto-client-1.4.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/datastore/datastore-v1-proto-client-parent/1.4.0/datastore-v1-proto-client-parent-1.4.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/datastore/datastore-v1-protos/1.3.0/datastore-v1-protos-1.3.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-auth/1.2.0/grpc-auth-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-netty/1.2.0/grpc-netty-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.8.Final/netty-handler-4.1.8.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.8.Final/netty-parent-4.1.8.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-stub/1.2.0/grpc-stub-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-core/1.0.2/google-cloud-core-1.0.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-pom/0.18.0-alpha/google-cloud-pom-0.18.0-alpha.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-spanner/0.20.0b-beta/google-cloud-spanner-0.20.0b-beta.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigtable/bigtable-protos/1.0.0-pre3/bigtable-protos-1.0.0-pre3.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigtable/bigtable-client-core-parent/1.0.0-pre3/bigtable-client-core-parent-1.0.0-pre3.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigtable/bigtable-client-parent/1.0.0-pre3/bigtable-client-parent-1.0.0-pre3.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigtable/bigtable-client-core/1.0.0/bigtable-client-core-1.0.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigtable/bigtable-client-core-parent/1.0.0/bigtable-client-core-parent-1.0.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigtable/bigtable-client-parent/1.0.0/bigtable-client-parent-1.0.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.2.0/protobuf-java-3.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.2.0/protobuf-parent-3.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-cloud-spanner-admin-database-v1/0.1.9/proto-google-cloud-spanner-admin-database-v1-0.1.9.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-common-protos/0.1.9/proto-google-common-protos-0.1.9.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-all/1.2.0/grpc-all-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-tcnative-boringssl-static/1.1.33.Fork26/netty-tcnative-boringssl-static-1.1.33.Fork26.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-tcnative-parent/1.1.33.Fork26/netty-tcnative-parent-1.1.33.Fork26.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.0.18.Final/netty-parent-4.0.18.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigdataoss/gcsio/1.4.5/gcsio-1.4.5.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-cloudresourcemanager/v1-rev477-1.23.0/google-api-services-cloudresourcemanager-v1-rev477-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.1.2/error_prone_parent-2.1.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-model-job-management/2.6.0/beam-model-job-management-2.6.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-parent/1.23.0/google-oauth-client-parent-1.23.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.1/httpcomponents-client-4.0.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client-java6/1.20.0/google-api-client-java6-1.20.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client-parent/1.20.0/google-api-client-parent-1.20.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.20.0/google-oauth-client-java6-1.20.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-parent/1.20.0/google-oauth-client-parent-1.20.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client-jackson2/1.20.0/google-api-client-jackson2-1.20.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/thoughtworks/paranamer/paranamer/2.7/paranamer-2.7.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/thoughtworks/paranamer/paranamer-parent/2.7/paranamer-parent-2.7.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.1.3/snappy-java-1.1.1.3.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.2.0/grpc-context-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/instrumentation/instrumentation-api/0.3.0/instrumentation-api-0.3.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf/1.2.0/grpc-protobuf-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value/1.2/auto-value-1.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/auto/auto-parent/3/auto-parent-3.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/gax/1.3.1/gax-1.3.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/api-common/1.1.0/api-common-1.1.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java-util/3.2.0/protobuf-java-util-3.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-iam-v1/0.1.18/proto-google-iam-v1-0.1.18.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-protobuf/1.20.0/google-http-client-protobuf-1.20.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-parent/1.20.0/google-http-client-parent-1.20.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson/1.20.0/google-http-client-jackson-1.20.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-common-protos/0.1.0/grpc-google-common-protos-0.1.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-core/maven-metadata.xml | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/maven-metadata.xml | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.8.Final/netty-codec-http2-4.1.8.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.8.Final/netty-handler-proxy-4.1.8.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.8.Final/netty-buffer-4.1.8.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.8.Final/netty-codec-4.1.8.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.8.Final/netty-transport-4.1.8.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-cloud-spanner-v1/0.1.11b/proto-google-cloud-spanner-v1-0.1.11b.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-cloud-spanner-v1/0.1.11b/grpc-google-cloud-spanner-v1-0.1.11b.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-cloud-spanner-admin-database-v1/0.1.11/grpc-google-cloud-spanner-admin-database-v1-0.1.11.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-cloud-spanner-admin-instance-v1/0.1.11/grpc-google-cloud-spanner-admin-instance-v1-0.1.11.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-longrunning-v1/0.1.11/grpc-google-longrunning-v1-0.1.11.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-cloud-spanner-admin-instance-v1/0.1.11/proto-google-cloud-spanner-admin-instance-v1-0.1.11.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-grpc-util/0.7.0/opencensus-contrib-grpc-util-0.7.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-parent/3.1.2/metrics-parent-3.1.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-appengine/0.7.0/google-auth-library-appengine-0.7.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-parent/0.7.0/google-auth-library-parent-0.7.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-okhttp/1.2.0/grpc-okhttp-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf-nano/1.2.0/grpc-protobuf-nano-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf-lite/1.2.0/grpc-protobuf-lite-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.7/gson-2.7.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.7/gson-parent-2.7.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.8.Final/netty-common-4.1.8.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.8.Final/netty-resolver-4.1.8.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-longrunning-v1/0.1.11/proto-google-longrunning-v1-0.1.11.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.7.0/opencensus-api-0.7.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/squareup/okhttp/okhttp/2.5.0/okhttp-2.5.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/squareup/okhttp/parent/2.5.0/parent-2.5.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.6.0/okio-1.6.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/squareup/okio/okio-parent/1.6.0/okio-parent-1.6.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/protobuf-javanano-3.0.0-alpha-5.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-sdks-java-core/2.6.0/beam-sdks-java-core-2.6.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-common-protos/0.1.18/proto-google-common-protos-0.1.18.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-core/1.2.0/google-cloud-core-1.2.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/json/json/20160810/json-20160810.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-stub/1.7.0/grpc-stub-1.7.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf/1.6.1/grpc-protobuf-1.6.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.4.0/protobuf-parent-3.4.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-cloud-spanner-admin-database-v1/0.1.11/proto-google-cloud-spanner-admin-database-v1-0.1.11.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.2/joda-time-2.9.2.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-common-protos/0.1.9/grpc-google-common-protos-0.1.9.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-core/1.7.0/grpc-core-1.7.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigtable/bigtable-protos/1.0.0/bigtable-protos-1.0.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.6.Final/netty-tcnative-boringssl-static-2.0.6.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-tcnative-parent/2.0.6.Final/netty-tcnative-parent-2.0.6.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-auth/1.7.0/grpc-auth-1.7.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-netty/1.7.0/grpc-netty-1.7.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.16.Final/netty-codec-http2-4.1.16.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.16.Final/netty-parent-4.1.16.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.7.0/grpc-context-1.7.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.4/snappy-java-1.1.4.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java-util/3.3.1/protobuf-java-util-3.3.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.3.1/protobuf-parent-3.3.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf-lite/1.6.1/grpc-protobuf-lite-1.6.1.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf/1.7.0/grpc-protobuf-1.7.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.16.Final/netty-codec-http-4.1.16.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.16.Final/netty-handler-proxy-4.1.16.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.16.Final/netty-codec-socks-4.1.16.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf-lite/1.7.0/grpc-protobuf-lite-1.7.0.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.16.Final/netty-handler-4.1.16.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.16.Final/netty-codec-4.1.16.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.16.Final/netty-transport-4.1.16.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.16.Final/netty-buffer-4.1.16.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.16.Final/netty-resolver-4.1.16.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.16.Final/netty-common-4.1.16.Final.pom | |
Step #2: Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.12/slf4j-log4j12-1.7.12.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-sdks-java-io-google-cloud-platform/2.6.0/beam-sdks-java-io-google-cloud-platform-2.6.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-sdks-java-extensions-google-cloud-platform-core/2.6.0/beam-sdks-java-extensions-google-cloud-platform-core-2.6.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-runners-core-construction-java/2.6.0/beam-runners-core-construction-java-2.6.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-sdks-java-extensions-protobuf/2.6.0/beam-sdks-java-extensions-protobuf-2.6.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-sdks-java-core/2.6.0/beam-sdks-java-core-2.6.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/avro/avro/1.8.2/avro-1.8.2.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigtable/bigtable-client-core/1.0.0/bigtable-client-core-1.0.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-model-pipeline/2.6.0/beam-model-pipeline-2.6.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-dataflow/v1b3-rev221-1.23.0/google-api-services-dataflow-v1b3-rev221-1.23.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-clouddebugger/v2-rev233-1.23.0/google-api-services-clouddebugger-v2-rev233-1.23.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-bigquery/v2-rev374-1.23.0/google-api-services-bigquery-v2-rev374-1.23.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-pubsub/v1-rev382-1.23.0/google-api-services-pubsub-v1-rev382-1.23.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/datastore/datastore-v1-proto-client/1.4.0/datastore-v1-proto-client-1.4.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-cloudresourcemanager/v1-rev477-1.23.0/google-api-services-cloudresourcemanager-v1-rev477-1.23.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigdataoss/gcsio/1.4.5/gcsio-1.4.5.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigdataoss/util/1.4.5/util-1.4.5.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client-java6/1.20.0/google-api-client-java6-1.20.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client-jackson2/1.20.0/google-api-client-jackson2-1.20.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/apis/google-api-services-storage/v1-rev124-1.23.0/google-api-services-storage-v1-rev124-1.23.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api-client/google-api-client/1.23.0/google-api-client-1.23.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-protobuf/1.20.0/google-http-client-protobuf-1.20.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson/1.20.0/google-http-client-jackson-1.20.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-appengine/0.7.0/google-auth-library-appengine-0.7.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-spanner/0.20.0b-beta/google-cloud-spanner-0.20.0b-beta.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-core-grpc/1.2.0/google-cloud-core-grpc-1.2.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/gax-grpc/0.20.0/gax-grpc-0.20.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-core/1.2.0/google-cloud-core-1.2.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/gax/1.3.1/gax-1.3.1.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.7.1/google-auth-library-oauth2-http-0.7.1.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.23.0/google-http-client-jackson2-1.23.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.20.0/google-oauth-client-java6-1.20.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.23.0/google-oauth-client-1.23.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.23.0/google-http-client-1.23.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-all/1.2.0/grpc-all-1.2.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-auth/1.7.0/grpc-auth-1.7.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/0.7.1/google-auth-library-credentials-0.7.1.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.2/joda-time-2.9.2.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.5/jackson-core-2.9.5.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.5/jackson-annotations-2.9.5.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf-nano/1.2.0/grpc-protobuf-nano-1.2.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-grpc-util/0.7.0/opencensus-contrib-grpc-util-0.7.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-okhttp/1.2.0/grpc-okhttp-1.2.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-cloud-pubsub-v1/0.1.18/grpc-google-cloud-pubsub-v1-0.1.18.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-cloud-spanner-v1/0.1.11b/grpc-google-cloud-spanner-v1-0.1.11b.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-cloud-spanner-admin-database-v1/0.1.11/grpc-google-cloud-spanner-admin-database-v1-0.1.11.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-cloud-spanner-admin-instance-v1/0.1.11/grpc-google-cloud-spanner-admin-instance-v1-0.1.11.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-longrunning-v1/0.1.11/grpc-google-longrunning-v1-0.1.11.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/datastore/datastore-v1-protos/1.3.0/datastore-v1-protos-1.3.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/cloud/bigtable/bigtable-protos/1.0.0/bigtable-protos-1.0.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/grpc-google-common-protos/0.1.9/grpc-google-common-protos-0.1.9.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-stub/1.7.0/grpc-stub-1.7.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-netty/1.7.0/grpc-netty-1.7.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf/1.7.0/grpc-protobuf-1.7.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-protobuf-lite/1.7.0/grpc-protobuf-lite-1.7.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-core/1.7.0/grpc-core-1.7.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-cloud-pubsub-v1/0.1.18/proto-google-cloud-pubsub-v1-0.1.18.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-cloud-spanner-v1/0.1.11b/proto-google-cloud-spanner-v1-0.1.11b.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-cloud-spanner-admin-instance-v1/0.1.11/proto-google-cloud-spanner-admin-instance-v1-0.1.11.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-longrunning-v1/0.1.11/proto-google-longrunning-v1-0.1.11.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-cloud-spanner-admin-database-v1/0.1.11/proto-google-cloud-spanner-admin-database-v1-0.1.11.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-iam-v1/0.1.18/proto-google-iam-v1-0.1.18.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/grpc/proto-google-common-protos/0.1.18/proto-google-common-protos-0.1.18.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/api/api-common/1.1.0/api-common-1.1.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/instrumentation/instrumentation-api/0.4.3/instrumentation-api-0.4.3.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.7.0/opencensus-api-0.7.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java-util/3.4.0/protobuf-java-util-3.4.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.16.Final/netty-codec-http2-4.1.16.Final.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.16.Final/netty-handler-4.1.16.Final.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.4.0/protobuf-java-3.4.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-tcnative-boringssl-static/2.0.6.Final/netty-tcnative-boringssl-static-2.0.6.Final.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-model-job-management/2.6.0/beam-model-job-management-2.6.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.2/error_prone_annotations-2.1.2.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/thoughtworks/paranamer/paranamer/2.7/paranamer-2.7.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.4/snappy-java-1.1.4.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.7.0/grpc-context-1.7.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value/1.2/auto-value-1.2.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/threeten/threetenbp/1.3.3/threetenbp-1.3.3.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.16.Final/netty-handler-proxy-4.1.16.Final.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.16.Final/netty-codec-http-4.1.16.Final.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.16.Final/netty-codec-socks-4.1.16.Final.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.16.Final/netty-codec-4.1.16.Final.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.16.Final/netty-transport-4.1.16.Final.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.16.Final/netty-buffer-4.1.16.Final.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.7/gson-2.7.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.16.Final/netty-resolver-4.1.16.Final.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.16.Final/netty-common-4.1.16.Final.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/squareup/okhttp/okhttp/2.5.0/okhttp-2.5.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.6.0/okio-1.6.0.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/protobuf-javanano-3.0.0-alpha-5.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/json/json/20160810/json-20160810.jar | |
Step #2: Download https://repo.maven.apache.org/maven2/org/apache/beam/beam-runners-google-cloud-dataflow-java/2.6.0/beam-runners-google-cloud-dataflow-java-2.6.0.jar | |
Step #2: :processResources | |
Step #2: :classes | |
Step #2: :jar | |
Step #2: :startScripts | |
Step #2: :distTar | |
Step #2: :distZip | |
Step #2: :assemble | |
Step #2: :compileTestJava NO-SOURCE | |
Step #2: :processTestResources NO-SOURCE | |
Step #2: :testClasses UP-TO-DATE | |
Step #2: :test NO-SOURCE | |
Step #2: :check UP-TO-DATE | |
Step #2: :build | |
Step #2: :run | |
Step #2: 12:19:27,256 0 [main] INFO org.apache.beam.runners.dataflow.DataflowRunner - PipelineOptions.filesToStage was not specified. Defaulting to files from the classpath: will stage 110 files. Enable logging at DEBUG level to see which files will be staged. | |
Step #2: 12:19:28,808 1552 [main] INFO org.apache.beam.runners.dataflow.DataflowRunner - Executing pipeline on the Dataflow Service, which will have billing implications related to Google Compute Engine usage and other Google Cloud Services. | |
Step #2: 12:19:28,823 1567 [main] INFO org.apache.beam.runners.dataflow.util.PackageUtil - Uploading 110 files from PipelineOptions.filesToStage to staging location to prepare for execution. | |
Step #2: 12:19:30,335 3079 [pool-2-thread-4] INFO org.apache.beam.runners.dataflow.util.PackageUtil - Uploading /workspace/build/classes/java/main to gs://tweet-pipeline/jars/main-W-8hprm5Y9fgd3M3SXZDgw.jar | |
Step #2: 12:19:30,413 3157 [pool-2-thread-20] INFO org.apache.beam.runners.dataflow.util.PackageUtil - Uploading /workspace/build/resources/main to gs://tweet-pipeline/jars/main-3P4gUihHBQF2GHUEZpOdHQ.jar | |
Step #2: 12:19:31,163 3907 [main] INFO org.apache.beam.runners.dataflow.util.PackageUtil - Staging files complete: 108 files cached, 2 files newly uploaded | |
Step #2: 12:19:31,749 4493 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Read_PubSub/PubsubUnboundedSource as step s1 | |
Step #2: 12:19:31,880 4624 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Read_PubSub/MapElements/Map as step s2 | |
Step #2: 12:19:31,938 4682 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Extract_Payload as step s3 | |
Step #2: 12:19:31,942 4686 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Write_BigQuery/PrepareWrite/ParDo(Anonymous) as step s4 | |
Step #2: 12:19:31,955 4699 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Write_BigQuery/StreamingInserts/CreateTables/ParDo(CreateTables) as step s5 | |
Step #2: 12:19:31,967 4711 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Write_BigQuery/StreamingInserts/StreamingWriteTables/ShardTableWrites as step s6 | |
Step #2: 12:19:31,990 4734 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Write_BigQuery/StreamingInserts/StreamingWriteTables/TagWithUniqueIds as step s7 | |
Step #2: 12:19:32,004 4748 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Write_BigQuery/StreamingInserts/StreamingWriteTables/Reshuffle/Window.Into()/Window.Assign as step s8 | |
Step #2: 12:19:32,028 4772 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Write_BigQuery/StreamingInserts/StreamingWriteTables/Reshuffle/GroupByKey as step s9 | |
Step #2: 12:19:32,033 4777 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Write_BigQuery/StreamingInserts/StreamingWriteTables/Reshuffle/ExpandIterable as step s10 | |
Step #2: 12:19:32,050 4794 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Write_BigQuery/StreamingInserts/StreamingWriteTables/GlobalWindow/Window.Assign as step s11 | |
Step #2: 12:19:32,053 4797 [main] INFO org.apache.beam.runners.dataflow.DataflowPipelineTranslator - Adding Tweets_Write_BigQuery/StreamingInserts/StreamingWriteTables/StreamingWrite as step s12 | |
Step #2: 12:19:32,071 4815 [main] INFO org.apache.beam.runners.dataflow.DataflowRunner - Staging pipeline description to gs://tweet-pipeline/jars | |
Step #2: 12:19:32,140 4884 [pool-223-thread-1] INFO org.apache.beam.runners.dataflow.util.PackageUtil - Uploading <28128 bytes, hash 5b9Y-H563hoIoMSGLaVo4A> to gs://tweet-pipeline/jars/pipeline-5b9Y-H563hoIoMSGLaVo4A.pb | |
Step #2: Dataflow SDK version: 2.6.0 | |
Step #2: 12:19:33,479 6223 [main] INFO org.apache.beam.runners.dataflow.DataflowRunner - To access the Dataflow monitoring console, please navigate to https://console.cloud.google.com/dataflow/jobsDetail/locations/us-central1/jobs/2018-09-30_05_19_32-8967790445465492841?project=grey-sort-challenge | |
Step #2: Submitted job: 2018-09-30_05_19_32-8967790445465492841 | |
Step #2: 12:19:33,483 6227 [main] INFO org.apache.beam.runners.dataflow.DataflowRunner - To cancel the job using the 'gcloud' tool, run: | |
Step #2: > gcloud dataflow jobs --project=grey-sort-challenge cancel --region=us-central1 2018-09-30_05_19_32-8967790445465492841 | |
Step #2: | |
Step #2: Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. | |
Step #2: See https://docs.gradle.org/4.6/userguide/command_line_interface.html#sec:command_line_warnings | |
Step #2: | |
Step #2: BUILD SUCCESSFUL in 59s | |
Step #2: 7 actionable tasks: 7 executed | |
Finished Step #2 | |
PUSH | |
DONE | |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
ID CREATE_TIME DURATION SOURCE IMAGES STATUS | |
81befc56-b3b6-4377-ae77-a2e7a30301b6 2018-09-30T12:13:30+00:00 6M3S gs://grey-sort-challenge_cloudbuild/source/1538309603.86-62473cec2d1f41a69edff2d7304b48e2.tgz - SUCCESS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment