Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-1544

[BigPetStore] Use of java.io.File and check for directory existence will fail with non-POSIX DFSs (HDFS, S3, etc.)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • blueprints
    • None

    Description

      The BigPetStore Spark driver uses a java.io.File object to store the output directory path. The File's methods are used to check if the path exists and is a directory.

      Since non-POSIX DFSs (S3, HDFS, etc.) will not have paths of the appropriate format and will not be accessible through a POSIX interface, these checks will fail, preventing the usage of S3, HDFS, etc.

      Attachments

        Activity

          People

            rnowling R J Nowling
            rnowling R J Nowling
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: