Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-14066

Pyflink building failure in master and 1.9.0 version

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.9.0, 1.10.0
    • 1.9.2, 1.10.0
    • API / Python, Build System
    • windows 10 enterprise x64(mentioned as build environment, not development environment.)

      powershell x64

      flink source master and 1.9.0 version

      jdk-8u202

      maven-3.2.5

    • Important

    Description

      ATTENTION: This is a issue about building pyflink, not development.

      During we build pyflink...

      After we have built flink from flink source code, a folder named "target" is generated.

      Then, following the document description, "cd flink-python; python3 setup.py sdist bdist_wheel", error happens.

      Root cause: in the setup.py file, line 75, "FLINK_HOME = os.path.abspath("../build-target")", the program can't found folder "build-target", however, the building of flink generated a folder named "target". So error happens in this way...

       

      The right way:

      in ../flink-python/setup.py line 75, modify code as following:

      FLINK_HOME = os.path.abspath("../target")

      Attachments

        1. setup.py
          9 kB
          Xu Yang

        Issue Links

          Activity

            People

              dian.fu Dian Fu
              coldmoon7777777 Xu Yang
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 1h
                  1h
                  Remaining:
                  Time Spent - 20m Remaining Estimate - 40m
                  40m
                  Logged:
                  Time Spent - 20m Remaining Estimate - 40m
                  20m