Interface Hive.Builder

    • Method Detail

      • query

        Hive.Builder query​(String query)

        The query for the Hive job run.

        Parameters:
        query - The query for the Hive job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initQueryFile

        Hive.Builder initQueryFile​(String initQueryFile)

        The query file for the Hive job run.

        Parameters:
        initQueryFile - The query file for the Hive job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        Hive.Builder parameters​(String parameters)

        The parameters for the Hive job run.

        Parameters:
        parameters - The parameters for the Hive job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.