4. Which of the following statements is correct if you start Python Spark Shells without options? a.It can kill the shell instance. (correct) b.It can kill SparkContext in the shell. c.It can kill the Spark master on local. d.It may kill the shell instance and the Spark master on local.
5. Which of the following parameters must be supplied to create an FP-Growth model using the fpm module in PySpark 2.4.4?
a.data b.minSupport c.numPartitions d.All of these (correct)
6.You want to use a partition as an array while working with a DStream in PySpark 2.4.4. Which of these functions can be used to do perform this task?
a.combine() glom() (correct) persist() rowSet()
7.You want to process data by using SQL and HiveQL. Which of the following can you use for this?
Post a Comment