You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Saif Addin Ellafi (JIRA)" <ji...@apache.org> on 2016/09/29 20:54:20 UTC

[jira] [Created] (SPARK-17735) Cannot call sqlContext inside udf

Saif Addin Ellafi created SPARK-17735:
-----------------------------------------

             Summary: Cannot call sqlContext inside udf
                 Key: SPARK-17735
                 URL: https://issues.apache.org/jira/browse/SPARK-17735
             Project: Spark
          Issue Type: Bug
          Components: Spark Core, SQL
    Affects Versions: 1.6.0
         Environment: Linux
            Reporter: Saif Addin Ellafi
            Priority: Minor


Hello, I know it is a strange use case but I just wanted to append is cache to hive tables and turned out into this

def inCacheUdf = org.apache.spark.sql.functions.udf {name: String => sqlContext.isCached(name)}

val ts = sqlContext.tables

ts.withColumn("foo", inCacheUdf(ts.col("tableName"))).show

.. will throw a Null Pointer Exception.

I am not sure, since in my program I was getting:

A master url must be set in your configuration

or NullPointer a getConf as well.

Thoughts?



--
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