Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A Python client driver is available on github. For installation instructions, see Setting Up HiveServer2: Python Client Driver.

 

Integration with SQuirrel SQL Client

...

 

  1. Download, install and start the SQuirrel SQL Client from the SQuirrel SQL website.
  2. Select 'Drivers -> New Driver...' to register the Hive JDBC driver.
    1. Enter the driver name and example URL:

      Code Block
         Name: Hive
         Example URL: jdbc:hive2://localhost:10000/default
      

...