Skip to content

Conversation

@petermaxlee
Copy link
Contributor

What changes were proposed in this pull request?

This patch appends a message to suggest users running refresh table or reloading data frames when Spark sees a FileNotFoundException due to stale, cached metadata.

How was this patch tested?

Added a unit test for this in MetadataCacheSuite.

}
}

ignore("SPARK-16337 temporary view refresh") {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left this test case here as ignored, but we can turn it on once we implement refresh on views.

@petermaxlee
Copy link
Contributor Author

This was part of #13989 but decoupled so we can merge it sooner.

@SparkQA
Copy link

SparkQA commented Jun 30, 2016

Test build #61574 has finished for PR 14003 at commit e8a027f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Jun 30, 2016

Merging in master/2.0.

@asfgit asfgit closed this in fb41670 Jun 30, 2016
asfgit pushed a commit that referenced this pull request Jun 30, 2016
…tion

## What changes were proposed in this pull request?
This patch appends a message to suggest users running refresh table or reloading data frames when Spark sees a FileNotFoundException due to stale, cached metadata.

## How was this patch tested?
Added a unit test for this in MetadataCacheSuite.

Author: petermaxlee <petermaxlee@gmail.com>

Closes #14003 from petermaxlee/SPARK-16336.

(cherry picked from commit fb41670)
Signed-off-by: Reynold Xin <rxin@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants