Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Phoenix Editor

avatar
Expert Contributor

Does Data Science Workbench support Phoenix as an editor? I saw from the announcement article that DSW supports Impala.

 

Thanks,

Ben

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Benassi,

 

Within Cloudera Data Science Workbench you should be able to use almost any Python, R, or Java library you want. While we have not tested and do not support Apache Phoenix directly, you should be able to access it from within a session using the same methods you would on your local laptop.  For instance, Phoenix has a Python client library here:

 

https://phoenix.apache.org/phoenix_python.html

 

You could also likely use the JDBC driver from R, Python, and Scala engines using your favorite database library.

 

Best,

Tristan

View solution in original post

1 REPLY 1

avatar
Expert Contributor

Benassi,

 

Within Cloudera Data Science Workbench you should be able to use almost any Python, R, or Java library you want. While we have not tested and do not support Apache Phoenix directly, you should be able to access it from within a session using the same methods you would on your local laptop.  For instance, Phoenix has a Python client library here:

 

https://phoenix.apache.org/phoenix_python.html

 

You could also likely use the JDBC driver from R, Python, and Scala engines using your favorite database library.

 

Best,

Tristan