41. The minimum number of row versions to keep is configured per column family via . . . . . . . . A. HBaseDecriptor B. HTabDescriptor C. HColumnDescriptor D. All of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option C No explanation is given for this question Let's Discuss on Board
42. Apache HBase is a non-relational database modeled after Google's . . . . . . . . A. BigTop B. Bigtable C. Scanner D. FoundationDB Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
43. HBase supports a . . . . . . . . interface via Put and Result. A. "bytes-in/bytes-out" B. "bytes-in" C. "bytes-out" D. none of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A No explanation is given for this question Let's Discuss on Board
44. hiveconf variables are set as normal by using the following statement? A. set -v x=myvalue B. set x=myvalue C. reset x=myvalue D. none of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
45. To force Hive to be more verbose, it can be started with . . . . . . . . A. *hive -hiveconf hive.root.logger=INFO,console* B. *hive -hiveconf hive.subroot.logger=INFO,console* C. *hive -hiveconf hive.root.logger=INFOVALUE,console* D. All of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A No explanation is given for this question Let's Discuss on Board
46. Point out the wrong statement. A. HiveServer2 has a new JDBC driver B. CSV and TSV output formats are maintained for forward compatibility C. HiveServer2 supports both embedded and remote access to HiveServer2 D. None of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
47. Which of the following command does not operate on tables? A. enabled B. disabled C. drop D. all of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
48. Point out the wrong statement. A. There are four namespaces for variables in Hive B. Custom variables can be created in a separate namespace with the define C. Custom variables can also be created in a separate namespace with hivevar D. None of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A No explanation is given for this question Let's Discuss on Board
49. Which of the following will remove the resource(s) from the distributed cache? A. delete FILE[S] <filepath>* B. delete JAR[S] <filepath>* C. delete ARCHIVE[S] <filepath>* D. all of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D No explanation is given for this question Let's Discuss on Board
50. Which of the following statement will create a column with varchar datatype? A. CREATE TABLE foo (bar CHAR(10)) B. CREATE TABLE foo (bar VARCHAR(10)) C. CREATE TABLE foo (bar CHARVARYING(10)) D. All of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board