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

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

Aaron Davidson created SPARK-3236:
-------------------------------------

             Summary: 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