Creating an Iceberg table
You create Iceberg tables from Impala from the command line or from Hue. See how to use the Impala shell to query Iceberg files from the Impala command line.
When you connect to an impalad running on the same machine, the prompt reflects the
current
hostname.
$ impala-shell
When you
connect to an impalad running on a remote machine, and impalad listens on a
non-default port over the HTTP HiveServer2
protocol.$ impala-shell -i some.other.hostname:port_number --protocol='hs2-http'