SPRKPY1008
pyspark.sql.context.HiveContext
Last updated
pyspark.sql.context.HiveContext
Last updated
Message: pyspark.sql.context.HiveContext is not required
Category: Warning.
This issue appears when the tool detects the usage of , which is not required.
Input
In this example an example to create a connection to an Hive store.
Output
In Snowflake there are not Hive stores, so the Hive Context is not required, You can still use parquet files on Snowflake please check this to learn how.
Recommended fix
the sc variable refers to a
For the output code in the example you should add the similar to this code:
For more support, you can email us at or post an issue .