Interface ImpalaParameters.Builder

  • Method Details

    • host

      The host name of the Impala data source.

      Parameters:
      host - The host name of the Impala data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • port

      The port of the Impala data source.

      Parameters:
      port - The port of the Impala data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • database

      ImpalaParameters.Builder database(String database)

      The database of the Impala data source.

      Parameters:
      database - The database of the Impala data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sqlEndpointPath

      ImpalaParameters.Builder sqlEndpointPath(String sqlEndpointPath)

      The HTTP path of the Impala data source.

      Parameters:
      sqlEndpointPath - The HTTP path of the Impala data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.