. . . . . . . . mode is used when you just have a single server and want to launch all the daemon processes.
A. Local Mode
B. Pseudo Distributed Mode
C. Distributed Mode
D. All of the mentioned
Select an option to see the answer and solution.
. . . . . . . . is a distributed machine learning framework on top of Spark.
A. MLlib
B. Spark Streaming
C. GraphX
D. RDDs
Select an option to see the answer and solution.
Point out the wrong statement.
A. Apache Hama is not a pure Bulk Synchronous Parallel Engine
B. Hama uses the Hadoop Core for RPC calls
C. Apache Hama is optimized for massive scientific computations such as matrix, graph and network algorithms
D. Hama is a relatively newer project than Hadoop
Select an option to see the answer and solution.
Hive does not have a data type corresponding to the . . . . . . . . type in Pig.
A. decimal
B. short
C. biginteger
D. datetime
Select an option to see the answer and solution.
You can write to a single partition by specifying the partition key(s) and value(s) in the . . . . . . . . method.
A. setOutput
B. setOut
C. put
D. get
Select an option to see the answer and solution.
Point out the wrong statement.
A. With Thrift, it is not possible to define a service and change the protocol and transport without recompiling the code
B. Thrift includes server infrastructure to tie protocols and transports together, like blocking, non-blocking, and multi threaded servers
C. Thrift supports a number of protocols for service definition
D. None of the mentioned
Select an option to see the answer and solution.
DoFns provide direct access to the . . . . . . . . object that is used within a given Map or Reduce task via the getContext method.
A. TaskInputContext
B. TaskInputOutputContext
C. TaskOutputContext
D. All of the mentioned
Select an option to see the answer and solution.
GraphX provides an API for expressing graph computation that can model the . . . . . . . . abstraction.
A. GaAdt
B. Spark Core
C. Pregel
D. None of the mentioned
Select an option to see the answer and solution.
The . . . . . . . . class allows developers to exercise precise control over how data is partitioned, sorted, and grouped by the underlying execution engine.
A. Grouping
B. GroupingOptions
C. RowGrouping
D. None of the mentioned
Select an option to see the answer and solution.
Hive, Pig, and Cascading all use a . . . . . . . . data model.
A. value centric
B. columnar
C. tuple-centric
D. none of the mentioned
Select an option to see the answer and solution.