Re: Comments conventions in Spark distribution official examples

2020-08-05 Thread Sean Owen
These only matter to our documentation, which includes the source of these examples inline in the docs. For brevity, the examples don't need to show all the imports that are otherwise necessary for the source file. You can ignore them like the compiler does as comments if you are using the example

Comments conventions in Spark distribution official examples

2020-08-05 Thread Fuad Efendi
Hello, I am trying to guess what such comments needed for and cannot google it on Internet, maybe some documentation tool? Both, Java and Scala, have this in import statements and in a code: β€œ$example on” and β€œ$example off" package org.apache.spark.examples.sql // $example