-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[AMBARI-24706] Fix issues in ambari common python package publishing utility. #2394
Merged
Conversation
This file contains 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
swagle
approved these changes
Sep 27, 2018
oleewere
approved these changes
Sep 27, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
i'm not sure we changed that mock framework or not, but it wont hurt if we are using from here or from pip
Refer to this link for build results (access rights to CI server needed): |
vishalsuvagia
pushed a commit
to vishalsuvagia/ambari
that referenced
this pull request
Oct 1, 2018
vishalsuvagia
pushed a commit
to vishalsuvagia/ambari
that referenced
this pull request
Oct 1, 2018
* upstream/trunk: (99 commits) AMBARI-24708. Automation script for upgrade old style isilon cluster to the new mpack based structure (amagyar) (apache#2397) AMBARI-24700 - Slider widget: insert a space char between label value and unit-name (apache#2399) AMBARI-24245. Fix FindBugs warnings (apache#2398) AMBARI-24707. Build fails due to missing ambari-utility (apache#2395) [AMBARI-24706] Fix issues in ambari common python package publishing utility. (apache#2394) AMBARI-24669. Component status can stuck in starting/stopping status on heartbeat lost. (mpapirkovskyy) (apache#2385) [AMBARI-24696] UI: Options Page to choose Rolling or Express Restart. (apache#2389) AMBARI-24466. Add README.md for Ambari project (apache#2390) AMBARI-24672. Regenrating keytabs for services using all of their identities instead of service/component filtering (apache#2359) [AMBARI-24695] Remove ambari-metrics from ambari repository. (apache#2388) [AMBARI-24632] APT/DPKG existence check doesn't work for system packages (dgrinenko) (apache#2366) AMBARI-24693. Remove ambari-infra and ambari-logsearch from ambari repository. (apache#2387) [AMBARI-24691] Refactor Upgrade Classes to Proper Packages (apache#2386) AMBARI-24690. Ambari-server setup-ldap throws an error when the OU has spaces (amagyar) (apache#2382) [AMBARI-24685] - Create a Maven Consumable Ambari SPI Client Library [AMBARI-24687] Upgrade Pack Should Allow Source Information (apache#2375) [AMBARI-24682] Rolling Restarts: Option to specify number of failures per batch (dsen) (apache#2371) AMBARI-24670. Directory creation sometimes fails with parallel_execution=1 (aonishuk) AMBARI-24670. Directory creation sometimes fails with parallel_execution=1 (aonishuk) AMBARI-24689. All component statuses should be re-send on registration (aonishuk) ... # Conflicts: # README.md # ambari-common/src/main/python/resource_management/libraries/functions/module_version.py # ambari-common/src/main/python/resource_management/libraries/functions/mpack_version.py # ambari-server-spi/pom.xml # ambari-server/src/test/python/TestVersion.py # ambari-server/src/test/resources/stacks/HDP/2.2.0/upgrades/upgrade_with_source.xml # ambari-web/test/controllers/global/cluster_controller_test.js
vishalsuvagia
pushed a commit
to vishalsuvagia/ambari
that referenced
this pull request
Nov 14, 2018
* origin/trunk: (109 commits) AMBARI-24888 fix SingleHostTopologyUpdater (benyoka) (apache#2603) [AMBARI-24892] Warn During Upgrade When Plugin ClassLoader is not Found (apache#2604) AMBARI-24890 Restart option should not be shown if service components are not created in a cluster AMBARI-24877 Heatmap tab, metrics tab and QuickLinks section in summary tab should be hidden if service has only client service component AMBARI-24889. Pre-Upgrade Checklist: Components are Installed AMBARI-24881 Add Service Request JSON (benyoka) (apache#2594) AMBARI-24572 Fixing the cluster name alignment (sjanardhanhw via ababiichuk) AMBARI-24603 Better scrolling for long list of components in dropdown in host details page (sjanardhanhw via ababiichuk) Revert space changes. AMBARI-24886 : Add stack feature constant to support Ranger admin users password change. resolving merge issue AMBARI-24700 - Slider widget: insert a space char between label value and unit-name (apache#2399) AMBARI-24245. Fix FindBugs warnings (apache#2398) AMBARI-24707. Build fails due to missing ambari-utility (apache#2395) [AMBARI-24706] Fix issues in ambari common python package publishing utility. (apache#2394) AMBARI-24669. Component status can stuck in starting/stopping status on heartbeat lost. (mpapirkovskyy) (apache#2385) [AMBARI-24696] UI: Options Page to choose Rolling or Express Restart. (apache#2389) AMBARI-24466. Add README.md for Ambari project (apache#2390) AMBARI-24672. Regenrating keytabs for services using all of their identities instead of service/component filtering (apache#2359) [AMBARI-24695] Remove ambari-metrics from ambari repository. (apache#2388) ...
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.
What changes were proposed in this pull request?
How was this patch tested?
Manually tested.