Answer Posted / Sateesh Kumar
The `create-hive-table` command in Sqoop is used to create a Hive table from an external data source. You can use it with the following syntax: `sqoop create-hive-table --connect <connection_string> --table <table_name>`. This command assumes that you have set up Hive correctly and provides a way to connect Sqoop to Hive.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers