0 votes
in Spark Sql by
Parallelized collections are created by calling SparkContext’s parallelize method on an existing iterable or collection in driver program.

1. True

2. False

1 Answer

0 votes
by

Parallelized collections are created by calling SparkContext’s parallelize method on an existing iterable or collection in driver program.

Answer: True

...