Hi All, I have a python file which I am executing directly with spark-submit command.
Inside the python file, I have sql written using hive context.I created a generic variable for the database name inside sql The problem is : How can I pass the value for this variable dynamically just as we give in hive like --hivevar parameter. Thanks! Anudeep