kumaab commented on code in PR #660:
URL: https://github.com/apache/ranger/pull/660#discussion_r2417600606


##########
dev-support/ranger-docker/Dockerfile.ranger-hadoop:
##########
@@ -37,6 +39,8 @@ COPY ./scripts/ranger-yarn-plugin-install.properties    
/home/ranger/scripts/
 RUN tar xvfz /home/ranger/dist/hadoop-${HADOOP_VERSION}.tar.gz 
--directory=/opt/ && \
     ln -s /opt/hadoop-${HADOOP_VERSION} /opt/hadoop && \
     rm -f /home/ranger/dist/hadoop-${HADOOP_VERSION}.tar.gz && \
+    tar xvfz /home/ranger/dist/apache-tez-${TEZ_VERSION}-bin.tar.gz 
--directory=/opt/ && \
+    ln -s /opt/apache-tez-${TEZ_VERSION}-bin /opt/tez && \

Review Comment:
   Let's remove the `apache-tez-<version>-bin.tar.gz` after un-taring ? as it's 
done for other tarballs.



##########
dev-support/ranger-docker/scripts/hive-site-sqlserver.xml:
##########
@@ -47,4 +47,72 @@
         <name>hive.zookeeper.client.port</name>
         <value>2181</value>
     </property>
+

Review Comment:
   This file may be removed, as support for `SQL Server` is going to be 
deprecated soon.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to