Interface OutputFormatConfiguration.Builder

    • Method Detail

      • serializer

        OutputFormatConfiguration.Builder serializer​(Serializer serializer)

        Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.

        Parameters:
        serializer - Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.