Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-3236

Reading Parquet tables from Metastore mangles location

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 1.1.0
    • SQL
    • None

    Description

      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.

      Attachments

        Activity

          People

            ilikerps Aaron Davidson
            ilikerps Aaron Davidson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: