Skip to content

Commit 2b49f7a

Browse files
committed
RANGER-4898: fix in ozone docker image build
1 parent 62933cc commit 2b49f7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-support/ranger-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Similarly, check the `depends` section of the `docker-compose.ranger-service.yam
106106

107107
#### Bring up all containers
108108
~~~
109-
./scripts/ozone-plugin-docker-setup.sh
109+
./scripts/ozone/ozone-plugin-docker-setup.sh
110110
docker compose -f docker-compose.ranger.yml -f docker-compose.ranger-usersync.yml -f docker-compose.ranger-tagsync.yml -f docker-compose.ranger-kms.yml -f docker-compose.ranger-hadoop.yml -f docker-compose.ranger-hbase.yml -f docker-compose.ranger-kafka.yml -f docker-compose.ranger-hive.yml -f docker-compose.ranger-knox.yml -f docker-compose.ranger-ozone.yml up -d
111111
~~~
112112

dev-support/ranger-docker/scripts/ozone/ozone-plugin-docker-setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ then
2222
tar xvfz dist/ranger-${OZONE_PLUGIN_VERSION}-ozone-plugin.tar.gz --directory=dist/
2323
fi
2424

25-
cp -f config/ozone/ranger-ozone-plugin-install.properties dist/ranger-${OZONE_PLUGIN_VERSION}-ozone-plugin/install.properties
26-
cp -f config/ozone/ranger-ozone-setup.sh dist/ranger-${OZONE_PLUGIN_VERSION}-ozone-plugin/
27-
cp -f config/ozone/enable-ozone-plugin.sh dist/ranger-${OZONE_PLUGIN_VERSION}-ozone-plugin/
25+
cp -f scripts/ozone/ranger-ozone-plugin-install.properties dist/ranger-${OZONE_PLUGIN_VERSION}-ozone-plugin/install.properties
26+
cp -f scripts/ozone/ranger-ozone-setup.sh dist/ranger-${OZONE_PLUGIN_VERSION}-ozone-plugin/
27+
cp -f scripts/ozone/enable-ozone-plugin.sh dist/ranger-${OZONE_PLUGIN_VERSION}-ozone-plugin/
2828
chmod +x dist/ranger-${OZONE_PLUGIN_VERSION}-ozone-plugin/ranger-ozone-setup.sh

0 commit comments

Comments
 (0)