Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-2348

The value of DEFAULT_SPOOL_DIRECTORY is invalid on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 4.5.2
    • 4.7.0
    • None
    • None
    • windows

    Description

      The value of DEFAULT_SPOOL_DIRECTORY is the "/tmp", so the IOException will happen if we run the phoenix client on Windows.

      Does we should use the tmp path got from system property. For example:
      DEFAULT_SPOOL_DIRECTORY = System.getProperty("java.io.tmpdir");

      Attachments

        1. PHOENIX-2348.patch
          1.0 kB
          Chia-Ping Tsai

        Activity

          People

            Unassigned Unassigned
            chia7712 Chia-Ping Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: