Repository: aurora Updated Branches: refs/heads/master 4a1ed1f1d -> 2965b7840
fix client build path in the docs Bugs closed: AURORA-1529 Reviewed at https://reviews.apache.org/r/39742/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/2965b784 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/2965b784 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/2965b784 Branch: refs/heads/master Commit: 2965b78409cab8eafb0068b457be1f4bef387d10 Parents: 4a1ed1f Author: Dmitriy Shirchenko <[email protected]> Authored: Thu Oct 29 08:51:28 2015 -0700 Committer: Maxim Khutornenko <[email protected]> Committed: Thu Oct 29 08:51:28 2015 -0700 ---------------------------------------------------------------------- docs/developing-aurora-client.md | 2 +- docs/security.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/2965b784/docs/developing-aurora-client.md ---------------------------------------------------------------------- diff --git a/docs/developing-aurora-client.md b/docs/developing-aurora-client.md index b662b6f..09abc00 100644 --- a/docs/developing-aurora-client.md +++ b/docs/developing-aurora-client.md @@ -19,7 +19,7 @@ Building and Testing the Client Building and testing the client code are both done using Pants. The relevant targets to know about are: - * Build a client executable: `./pants binary src/main/python/apache/aurora/client/cli:aurora` + * Build a client executable: `./pants binary src/main/python/apache/aurora/client:aurora` * Test client code: `./pants test src/test/python/apache/aurora/client/cli:all` Running/Debugging the Client http://git-wip-us.apache.org/repos/asf/aurora/blob/2965b784/docs/security.md ---------------------------------------------------------------------- diff --git a/docs/security.md b/docs/security.md index 8fcbadb..f9b60e9 100644 --- a/docs/security.md +++ b/docs/security.md @@ -144,8 +144,8 @@ You can then configure authorization using a security.ini file as described belo To use Kerberos on the client-side you must build Kerberos-enabled client binaries. Do this with ``` -./pants binary src/main/python/apache/aurora/client/cli:kaurora -./pants binary src/main/python/apache/aurora/admin:kaurora_admin +./pants binary src/main/python/apache/aurora/kerberos:kaurora +./pants binary src/main/python/apache/aurora/kerberos:kaurora_admin ``` You must also configure each cluster where you've enabled Kerberos on the scheduler
