mnpoonia commented on code in PR #188:
URL: https://github.com/apache/phoenix-omid/pull/188#discussion_r2028413424


##########
tso-server/bin/omid.sh:
##########
@@ -39,6 +46,12 @@ for j in ../lib/*.jar; do
     CLASSPATH=$CLASSPATH:$j
 done
 
+if [ -z ${OMID_OPTS+x} ]; then

Review Comment:
   what if we do something like 
   ```
   OPTS=$OMID_OPTS  
   if [ -z ${OMID_OPTS+x} ]; then  
   OPTS="$HBASE_OPTS":"$OPTS";  
   ```
   
   I am just thinking aloud here.



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