1. 1. Iterate over the DistributedCache instance in the Mapper and add all the cached file paths to an array. 2. 2. There is a direct method available on the DistributedCache.getAllFilePath() 3. Access Mostly Uused Products by 50000+ Subscribers 4. 4. All of the above
1. create table table_name ( id int, date date, name string ) ) partitioned by (date string) 2. create table table_name ( id int, date date, name string ) ) partitioned by (string) 3. Access Mostly Uused Products by 50000+ Subscribers 4. Only 2 and 3 correct
1. The above CTAS statement creates the target table new_key_value_store with the schema (new_key DOUBLE, key_value_pair STRING) derived from the results of the SELECT statement 2. If the SELECT statement does not specify column aliases, the column names will be automatically assigned to _col0, _col1, and _col2 3. Access Mostly Uused Products by 50000+ Subscribers 4. 1 and 2 is correct 5. All 1,2 and 3 are correct