Github user zellerh commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1721#discussion_r221692726
--- Diff: core/sqf/sqenvcom.sh ---
@@ -200,6 +207,7 @@ export
DTM_COMMON_JAR=trafodion-dtm-cdh-${TRAFODION_VER}.jar
export SQL_JAR=trafodion-sql-cdh-${TRAFODION_VER}.jar
export UTIL_JAR=trafodion-utility-${TRAFODION_VER}.jar
export JDBCT4_JAR=jdbcT4-${TRAFODION_VER}.jar
+export MY_UDR_CACHE_LIBDIR=cached_libs
--- End diff --
Should have mentioned this when we talked about this earlier: I always use
the "MY_" prefix for environment variables that are overridden for a particular
user, not for those set automatically in scripts like sqenvcom.sh. Not sure how
others see this.
---