You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michel Lemay (JIRA)" <ji...@apache.org> on 2017/05/11 13:33:05 UTC

[jira] [Commented] (SPARK-13486) Move SQLConf into an internal package

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

Michel Lemay commented on SPARK-13486:
--------------------------------------

This is troubling that this class isn't accessible outside spark.   When debugging an application, we must at times be able to see the default values for some configuration but there is to my knowledge no means to do so..  spark-summit --verbose do not show default values, only modified ones.  I don't want to go to github for specific tag/version of the code to guess what a default value might be.  We need to be able to see what every bit of settings including default values.

> Move SQLConf into an internal package
> -------------------------------------
>
>                 Key: SPARK-13486
>                 URL: https://issues.apache.org/jira/browse/SPARK-13486
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>             Fix For: 2.0.0
>
>
> To improve project structure, it would be better if the top level packages contain only public classes. For private ones such as SQLConf, we can move them into org.apache.spark.sql.internal.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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