You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/08/27 02:13:57 UTC

[jira] [Commented] (SPARK-3236) Reading Parquet tables from Metastore mangles location

    [ https://issues.apache.org/jira/browse/SPARK-3236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14111623#comment-14111623 ] 

Apache Spark commented on SPARK-3236:
-------------------------------------

User 'aarondav' has created a pull request for this issue:
https://github.com/apache/spark/pull/2150

> Reading Parquet tables from Metastore mangles location
> ------------------------------------------------------
>
>                 Key: SPARK-3236
>                 URL: https://issues.apache.org/jira/browse/SPARK-3236
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Aaron Davidson
>            Assignee: Aaron Davidson
>
> Currently we do "relation.hiveQlTable.getDataLocation.getPath", which returns the path-part of the URI (e.g., s3n://my-bucket/my-path => /my-path). We should do "relation.hiveQlTable.getDataLocation.toString" instead, as a URI's toString returns a faithful representation of the full URI, which can later be passed into a Hadoop Path.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org