[
https://issues.apache.org/jira/browse/PHOENIX-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492127#comment-14492127
]
ASF GitHub Bot commented on PHOENIX-1815:
-----------------------------------------
Github user mravi commented on the pull request:
https://github.com/apache/phoenix/pull/63#issuecomment-92292084
@jmahonin
One minor change. Can you please replace the following line in
PhoenixRDD.scala and ProductRDDFunctions. This will ensure we load
hbase-site.xml so all configuration parameters set for HBase / Phoenix can be
applied.
---------------------------
val config = new Configuration(conf) .
to
val config = HBaseConfiguration.create(conf)
> Use Spark Data Source API in phoenix-spark module
> -------------------------------------------------
>
> Key: PHOENIX-1815
> URL: https://issues.apache.org/jira/browse/PHOENIX-1815
> Project: Phoenix
> Issue Type: New Feature
> Reporter: Josh Mahonin
>
> Spark 1.3.0 introduces a new 'Data Source' API to standardize load and save
> methods for different types of data sources.
> The phoenix-spark module should implement the same API for use as a pluggable
> data store in Spark.
> ref:
> https://spark.apache.org/docs/latest/sql-programming-guide.html#data-sources
>
> https://databricks.com/blog/2015/01/09/spark-sql-data-sources-api-unified-data-access-for-the-spark-platform.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)