Suppose there is an application that needs to frequently access the user table in the Oracle database. In order to improve performance, Redis is introduced to cache user information.
For this scenario, which of the following is the best data structure choice for Redis?
A large manufacturing company plans to transform its internal logistics data and sales data into big data. The design department has given an analysis of the data storage plan. Which of the following descriptions is correct?
Which distributed computing frameworks can the Hive component of FusionInsigt HD run on? (multiple choice)
On the client of FusionInsight HD, execute the kinit {account} command to get what item of KDC?
Suppose there is an application, there are 10 tables, each table has tens of millions of records, and the number of fields is about 20.
Now Redis is used to cache the data of these 10 tables. For the design of the data structure, which of the following is the best design?
In FusionInsight HD V100R002C60, regarding the Hive Python interface type, which of the following descriptions is incorrect?
In FusionInsight HD, what are the data distribution methods belonging to Streaming? (multiple choice)
Which of the following business applications is not suitable for Hive?
Regarding Redis cluster topology information, which of the following descriptions is correct?
Regarding the disaster tolerance of Streaming, which of the following statements is correct? (multiple choice)
There are the following business scenarios: the user's online log files have been stored on HDFS, and the log file content format is: each online record has three fields, namely name, gender, and online time, separated by "," between the fields; All female netizens who spend more than two hours online are required to print out.
Which of the following code fragments can achieve the above business scenarios? (multiple choice)
In FusionInsight HD, when using Streaming's ACK mechanism, which of the following statements are correct? (multiple choice)
In Spark, because DataFrame is a higher-level interface than RDD, the call level will be more. Therefore, the performance of all programs developed based on DataFrame will be worse than that of programs developed based on RDD.
Which of the following reasons will cause HDFS NameNode to enter safemode (safe read-only mode)? (multiple choice)