5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-10 05:09:41 +08:00

SQOOP-989: Sqoop2: setenv.sh overrides value of JAVA_OPTS

(Mark Grover via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2013-04-16 19:04:35 -07:00
parent 1089fce12d
commit 0a6fcce582

View File

@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
JAVA_OPTS=-Dsqoop.config.dir=`dirname $0`/../conf JAVA_OPTS="$JAVA_OPTS -Dsqoop.config.dir=`dirname $0`/../conf"