2. How can I create a Hive table to access data in object storage?

To analyze data in object storage using Hive, define a Hive table over the object store directories. This can be done a Hive DDL statement.

Use the Explore page to explore data in object storage and define Hive tables over it. See Exploring Data in the Cloud for more information.

For MapReduce jobs you can input directories through command line options.