[
https://issues.apache.org/jira/browse/AMBARI-23421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423230#comment-16423230
]
Hudson commented on AMBARI-23421:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8962 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8962/])
AMBARI-23421. Add solr-to-solr archive operation for solrDataManager.py.
(github:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=29dd2302e6a7045503e149b8d945e4d21905432e])
* (edit)
ambari-infra/ambari-infra-solr-client/src/main/python/solrDataManager.py
> Add solr-to-solr archive operation for solrDataManager.py
> ---------------------------------------------------------
>
> Key: AMBARI-23421
> URL: https://issues.apache.org/jira/browse/AMBARI-23421
> Project: Ambari
> Issue Type: Bug
> Components: ambari-infra
> Affects Versions: 2.7.0
> Reporter: Olivér Szabó
> Assignee: Olivér Szabó
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Add solr to solr archive/save option for solrDataManager.py
> new fields:
> - `solr-output-collection`: the collection where we will archive data
> - `exclude-fields`: exclude fields from solr response (at least _version_ is
> required)
> example:
> {code:java}
> infra-solr-data-manager -m archive -v -c old_ranger_audits -s
> http://c7402.ambari.apache.org:8886/solr -z none -r 10000 -w 100000 -f
> evtTime -e 2018-03-31T01:00:00.00Z --solr-output-collection ranger_audits -k
> /etc/security/keytabs/ambari-infra-solr.service.keytab -n
> infra-solr/$(hostname -f) --exclude-fields _version_,_ttl_,_expire_at_
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)