I have a script file in which i am defining some date variable and in the same file i am invoking Scala code using spark-shell command.
The variables defined in the shell file is being used as a date values (filters) in my Scala code (Spark.sql)
However i am getting error from Scala code that value does not found. I tried but this issue still persists.
Could you please help me in this?
Thanks and Regards,
Vimarsh