You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2017/06/30 10:26:00 UTC

[jira] [Commented] (SPARK-21265) Cache method could specified name

    [ https://issues.apache.org/jira/browse/SPARK-21265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16069858#comment-16069858 ] 

Apache Spark commented on SPARK-21265:
--------------------------------------

User 'darionyaphet' has created a pull request for this issue:
https://github.com/apache/spark/pull/18486

> Cache method could specified name
> ---------------------------------
>
>                 Key: SPARK-21265
>                 URL: https://issues.apache.org/jira/browse/SPARK-21265
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.2, 2.1.1
>            Reporter: darion yaphet
>
> Currently when I cache dataset in my cluster I found the *RDD Name* is the RDD Schema in Storage Tab . When the sturcture is very complex , it's hard to read . So I wish could add a parameter to specified the RDD's name , the RDD's default name is schema . 
> {code:xml}
> Project [ftime#141, id#142L, ei#143, ui#144, kv#145, sts#146L, jsontostruct(StructField(filter,StringType,true), StructField(is_auto,StringType,true), StructField(omgid,StringType,true), StructField(devid,StringType,true), StructField(guid,StringType,true), StructField(ztid,StringType,true), StructField(page_step,StringType,true), StructField(itemValue,StringType,true), StructField(reportParams,StringType,true), StructField(build_type,StringType,true), StructField(ref_page_id,StringType,true), StructField(itemName,StringType,true), StructField(imei,StringType,true), StructField(lid,StringType,true), StructField(app_start_time,StringType,true), StructField(omgbizid,StringType,true), StructField(imsi,StringType,true), StructField(vid,StringType,true), StructField(page_id,StringType,true), StructField(pid,StringType,true), StructField(notification_enable,StringType,true), StructField(call_type,StringType,true), StructField(streamid,StringType,true), StructField(flavor,StringType,true), ... 12 more fields) AS ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org