You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Weiluo Ren (JIRA)" <ji...@apache.org> on 2016/07/14 01:18:20 UTC

[jira] [Updated] (SPARK-16538) Cannot use "SparkR::sql"

     [ https://issues.apache.org/jira/browse/SPARK-16538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weiluo Ren updated SPARK-16538:
-------------------------------
    Description: 
When call "SparkR::sql", an error pops up. For instance

{code}
SparkR::sql("")

Error in get(paste0(funcName, ".default")) :
 object '::.default' not found
{code}


https://github.com/apache/spark/blob/f4767bcc7a9d1bdd301f054776aa45e7c9f344a7/R/pkg/R/SQLContext.R#L51

  was:
When call "SparkR::sql", an error pops up. For instance

{code
SparkR::sql("")

Error in get(paste0(funcName, ".default")) :
 object '::.default' not found
}


> Cannot use "SparkR::sql"
> ------------------------
>
>                 Key: SPARK-16538
>                 URL: https://issues.apache.org/jira/browse/SPARK-16538
>             Project: Spark
>          Issue Type: Bug
>          Components: SparkR
>    Affects Versions: 1.6.2, 2.0.0
>            Reporter: Weiluo Ren
>
> When call "SparkR::sql", an error pops up. For instance
> {code}
> SparkR::sql("")
> Error in get(paste0(funcName, ".default")) :
>  object '::.default' not found
> {code}
> https://github.com/apache/spark/blob/f4767bcc7a9d1bdd301f054776aa45e7c9f344a7/R/pkg/R/SQLContext.R#L51



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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