Which of the following is one of the possible state for a workflow jobs?
Prep
Well Done. Your Answer is Correct Keep it Up! Explanation: Possible states for a workflow jobs are: PREP, RUNNING, SUSPENDED, SUCCEEDED, KILLED and FAILED.
Oozie Workflow jobs are Directed ________ graphs of actions.
Acyclical
Well Done. Your Answer is Correct Keep it Up! Explanation: Oozie is a framework allowing to combine multiple Map/Reduce jobs into a logical unit of work.
Well Done. Your Answer is Correct Keep it Up! Explanation: Oozie Eclipse plugin (OEP) is an Eclipse plugin for editing Apache Oozie workflows graphically.
Which of the following language is not supported by Spark?
Pascal
Well Done. Your Answer is Correct Keep it Up! Explanation: The Spark engine runs in a variety of environments, from cloud services to Hadoop or Mesos clusters.
Which of the following can be used to launch Spark jobs inside MapReduce?
SIMR
Well Done. Your Answer is Correct Keep it Up! Explanation: With SIMR, users can start experimenting with Spark and use its shell within a couple of minutes after downloading it.
Spark enables Apache Hive users to run their unmodified queries much faster
Well Done. Your Answer is Correct Keep it Up! Explanation: Shark can accelerate Hive queries by as much as 100x when the input data fits into memory, and up 10x when the input data is stored on disk.
Spark interoperates only with Hadoop
Spark is a popular data warehouse solution running on top of Hadoop
________ is a distributed graph processing framework on top of Spark.
GraphX
Well Done. Your Answer is Correct Keep it Up! Explanation: GraphX started initially as a research project at UC Berkeley AMPLab and Databricks, and was later donated to the Spark project.