1.What are the different commands used in Hbase operations? There are 5 atomic commands which carry out different operations by Hbase. Get, Put, Delete, Scan and Increment.
Technical Interview Questions and Answers
- HBaseInterview Questions and AnswersTechnical Interview Questions and Answers
- HiveInterview Questions and AnswersTechnical Interview Questions and Answers
Hive Interview Questions and Answers For Freshers Part-5
by Sby S41.Can we LOAD data into a view? No. A view can not be the target of a INSERT or LOAD statement.
- HiveInterview Questions and AnswersTechnical Interview Questions and Answers
Hive Interview Questions and Answers For Freshers Part-4
by Sby S31.What does the following query do? INSERT OVERWRITE TABLE employees PARTITION (country, state) SELECT …, se.cnty, se.st FROM staged_employees se; It creates partition on table employees with partition values coming …
- HiveInterview Questions and AnswersTechnical Interview Questions and Answers
Hive Interview Questions and Answers For Freshers Part-3
by Sby S21.What is the significance of the line set hive.mapred.mode = strict; It sets the mapreduce jobs to strict mode.By which the queries on partitioned tables can not run without a …
- HiveInterview Questions and AnswersTechnical Interview Questions and Answers
Hive Interview Questions and Answers For Freshers Part-2
by Sby S11.What are collection data types in Hive? There are three collection data types in Hive. ARRAY MAP STRUCT
- HiveInterview Questions and AnswersTechnical Interview Questions and Answers
Hive Interview Questions and Answers For Freshers Part-1
by Sby S1.What are the different types of tables available in HIve? There are two types. Managed table and external table. In managed table both the data an schema in under control …
- IMS-DBInterview Questions and AnswersTechnical Interview Questions and Answers
IMS-DB Interview Questions and Answers For Freshers Part-5
by Sby S41.In PCB which field is used to store the level of the segment that was processed? Segment level is known as Segment Hierarchy Level Indicator. It contains character data and …
- IMS-DBInterview Questions and AnswersTechnical Interview Questions and Answers
IMS-DB Interview Questions and Answers For Freshers Part-4
by Sby S31.How can we access the data in IMS DB? Data can be processed in both the ways: Sequential & Random.
- IMS-DBInterview Questions and AnswersTechnical Interview Questions and Answers
IMS-DB Interview Questions and Answers For Freshers Part-3
by Sby S21.What is the return code you get after a successful IMS call? We receive spaces after a successful call.
- IMS-DBInterview Questions and AnswersTechnical Interview Questions and Answers
IMS-DB Interview Questions and Answers For Freshers Part-2
by Sby S11.What is the use of PROCOPT? Procopt parameter specifies PROCESSING OPTIONS that define the type of processing performed on a segment.