I have installed pyspark using (pipenv install pyspark) and type pyspark after activating 'pipenv shell' I can able to open pyspark terminal and able to run few spark code. but I am trying to figure out to enable Hive (for that where I need to place hive-site.xml (with mysql metastore properties) and not able to see any spark/config folder in order to place hive-site.xml).
Unfortunately the existing application much relied on Pipefile (so i have to follow pipenv install pyspark)