rahil-c commented on code in PR #5786:
URL: https://github.com/apache/hudi/pull/5786#discussion_r892851474


##########
docker/setup_demo.sh:
##########
@@ -16,17 +16,21 @@
 #  See the License for the specific language governing permissions and
 # limitations under the License.
 
+set -e -x -o pipefail
+
 SCRIPT_PATH=$(cd `dirname $0`; pwd)
 HUDI_DEMO_ENV=$1
 WS_ROOT=`dirname $SCRIPT_PATH`
 # restart cluster
-HUDI_WS=${WS_ROOT} docker-compose -f 
${SCRIPT_PATH}/compose/docker-compose_hadoop284_hive233_spark244.yml down
+#HUDI_WS=${WS_ROOT} docker-compose -f 
${SCRIPT_PATH}/compose/docker-compose_hadoop284_hive233_spark244.yml down

Review Comment:
   keep both the 2.x and 3.x versions but for now we can have 3.x as default.



-- 
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