[
https://issues.apache.org/jira/browse/OMID-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940915#comment-17940915
]
ASF GitHub Bot commented on OMID-309:
-------------------------------------
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.
> Load hbase-env.sh and fall back to HBASE_OPT in startup scripts
> ---------------------------------------------------------------
>
> Key: OMID-309
> URL: https://issues.apache.org/jira/browse/OMID-309
> Project: Phoenix Omid
> Issue Type: Improvement
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
>
> Omid needs theĀ HBase client environment variables and cli options like FIPS
> switches and the java.security.auth.login.config system property.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)