spark-instrumented-optimizer/sql/core
Davies Liu 1fbe2785df [SPARK-15255][SQL] limit the length of name for cached DataFrame
## What changes were proposed in this pull request?

We use the tree string of an SparkPlan as the name of cached DataFrame, that could be very long, cause the browser to be not responsive. This PR will limit the length of the name to 1000 characters.

## How was this patch tested?

Here is how the UI looks right now:

![ui](https://cloud.githubusercontent.com/assets/40902/15163355/d5640f9c-16bc-11e6-8655-809af8a4fed1.png)

Author: Davies Liu <davies@databricks.com>

Closes #13033 from davies/cache_name.
2016-05-10 22:29:41 -07:00
..
src [SPARK-15255][SQL] limit the length of name for cached DataFrame 2016-05-10 22:29:41 -07:00
pom.xml [SPARK-15148][SQL] Upgrade Univocity library from 2.0.2 to 2.1.0 2016-05-05 11:26:40 -07:00