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/11/30 21:21:07 UTC

[ambari-infra] branch master updated: Fix some more file permissions for infra-solr container

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ba4ddf6  Fix some more file permissions for infra-solr container
ba4ddf6 is described below

commit ba4ddf6a90d41977bd413a8ff1373eb78182ef57
Author: Oliver Szabo <ol...@gmail.com>
AuthorDate: Fri Nov 30 22:20:43 2018 +0100

    Fix some more file permissions for infra-solr container
---
 jenkins/containers/docker-infra-solr/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jenkins/containers/docker-infra-solr/Dockerfile b/jenkins/containers/docker-infra-solr/Dockerfile
index e5406d1..e0a21a7 100644
--- a/jenkins/containers/docker-infra-solr/Dockerfile
+++ b/jenkins/containers/docker-infra-solr/Dockerfile
@@ -44,6 +44,7 @@ RUN find /usr/lib/ambari-infra-solr -type f -exec chmod 644 {} +
 RUN find /usr/lib/ambari-infra-solr-client -type d -exec chmod 755 {} +
 RUN find /usr/lib/ambari-infra-solr-client -type f -exec chmod 644 {} +
 RUN chmod +x /usr/lib/ambari-infra-solr/bin/solr && chmod +x /usr/lib/ambari-infra-solr/bin/solr.in.sh
+RUN chmod +x /usr/lib/ambari-infra-solr-client/solrCloudCli.sh && chmod +x /usr/lib/ambari-infra-solr-client/solrCloudCli.sh && chmod +X /usr/lib/ambari-infra-solr-client/solrIndexHelper.sh && chmod +x /usr/lib/ambari-infra-solr-client/solrDataManager.py && chmod +x /usr/lib/ambari-infra-solr-client/migrationHelper.py
 
 USER $SOLR_USER