I am trying to create an impala table and add data into it using java.
1.) How should I create connection for impala?
2.) Can I create an impala table directly or should I create a hive table and access it using impala?
A java program or code snippets will help.