You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/06/06 13:41:15 UTC

[ambari] branch trunk updated: AMBARI-23945. Update Solr migration README.md (fix port flag)

This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7ff9098  AMBARI-23945. Update Solr migration README.md (fix port flag)
7ff9098 is described below

commit 7ff9098f78aabbac8915c394a10eb0168813217b
Author: Olivér Szabó <ol...@gmail.com>
AuthorDate: Wed Jun 6 15:41:09 2018 +0200

    AMBARI-23945. Update Solr migration README.md (fix port flag)
---
 ambari-infra/ambari-infra-solr-client/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-infra/ambari-infra-solr-client/README.md b/ambari-infra/ambari-infra-solr-client/README.md
index 586acdb..f40aa5c 100644
--- a/ambari-infra/ambari-infra-solr-client/README.md
+++ b/ambari-infra/ambari-infra-solr-client/README.md
@@ -77,7 +77,7 @@ CONFIG_INI_LOCATION=ambari_solr_migration.ini # output of the script with requir
 # note 1: use -s if ambari-server uses https
 # note 2: use --shared-driver if the backup location is shared for different hosts
 # note 3: use --hdfs-base-path if the index data is located on hdfs (or --ranger-hdfs-base-path if only ranger collection is located there), e.g.: /user/infra-solr
-/usr/bin/python /usr/lib/ambari-infra-solr-client/migrationConfigGenerator.py --ini-file $CONFIG_INI_LOCATION --host c7401.ambari.apache.org -port 8080 --cluster cl1 --username admin --password admin --backup-base-path=/my/path --java-home /usr/jdk64/jdk1.8.0_112
+/usr/bin/python /usr/lib/ambari-infra-solr-client/migrationConfigGenerator.py --ini-file $CONFIG_INI_LOCATION --host c7401.ambari.apache.org --port 8080 --cluster cl1 --username admin --password admin --backup-base-path=/my/path --java-home /usr/jdk64/jdk1.8.0_112
 ```
 
 The generated config file output could be something like that:

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.