[
https://issues.apache.org/jira/browse/BEAM-3342?focusedWorklogId=181279&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-181279
]
ASF GitHub Bot logged work on BEAM-3342:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jan/19 18:48
Start Date: 04/Jan/19 18:48
Worklog Time Spent: 10m
Work Description: juan-rael commented on issue #7367: [BEAM-3342] Create
a Cloud Bigtable Python connector Write
URL: https://github.com/apache/beam/pull/7367#issuecomment-451532008
This is the actual error:
```
13:23:31
======================================================================
13:23:31 ERROR: test_bigtable_write_python
(apache_beam.io.gcp.bigtable_io_test.BigtableIOWriteIT)
13:23:31
----------------------------------------------------------------------
13:23:31 Traceback (most recent call last):
13:23:31 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/apache_beam/io/gcp/bigtable_io_test.py",
line 95, in setUp
13:23:31 self._create_instance_table()
13:23:31 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/apache_beam/io/gcp/bigtable_io_test.py",
line 142, in _create_instance_table
13:23:31 if not cluster.exists():
13:23:31 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/target/.tox/py27-gcp/local/lib/python2.7/site-packages/google/cloud/bigtable/cluster.py",
line 204, in exists
13:23:31 client.instance_admin_client.get_cluster(name=self.name)
13:23:31 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/target/.tox/py27-gcp/local/lib/python2.7/site-packages/google/cloud/bigtable_admin_v2/gapic/bigtable_instance_admin_client.py",
line 899, in get_cluster
13:23:31 request, retry=retry, timeout=timeout, metadata=metadata)
13:23:31 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/target/.tox/py27-gcp/local/lib/python2.7/site-packages/google/api_core/gapic_v1/method.py",
line 143, in __call__
13:23:31 return wrapped_func(*args, **kwargs)
13:23:31 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/target/.tox/py27-gcp/local/lib/python2.7/site-packages/google/api_core/retry.py",
line 270, in retry_wrapped_func
13:23:31 on_error=on_error,
13:23:31 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/target/.tox/py27-gcp/local/lib/python2.7/site-packages/google/api_core/retry.py",
line 199, in retry_target
13:23:31 last_exc,
13:23:31 File
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/target/.tox/py27-gcp/local/lib/python2.7/site-packages/six.py",
line 737, in raise_from
13:23:31 raise value
13:23:31 RetryError: Deadline of 600.0s exceeded while calling
<functools.partial object at 0x7f786d5b1940>, last exception: 503 Getting
metadata from plugin failed with error: Not supported proxy scheme smtp
```
Have problems to create the cluster in bigtable, I think it is a credentials
error.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 181279)
Time Spent: 1h 10m (was: 1h)
> Create a Cloud Bigtable Python connector
> ----------------------------------------
>
> Key: BEAM-3342
> URL: https://issues.apache.org/jira/browse/BEAM-3342
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Solomon Duskis
> Assignee: Solomon Duskis
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> I would like to create a Cloud Bigtable python connector.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)