Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.1.0
-
None
-
None
Description
In the Spark UI and some exception logging, Dataframes are described using the schemas. This is very useful.
We use Spark SQL in an application where our customers can manipulate data. When we need to examine logs or check the Spark REST API or UI, we would prefer to be able to override the name of the Dataframe to be something that identifies the origin of the Dataframe as opposed to having the column names exposed. There is a small possibility that the column names could contain some Personally Identifiable Information.
Attachments
Issue Links
- duplicates
-
SPARK-8480 Add setName for Dataframe
- Resolved