- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Phoenix Editor
- Labels:
-
Apache Phoenix
Created on ‎05-24-2017 02:43 PM - edited ‎09-16-2022 04:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does Data Science Workbench support Phoenix as an editor? I saw from the announcement article that DSW supports Impala.
Thanks,
Ben
Created ‎05-25-2017 12:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎05-25-2017 12:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
