[jira] [Commented] (SPARK-10550) SQLListener error constructing extended SQLContext

2015-09-14 Thread shao lo (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14743572#comment-14743572 ] shao lo commented on SPARK-10550: - There are parts that are marked as experimental. This is not in that

[jira] [Commented] (SPARK-10550) SQLListener error constructing extended SQLContext

2015-09-14 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14743642#comment-14743642 ] Sean Owen commented on SPARK-10550: --- It's marked {{protected[sql]}} which means it is not accessible

[jira] [Commented] (SPARK-10550) SQLListener error constructing extended SQLContext

2015-09-14 Thread shao lo (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14744054#comment-14744054 ] shao lo commented on SPARK-10550: - I figured out the root of the problem. The SQLListenter() is passed

[jira] [Commented] (SPARK-10550) SQLListener error constructing extended SQLContext

2015-09-11 Thread shao lo (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14741408#comment-14741408 ] shao lo commented on SPARK-10550: - I am subclassing to gain access to some non-public data in my client

[jira] [Commented] (SPARK-10550) SQLListener error constructing extended SQLContext

2015-09-11 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14741493#comment-14741493 ] Sean Owen commented on SPARK-10550: --- Hm, but that's not going to be guaranteed to work to begin with. I

[jira] [Commented] (SPARK-10550) SQLListener error constructing extended SQLContext

2015-09-11 Thread shao lo (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14740959#comment-14740959 ] shao lo commented on SPARK-10550: - I do not know if this is valid Scala, but something like...

[jira] [Commented] (SPARK-10550) SQLListener error constructing extended SQLContext

2015-09-11 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14740996#comment-14740996 ] Sean Owen commented on SPARK-10550: --- Is it possible to avoid subclassing SQLContext? that would be more