-
Notifications
You must be signed in to change notification settings - Fork 440
we have installed hadoop 3.2.X and hive 3.1.2 and tez installed 0.10 #136
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ing app hang (László Bodor reviewed by Jonathan Turner Eagles) Signed-off-by: Laszlo Bodor <[email protected]>
…(Laszlo Bdoor reviewed by Rajesh Balamohan)
…it where limit exceeds capacity (László Bodor reviewed by Rajesh Balamohan, Jonathan Turner Eagles) Signed-off-by: Laszlo Bodor <[email protected]>
… by Hadoop QA, Jonathan Turner Eagles, Hadoop QA) Signed-off-by: Laszlo Bodor <[email protected]>
…ry (László Bodor reviewed by Panagiotis Garefalakis, Ashutosh Chauhan) Signed-off-by: Laszlo Bodor <[email protected]>
…e memory issues (László Bodor reviewed by Jonathan Turner Eagles) Signed-off-by: Laszlo Bodor <[email protected]>
…an Turner Eagles) Signed-off-by: Laszlo Bodor <[email protected]>
…zló Bodor reviewed by Ashutosh Chauhan) Signed-off-by: Laszlo Bodor <[email protected]>
…(Marton Bod via László Bodor) Signed-off-by: Laszlo Bodor <[email protected]>
…is not consistent (Krisztian Kasa reviewed by Rajesh Balamohan)
…(Rajesh Balamohan reviewed by László Bodor)
…ia Gopal V) Signed-off-by: Ashutosh Chauhan <[email protected]>
…hauhan) Signed-off-by: Laszlo Bodor <[email protected]>
Signed-off-by: Jonathan Eagles <[email protected]>
Signed-off-by: Jonathan Eagles <[email protected]>
Signed-off-by: Jonathan Eagles <[email protected]>
Signed-off-by: Jonathan Eagles <[email protected]>
… have them Signed-off-by: Jonathan Eagles <[email protected]>
… via László Bodor) Signed-off-by: Laszlo Bodor <[email protected]>
…leanup (Contributed by Jaume M, reviewed by Rajesh Balamohan, Ashutosh Chauhan)
…Turner Eagles) Signed-off-by: Laszlo Bodor <[email protected]>
…local mode (László Bodor reviewed by Ashutosh Chauhan) Signed-off-by: Laszlo Bodor <[email protected]>
…g thread is in BLOCKED state (#97) (Laszlo Bodor reviewed by Rajesh Balamohan) TEZ-4277: AsyncDispatcher can hang on serviceStop if the eventhandling thread is in BLOCKED state
…mit applications (Rajesh Balamohan via László Bodor) Signed-off-by: Laszlo Bodor <[email protected]>
…eviewed by Laszlo Bodor)
…d by Laszlo Bodor)
…Zheenbek Akimzhanov reviewed by Laszlo Bodor)
…the vulnerability. Also an upgrade of yarn version to 1.6.0 and frontend maven plugin to 1.8.0 was done. (#217) (Aman Raj reviewed by Laszlo Bodor)
….6 to fix the vulnerability (#220)
…fix the vulnerability (#222) (Aman Raj reviewed by Laszlo Bodor)
…1.0 (#226) (Aman Raj reviewed by Laszlo Bodor)
…axena reviewed by Laszlo Bodor)
…ix vulnerability (#229) (Aman Raj reviewed by Nikhil Gupta, Laszlo Bodor)
…anesha Shreedhara reviewed by Laszlo Bodor)
This reverts commit f724c54.
…ed by Laszlo Bodor, Aman Raj)
…Aman Raj reviewed by Laszlo Bodor)
…ues (#231) (PJ Fanning reviewed by Laszlo Bodor, Ayush Saxena)
…(zhengchenyu reviewed by Laszlo Bodor)
…or event (#236) (zhengchenyu reviewed by Laszlo Bodor)
…sed (local mode without network) (#239) (Laszlo Bodor reviewed by Rajesh Balamohan)
…ile (#234) (Laszlo Bodor reviewed by Rajesh Balamohan, Ayush Saxena)
…nshilun reviewed by Laszlo Bodor)
….data.length` and S3A is the filesystem (#241) (Karel Kolman reviewed by Laszlo Bodor)
…odor reviewed by Rajesh Balamohan, Prasanth Jayachandran)
…ia CompositeRoutedDataMovementEvent (#243) (Ganesha Shreedhara reviewed by Laszlo Bodor)
Contributor
|
closing this PR as it seems to have lots of noise and there is no Jira ticket mentioned |
This was referenced Dec 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
we have installed hadoop 3.2.X and hive 3.1.2 and tez installed 0.10
getting below error
2021-06-30 10:15:45,132 [ERROR] [main] |app.DAGAppMaster|: Error starting DAGAppMaster
java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V
at org.apache.hadoop.conf.Configuration.set(Configuration.java:1357)
at org.apache.hadoop.conf.Configuration.set(Configuration.java:1338)
at org.apache.tez.common.TezUtilsInternal.addUserSpecifiedTezConfiguration(TezUtilsInternal.java:84)
at org.apache.tez.dag.app.DAGAppMaster.main(DAGAppMaster.java:2396)