Skip to content
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

[hive-llap] Using $(hostname -s) vs ${HOSTNAME} #1150

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cjac
Copy link
Contributor

@cjac cjac commented Feb 23, 2024

Recent change in the hostname implementation has required that we find short hostname using a different mechanism. This patch makes that change.

Recent change in the hostname implementation has required that we find
short hostname using a different mechanism.  This patch makes that
change.
@cjac cjac self-assigned this Feb 23, 2024
@cjac
Copy link
Contributor Author

cjac commented Feb 23, 2024

/gcbrun

1 similar comment
@cjac
Copy link
Contributor Author

cjac commented Feb 23, 2024

/gcbrun

@cjac
Copy link
Contributor Author

cjac commented Feb 23, 2024

/gcbrun

1 similar comment
@cjac
Copy link
Contributor Author

cjac commented Feb 23, 2024

/gcbrun

@cjac
Copy link
Contributor Author

cjac commented Feb 26, 2024

Here's one of the last commands and the output from the log:

+ sudo -u hive hive --service llapstatus --name llap0 -w -r 1 -i 5
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/lib/tez/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/tez/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/hadoop/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory]
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/lib/tez/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/tez/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/hive/lib/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/lib/hadoop/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory]

LLAPSTATUS WatchMode with timeout=300 s
--------------------------------------------------------------------------------
LLAP Starting up with AppId=application_1708726725906_0001.
--------------------------------------------------------------------------------
WARN cli.LlapStatusServiceDriver: Watch mode enabled and got YARN error. Retrying..
WARN cli.LlapStatusServiceDriver: Watch mode enabled and got YARN error. Retrying..
LLAP status unknown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant