-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[Hotfix] Use the old Job API to support old Hadoop versions #6095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32532 has started for PR 6095 at commit |
|
I think that's right. |
|
Test build #32532 has finished for PR 6095 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
LGTM. Thanks for fixing this, merging to master and branch-1.4. |
#5526 uses `Job.getInstance`, which does not exist in the old Hadoop versions. Just use `new Job` to replace it. cc liancheng Author: zsxwing <[email protected]> Closes #6095 from zsxwing/hotfix and squashes the following commits: b0c2049 [zsxwing] Use the old Job API to support old Hadoop versions (cherry picked from commit 247b703) Signed-off-by: Cheng Lian <[email protected]>
Same issue as #6095 cc liancheng Author: zsxwing <[email protected]> Closes #6136 from zsxwing/hotfix and squashes the following commits: 4beea54 [zsxwing] Use 'new Job' in fsBasedParquet.scala (cherry picked from commit 728af88) Signed-off-by: Michael Armbrust <[email protected]>
Same issue as #6095 cc liancheng Author: zsxwing <[email protected]> Closes #6136 from zsxwing/hotfix and squashes the following commits: 4beea54 [zsxwing] Use 'new Job' in fsBasedParquet.scala
apache#5526 uses `Job.getInstance`, which does not exist in the old Hadoop versions. Just use `new Job` to replace it. cc liancheng Author: zsxwing <[email protected]> Closes apache#6095 from zsxwing/hotfix and squashes the following commits: b0c2049 [zsxwing] Use the old Job API to support old Hadoop versions
Same issue as apache#6095 cc liancheng Author: zsxwing <[email protected]> Closes apache#6136 from zsxwing/hotfix and squashes the following commits: 4beea54 [zsxwing] Use 'new Job' in fsBasedParquet.scala
apache#5526 uses `Job.getInstance`, which does not exist in the old Hadoop versions. Just use `new Job` to replace it. cc liancheng Author: zsxwing <[email protected]> Closes apache#6095 from zsxwing/hotfix and squashes the following commits: b0c2049 [zsxwing] Use the old Job API to support old Hadoop versions
Same issue as apache#6095 cc liancheng Author: zsxwing <[email protected]> Closes apache#6136 from zsxwing/hotfix and squashes the following commits: 4beea54 [zsxwing] Use 'new Job' in fsBasedParquet.scala
apache#5526 uses `Job.getInstance`, which does not exist in the old Hadoop versions. Just use `new Job` to replace it. cc liancheng Author: zsxwing <[email protected]> Closes apache#6095 from zsxwing/hotfix and squashes the following commits: b0c2049 [zsxwing] Use the old Job API to support old Hadoop versions
Same issue as apache#6095 cc liancheng Author: zsxwing <[email protected]> Closes apache#6136 from zsxwing/hotfix and squashes the following commits: 4beea54 [zsxwing] Use 'new Job' in fsBasedParquet.scala
#5526 uses
Job.getInstance, which does not exist in the old Hadoop versions. Just usenew Jobto replace it.cc @liancheng