[jira] [Commented] (PHOENIX-4636) Include python-phoenixdb into Phoenix

2018-03-22 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409145#comment-16409145
 ] 

Hudson commented on PHOENIX-4636:
-

FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #1816 (See 
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/1816/])
PHOENIX-4636 Add the python PQS driver (elserj: rev 
1b72808b9f232a8d8029f76fc2a4f1708e48)
* (add) python/ci/phoenix/Dockerfile
* (add) python/doc/api.rst
* (add) python/examples/basic.py
* (add) python/phoenixdb/avatica/proto/__init__.py
* (add) python/phoenixdb/tests/test_connection.py
* (add) python/phoenixdb/avatica/__init__.py
* (add) python/phoenixdb/tests/test_errors.py
* (add) python/ci/phoenix/docker-entrypoint.sh
* (add) python/phoenixdb/errors.py
* (add) python/doc/Makefile
* (add) python/phoenixdb/tests/test_dbapi20.py
* (add) python/examples/shell.py
* (add) python/phoenixdb/avatica/proto/requests_pb2.py
* (add) python/ci/build-env/Dockerfile
* (add) python/RELEASING.rst
* (add) python/.gitignore
* (add) python/.gitlab-ci.yml
* (add) python/phoenixdb/__init__.py
* (add) python/setup.cfg
* (add) python/docker-compose.yml
* (add) python/phoenixdb/cursor.py
* (add) python/phoenixdb/types.py
* (add) python/phoenixdb/avatica/client.py
* (add) python/phoenixdb/tests/__init__.py
* (add) python/phoenixdb/avatica/proto/responses_pb2.py
* (edit) dev/make_rc.sh
* (add) python/README.rst
* (add) python/phoenixdb/tests/test_avatica.py
* (add) python/phoenixdb/connection.py
* (add) python/phoenixdb/avatica/proto/common_pb2.py
* (add) python/phoenixdb/tests/test_db.py
* (add) python/doc/index.rst
* (add) python/doc/versions.rst
* (add) python/tox.ini
* (add) python/ci/phoenix/hbase-site.xml
* (add) python/doc/conf.py
* (add) python/gen-protobuf.sh
* (add) python/phoenixdb/tests/test_types.py
* (add) python/setup.py
* (add) python/NEWS.rst
* (edit) pom.xml
* (add) python/requirements.txt
* (add) python/phoenixdb/tests/dbapi20.py


> Include python-phoenixdb into Phoenix
> -
>
> Key: PHOENIX-4636
> URL: https://issues.apache.org/jira/browse/PHOENIX-4636
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Ankit Singhal
>Assignee: Josh Elser
>Priority: Major
> Fix For: 4.14.0, 5.0.0
>
>
> Include [https://github.com/lalinsky/python-phoenixdb] in Phoenix.
> Details about the library can be found at:-
>  [http://python-phoenixdb.readthedocs.io/en/latest/]
> Discussion thread:-
> [https://www.mail-archive.com/dev@phoenix.apache.org/msg45424.html]
> commit:-
> [https://github.com/lalinsky/python-phoenixdb/commit/1bb34488dd530ca65f91b29ef16aa7b71f26b806]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4636) Include python-phoenixdb into Phoenix

2018-03-21 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408455#comment-16408455
 ] 

Josh Elser commented on PHOENIX-4636:
-

Forgot that I wanted to write a standalone program and update the readme. This 
all went well, so I'll push this into the docs and commit. Thanks, Ankit!

> Include python-phoenixdb into Phoenix
> -
>
> Key: PHOENIX-4636
> URL: https://issues.apache.org/jira/browse/PHOENIX-4636
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Ankit Singhal
>Assignee: Josh Elser
>Priority: Major
>
> Include [https://github.com/lalinsky/python-phoenixdb] in Phoenix.
> Details about the library can be found at:-
>  [http://python-phoenixdb.readthedocs.io/en/latest/]
> Discussion thread:-
> [https://www.mail-archive.com/dev@phoenix.apache.org/msg45424.html]
> commit:-
> [https://github.com/lalinsky/python-phoenixdb/commit/1bb34488dd530ca65f91b29ef16aa7b71f26b806]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4636) Include python-phoenixdb into Phoenix

2018-03-21 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408228#comment-16408228
 ] 

Josh Elser commented on PHOENIX-4636:
-

bq. These tests might be failing because of difference in timezone handling by 
Phoenix and dateTime module of python. (probably there were passing on lalinsky 
CI because of GMT timezone)

Ahh! That would make sense.

bq. +1, I would also suggest the same, we can create another Jira to track the 
issue.

Sounds good. Will push this up. Very exciting :)

> Include python-phoenixdb into Phoenix
> -
>
> Key: PHOENIX-4636
> URL: https://issues.apache.org/jira/browse/PHOENIX-4636
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Ankit Singhal
>Assignee: Josh Elser
>Priority: Major
>
> Include [https://github.com/lalinsky/python-phoenixdb] in Phoenix.
> Details about the library can be found at:-
>  [http://python-phoenixdb.readthedocs.io/en/latest/]
> Discussion thread:-
> [https://www.mail-archive.com/dev@phoenix.apache.org/msg45424.html]
> commit:-
> [https://github.com/lalinsky/python-phoenixdb/commit/1bb34488dd530ca65f91b29ef16aa7b71f26b806]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4636) Include python-phoenixdb into Phoenix

2018-03-21 Thread Ankit Singhal (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16408220#comment-16408220
 ] 

Ankit Singhal commented on PHOENIX-4636:


{quote}test_time (phoenixdb.tests.test_types.TypesTest) ... FAIL{quote}
{quote}test_timestamp (phoenixdb.tests.test_types.TypesTest) ... FAIL{quote}
These tests might be failing because of difference in timezone handling by 
Phoenix and dateTime module of python. (probably there were passing on lalinsky 
CI because of GMT timezone)
{quote}but I'm thinking I might just push it and deal with them later.
{quote}
+1, I would also suggest the same, we can create another Jira to track the 
issue.

> Include python-phoenixdb into Phoenix
> -
>
> Key: PHOENIX-4636
> URL: https://issues.apache.org/jira/browse/PHOENIX-4636
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Ankit Singhal
>Assignee: Josh Elser
>Priority: Major
>
> Include [https://github.com/lalinsky/python-phoenixdb] in Phoenix.
> Details about the library can be found at:-
>  [http://python-phoenixdb.readthedocs.io/en/latest/]
> Discussion thread:-
> [https://www.mail-archive.com/dev@phoenix.apache.org/msg45424.html]
> commit:-
> [https://github.com/lalinsky/python-phoenixdb/commit/1bb34488dd530ca65f91b29ef16aa7b71f26b806]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4636) Include python-phoenixdb into Phoenix

2018-03-20 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407005#comment-16407005
 ] 

Josh Elser commented on PHOENIX-4636:
-

{noformat}
test_time (phoenixdb.tests.test_types.TypesTest) ... FAIL
test_timestamp (phoenixdb.tests.test_types.TypesTest) ... FAIL{noformat}
These two tests are failing for me. Will try to figure out why quickly, but I'm 
thinking I might just push it and deal with them later.

> Include python-phoenixdb into Phoenix
> -
>
> Key: PHOENIX-4636
> URL: https://issues.apache.org/jira/browse/PHOENIX-4636
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Ankit Singhal
>Assignee: Josh Elser
>Priority: Major
>
> Include [https://github.com/lalinsky/python-phoenixdb] in Phoenix.
> Details about the library can be found at:-
>  [http://python-phoenixdb.readthedocs.io/en/latest/]
> Discussion thread:-
> [https://www.mail-archive.com/dev@phoenix.apache.org/msg45424.html]
> commit:-
> [https://github.com/lalinsky/python-phoenixdb/commit/1bb34488dd530ca65f91b29ef16aa7b71f26b806]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4636) Include python-phoenixdb into Phoenix

2018-03-19 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16405140#comment-16405140
 ] 

Josh Elser commented on PHOENIX-4636:
-

IP clearance is done. I'm going to run a test locally and get this committed. 
We can iterate more going forward.

> Include python-phoenixdb into Phoenix
> -
>
> Key: PHOENIX-4636
> URL: https://issues.apache.org/jira/browse/PHOENIX-4636
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Ankit Singhal
>Assignee: Josh Elser
>Priority: Major
>
> Include [https://github.com/lalinsky/python-phoenixdb] in Phoenix.
> Details about the library can be found at:-
>  [http://python-phoenixdb.readthedocs.io/en/latest/]
> Discussion thread:-
> [https://www.mail-archive.com/dev@phoenix.apache.org/msg45424.html]
> commit:-
> [https://github.com/lalinsky/python-phoenixdb/commit/1bb34488dd530ca65f91b29ef16aa7b71f26b806]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4636) Include python-phoenixdb into Phoenix

2018-03-08 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391606#comment-16391606
 ] 

Josh Elser commented on PHOENIX-4636:
-

Draft for IP clearance. 
[http://incubator.apache.org/ip-clearance/phoenix-phoenixdb.html]

Should get ICLA (and maybe CCLA) from Lukas and Mike (despite it already being 
licensed as ASLv2). The other contributions were trivial.

> Include python-phoenixdb into Phoenix
> -
>
> Key: PHOENIX-4636
> URL: https://issues.apache.org/jira/browse/PHOENIX-4636
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
>
> Include [https://github.com/lalinsky/python-phoenixdb] in Phoenix.
> Details about the library can be found at:-
>  [http://python-phoenixdb.readthedocs.io/en/latest/]
> Discussion thread:-
> [https://www.mail-archive.com/dev@phoenix.apache.org/msg45424.html]
> commit:-
> [https://github.com/lalinsky/python-phoenixdb/commit/1bb34488dd530ca65f91b29ef16aa7b71f26b806]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4636) Include python-phoenixdb into Phoenix

2018-03-08 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391448#comment-16391448
 ] 

Josh Elser commented on PHOENIX-4636:
-

I'm doing the IP clearance steps right now.

> Include python-phoenixdb into Phoenix
> -
>
> Key: PHOENIX-4636
> URL: https://issues.apache.org/jira/browse/PHOENIX-4636
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
>
> Include [https://github.com/lalinsky/python-phoenixdb] in Phoenix.
> Details about the library can be found at:-
>  [http://python-phoenixdb.readthedocs.io/en/latest/]
> Discussion thread:-
> [https://www.mail-archive.com/dev@phoenix.apache.org/msg45424.html]
> commit:-
> [https://github.com/lalinsky/python-phoenixdb/commit/1bb34488dd530ca65f91b29ef16aa7b71f26b806]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4636) Include python-phoenixdb into Phoenix

2018-03-08 Thread Ankit Singhal (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391152#comment-16391152
 ] 

Ankit Singhal commented on PHOENIX-4636:


It seems most of the steps need to be carried out either by member or officer 
of ASF, so [~elserj] , your help will be much needed here.

Till vote thread is in progress, let me ask Lucas to complete the below step of 
IP clearance process:-(I don't find him on Jira, need to ping him on mail and 
ask for Jira id)

* A software grant must be provided to the ASF. This grant can either be done 
by the  [ASF Corporate CLA | https://www.apache.org/licenses/cla-corporate.txt] 
(via Schedule B) or [the Software Grant 
Agreement|https://www.apache.org/licenses/software-grant.txt]. The completed 
and signed grant must be emailed to secret...@apache.org

> Include python-phoenixdb into Phoenix
> -
>
> Key: PHOENIX-4636
> URL: https://issues.apache.org/jira/browse/PHOENIX-4636
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
>
> Include [https://github.com/lalinsky/python-phoenixdb] in Phoenix.
> Details about the library can be found at:-
>  [http://python-phoenixdb.readthedocs.io/en/latest/]
> Discussion thread:-
> [https://www.mail-archive.com/dev@phoenix.apache.org/msg45424.html]
> commit:-
> [https://github.com/lalinsky/python-phoenixdb/commit/1bb34488dd530ca65f91b29ef16aa7b71f26b806]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)