From 7018121285ac80fa80247caf931f06a07dab35ba Mon Sep 17 00:00:00 2001 From: xuweibj Date: Sun, 24 Jun 2018 21:24:24 -0400 Subject: [PATCH] modified depending on comments --- .../advanced/confluent/client/confluent_client.rst | 12 ++++++------ .../advanced/confluent/server/confluent_server.rst | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/advanced/confluent/client/confluent_client.rst b/docs/source/advanced/confluent/client/confluent_client.rst index 8fdce725f..335ed8c6c 100644 --- a/docs/source/advanced/confluent/client/confluent_client.rst +++ b/docs/source/advanced/confluent/client/confluent_client.rst @@ -14,15 +14,15 @@ It's recommenteed to create a non root user to use to connect to confetty #. Create a non-root user on the management node: :: - useradd -m vhu + useradd -m xcat #. As root, create a non-root user in confetty: :: - /opt/confluent/bin/confetty create users/vhu + /opt/confluent/bin/confetty create users/xcat #. Set the password for the non-root user: :: - /opt/confluent/bin/confetty set users/vhu password="mynewpassword" + /opt/confluent/bin/confetty set users/xcat password="mynewpassword" password="********" @@ -42,17 +42,17 @@ If you want to use the xCAT Keys, you can simple copy them into ``/etc/confluent The user and password may alternatively be provided via environment variables: :: - CONFLUENT_USER=vhu + CONFLUENT_USER=xcat CONFLUENT_PASSPHRASE="mynewpassword" export CONFLUENT_USER CONFLUENT_PASSPHRASE Start confetty, specify the server IP address: :: - confetty -s 127.0.0.1 + confetty -s If you want to run a confluent command against another host, could set the CONFLUENT_HOST variable: :: - CONFLUENT_HOST=127.0.0.1 + CONFLUENT_HOST= export CONFLUENT_HOST diff --git a/docs/source/advanced/confluent/server/confluent_server.rst b/docs/source/advanced/confluent/server/confluent_server.rst index c0634506b..bcc2322e4 100644 --- a/docs/source/advanced/confluent/server/confluent_server.rst +++ b/docs/source/advanced/confluent/server/confluent_server.rst @@ -92,13 +92,13 @@ Confluent-api and confluent-consoles are able to be accessed from the browser. It is **highly** recommended that you create a non-root user to access the sessions:: Create the non-root user on the management node - # useradd -m vhu + # useradd -m xcat Create a non-root user in confetty - # /opt/confluent/bin/confetty create users/vhu + # /opt/confluent/bin/confetty create users/xcat Set the password for the non-root user - # /opt/confluent/bin/confetty set users/vhu password="mynewpassword" + # /opt/confluent/bin/confetty set users/xcat password="mynewpassword" password="********" Rest Explorer