Interface InputFormatConfiguration.Builder

    • Method Detail

      • deserializer

        InputFormatConfiguration.Builder deserializer​(Deserializer deserializer)

        Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.

        Parameters:
        deserializer - Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON 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.