Re: Word completion

2020-03-30 Thread Som Lima
Thanks. Also you may want to update the bank.registerTempTable("bank") to bank.createOrReplaceTempView("bank") in the spark tutorial. The first method has been deprecated. Your example is really great because it shows data ingestion over the internet. One really gets a very good idea of latenc

Re: Word completion

2020-03-30 Thread Jeff Zhang
type tab will enable code completion Som Lima 于2020年3月30日周一 下午3:14写道: > Hi, > > As you can see I have my own spark session. > Can you please tell me how to turn own code completion. > I did have it working for a while, I am not sure which setting it was. > Thank you. > > > > mport org.apache.spa

Word completion

2020-03-30 Thread Som Lima
Hi, As you can see I have my own spark session. Can you please tell me how to turn own code completion. I did have it working for a while, I am not sure which setting it was. Thank you. mport org.apache.spark.sql.SparkSession sc.stop() val spark = SparkSession.builder().master("spark://192