Correct any errors in the following sentences. Write complet…

Correct any errors in the following sentences. Write complete sentences. Number your sentences.  Came to this country was a dream come true. I don’t think that get a lot of money is a good goal in life. Attending a university help people to get a better job.  I think that study is an important part of the job. My favorite thing is meet my friends after class. Do what you love is the key to success. No matter how hard you working, your success depends on do what you love. When you love your job, you are totally committedto do your best. You won’t mind work extra hard when something difficult get in your way.

Consider the following PySpark scriptline 1: logsDF = spark….

Consider the following PySpark scriptline 1: logsDF = spark.read.text(“/loudacre/weblogs/logfile”)line 2: htmllogsDF = logsDF.filter(logsDF.value.contains(“html”))line 3: htmllogsDF.show()line 4: htmllogsDF.count()Which of the following statements is TRUE about the execution of the above script?