SET

    • -v

    • property_key

    1. SET spark.sql.variable.substitute=false;
    2. -- List all SQLConf properties with value and meaning.
    3. SET -v;
    4. -- List all SQLConf properties with value for current session.
    5. -- List the value of specified property key.
    6. +-----------------------------+-----+
    7. | key|value|
    8. +-----------------------------+-----+
    9. |spark.sql.variable.substitute|false|