Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.11.0, 0.10.1, 0.10.2
    • Build
    • None

    Description

      mvn clean install -DskipTests -Dhadoop.version=2.7.0
      

      The error statement is as follow:

      [ERROR] /home/hyunsik/Code/tajo/tajo-8/tajo-core/src/main/java/org/apache/tajo/engine/utils/ThreadUtil.java:[109,24] error: method printThreadInfo in class ReflectionUtils cannot be applied to given types;
      

      Attachments

        Activity

          githubbot ASF GitHub Bot added a comment -

          GitHub user jinossy opened a pull request:

          https://github.com/apache/tajo/pull/585

          TAJO-1621: Compilation error with hadoop 2.7.0

          You can merge this pull request into a Git repository by running:

          $ git pull https://github.com/jinossy/tajo TAJO-1621

          Alternatively you can review and apply these changes as the patch at:

          https://github.com/apache/tajo/pull/585.patch

          To close this pull request, make a commit to your master/trunk branch
          with (at least) the following in the commit message:

          This closes #585


          commit 5cb99581566bf9c8f478aac6c91c03bd65828c3c
          Author: Jinho Kim <jhkim@apache.org>
          Date: 2015-05-26T06:18:56Z

          TAJO-1621: Compilation error with hadoop 2.7.0


          githubbot ASF GitHub Bot added a comment - GitHub user jinossy opened a pull request: https://github.com/apache/tajo/pull/585 TAJO-1621 : Compilation error with hadoop 2.7.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jinossy/tajo TAJO-1621 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tajo/pull/585.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #585 commit 5cb99581566bf9c8f478aac6c91c03bd65828c3c Author: Jinho Kim <jhkim@apache.org> Date: 2015-05-26T06:18:56Z TAJO-1621 : Compilation error with hadoop 2.7.0
          jhkim Jinho Kim added a comment -

          ThreadUtil.java is unused class. I’ve remove it

          jhkim Jinho Kim added a comment - ThreadUtil.java is unused class. I’ve remove it
          githubbot ASF GitHub Bot added a comment -

          Github user jinossy closed the pull request at:

          https://github.com/apache/tajo/pull/585

          githubbot ASF GitHub Bot added a comment - Github user jinossy closed the pull request at: https://github.com/apache/tajo/pull/585
          githubbot ASF GitHub Bot added a comment -

          GitHub user jinossy opened a pull request:

          https://github.com/apache/tajo/pull/586

          TAJO-1621: Compilation error with hadoop 2.7.0

          You can merge this pull request into a Git repository by running:

          $ git pull https://github.com/jinossy/tajo TAJO-1621

          Alternatively you can review and apply these changes as the patch at:

          https://github.com/apache/tajo/pull/586.patch

          To close this pull request, make a commit to your master/trunk branch
          with (at least) the following in the commit message:

          This closes #586


          commit 985f61d6b1c71a7b261a5f91496fde104b61d708
          Author: Jihoon Son <jihoonson@apache.org>
          Date: 2015-05-26T07:13:28Z

          TAJO-1619: JDBC program is stuck after closing. (jihoon)

          commit 170e3faf71f35f1f668abfd8f72b9cbf0f728bdf
          Author: Jinho Kim <jhkim@apache.org>
          Date: 2015-05-26T07:32:32Z

          TAJO-1621


          githubbot ASF GitHub Bot added a comment - GitHub user jinossy opened a pull request: https://github.com/apache/tajo/pull/586 TAJO-1621 : Compilation error with hadoop 2.7.0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jinossy/tajo TAJO-1621 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tajo/pull/586.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #586 commit 985f61d6b1c71a7b261a5f91496fde104b61d708 Author: Jihoon Son <jihoonson@apache.org> Date: 2015-05-26T07:13:28Z TAJO-1619 : JDBC program is stuck after closing. (jihoon) commit 170e3faf71f35f1f668abfd8f72b9cbf0f728bdf Author: Jinho Kim <jhkim@apache.org> Date: 2015-05-26T07:32:32Z TAJO-1621
          githubbot ASF GitHub Bot added a comment -

          Github user jihoonson commented on the pull request:

          https://github.com/apache/tajo/pull/586#issuecomment-105549235

          +1. Even though the latest test is failed, I've verified this patch with my laptop. In addition, every test failure is not related to the changes in this patch.

          githubbot ASF GitHub Bot added a comment - Github user jihoonson commented on the pull request: https://github.com/apache/tajo/pull/586#issuecomment-105549235 +1. Even though the latest test is failed, I've verified this patch with my laptop. In addition, every test failure is not related to the changes in this patch.
          githubbot ASF GitHub Bot added a comment -

          Github user asfgit closed the pull request at:

          https://github.com/apache/tajo/pull/586

          githubbot ASF GitHub Bot added a comment - Github user asfgit closed the pull request at: https://github.com/apache/tajo/pull/586
          jhkim Jinho Kim added a comment -

          committed it.
          Thanks

          jhkim Jinho Kim added a comment - committed it. Thanks
          hudson Hudson added a comment -

          ABORTED: Integrated in Tajo-master-CODEGEN-build #358 (See https://builds.apache.org/job/Tajo-master-CODEGEN-build/358/)
          TAJO-1621: Compilation error with hadoop 2.7.0. (jinho) (jhkim: rev 1872df94355bed50a3ac55ffd7632ab532bdb506)

          • tajo-core/src/main/java/org/apache/tajo/engine/utils/ThreadUtil.java
          • CHANGES
          • tajo-core/pom.xml
          • tajo-core/src/main/java/org/apache/tajo/ha/HdfsServiceTracker.java
          • tajo-core/src/test/java/org/apache/tajo/TajoTestingCluster.java
          hudson Hudson added a comment - ABORTED: Integrated in Tajo-master-CODEGEN-build #358 (See https://builds.apache.org/job/Tajo-master-CODEGEN-build/358/ ) TAJO-1621 : Compilation error with hadoop 2.7.0. (jinho) (jhkim: rev 1872df94355bed50a3ac55ffd7632ab532bdb506) tajo-core/src/main/java/org/apache/tajo/engine/utils/ThreadUtil.java CHANGES tajo-core/pom.xml tajo-core/src/main/java/org/apache/tajo/ha/HdfsServiceTracker.java tajo-core/src/test/java/org/apache/tajo/TajoTestingCluster.java
          hudson Hudson added a comment -

          SUCCESS: Integrated in Tajo-master-build #718 (See https://builds.apache.org/job/Tajo-master-build/718/)
          TAJO-1621: Compilation error with hadoop 2.7.0. (jinho) (jhkim: rev 1872df94355bed50a3ac55ffd7632ab532bdb506)

          • tajo-core/pom.xml
          • tajo-core/src/main/java/org/apache/tajo/ha/HdfsServiceTracker.java
          • tajo-core/src/test/java/org/apache/tajo/TajoTestingCluster.java
          • CHANGES
          • tajo-core/src/main/java/org/apache/tajo/engine/utils/ThreadUtil.java
          hudson Hudson added a comment - SUCCESS: Integrated in Tajo-master-build #718 (See https://builds.apache.org/job/Tajo-master-build/718/ ) TAJO-1621 : Compilation error with hadoop 2.7.0. (jinho) (jhkim: rev 1872df94355bed50a3ac55ffd7632ab532bdb506) tajo-core/pom.xml tajo-core/src/main/java/org/apache/tajo/ha/HdfsServiceTracker.java tajo-core/src/test/java/org/apache/tajo/TajoTestingCluster.java CHANGES tajo-core/src/main/java/org/apache/tajo/engine/utils/ThreadUtil.java

          People

            jhkim Jinho Kim
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: