Re: PyCharm IDE throws spark error

2020-11-15 Thread Mich Talebzadeh
Many thanks Wim. It turned up to be a spelling error in the code! LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw * *Disclaimer:* Use it at your own risk. Any and

Re: PyCharm IDE throws spark error

2020-11-13 Thread Wim Van Leuven
No Java installed? Or process can but find it? Java-home not set? On Fri, 13 Nov 2020 at 23:24, Mich Talebzadeh wrote: > Hi, > > This is basically a simple module > > from pyspark import SparkContext > from pyspark.sql import SQLContext > from pyspark.sql import HiveContext > from pyspark.sql im