-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Fix "E: Unable to locate package software-properties-common" error. #185
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
Hello @MonsterSupreme thanks for reporting the issue. |
…BFS. Contributed by Da Zhou.
…eData in ContainerStateMachine. Contributed by Shashikant Banerjee.
…ealm is reset. Contributed by Steve Loughran
…tifyContainersToPreempt. Contributed by Wanqiang Ji.
This reverts commit fb9deed.
…ributed by Akira Ajisaka
…un Liu via wangda)" This reverts commit 46d6e00.
Contributed by Weiwei Yang
Contributed by Chandni Singh
…air Scheduler. (Contributed by Wilfred Spiegelenburg)
…r. (Contributed by Wilfred Spiegelenburg)
…uld return NaN. (Contributed by Szilard Nemeth)
…uted by Szilard Nemeth)
…Contributed by Ayush Saxena.
…the OmMetadataManager. Contributed by Elek Marton.
…ated framework tar.gz if restrictive umask is used. Contributed by Peter Bacsko
…ntributed by Elek Marton.
…emoryAliasMap. Contributed by Virajith Jalaparti.
Contributed by Ajay Kumar.
…. Contributed by Shashikant Banerjee.
This was referenced Aug 8, 2019
Merged
This was referenced Aug 15, 2019
shanthoosh
pushed a commit
to shanthoosh/hadoop
that referenced
this pull request
Oct 15, 2019
Author: Boris Shkolnik <boryas@apache.org> Reviewers: Xinyu Liu <xinyu@apache.org> Closes apache#185 from sborya/ZkControllerClose
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.
When executing
./start-build-env.sh
command, the output is:It's because there is no
apt-get update
before executingapt-get install -y software-properties-common
indev-support/docker/Dockerfile
file: