Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-1429

NPE HoodieMultiTableDeltaStreamer when using parquet DFS source

    XMLWordPrintableJSON

Details

    Description

      NPE HoodieMultiTableDeltaStreamer when using parquet DFS source at 

      org/apache/hudi/utilities/deltastreamer/HoodieMultiTableDeltaStreamer.java:150

      Below is the error causing snippet

      if (cfg.schemaProviderClassName.equals(SchemaRegistryProvider.class.getName())) {

       in case of parquest dfs schema provider is not provided.

      cfg.schemaProviderClassName is null 

      so the above should be 

      if (SchemaRegistryProvider.class.getName().equals(cfg.schemaProviderClassName)) {

      Attachments

        Activity

          People

            shivnarayan sivabalan narayanan
            bhushanamK Nagabhushanam
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 2h
                2h
                Remaining:
                Remaining Estimate - 2h
                2h
                Logged:
                Time Spent - Not Specified
                Not Specified