What is the best approach to extracting a SQL Server sys-like view of the Hive metastore using one of: Impala, Hive, Pig?
Note: I do not have access to an ssh to the HDFS.
What is the best approach to extracting a SQL Server sys-like view of the Hive metastore using one of: Impala, Hive, Pig?
Note: I do not have access to an ssh to the HDFS.
You cannot access the Hive metastore tables from Hive, Impala, or Pig. You would use the appropriate JDBC connection driver directly to the metastore database.
And you don't need SSH, neccesarily, assuming the ports & grants for the metastore are remotely accessible.