[
https://issues.apache.org/jira/browse/HIVE-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobing Zhou updated HIVE-8737:
--------------------------------
Description:
repro:
{noformat}
mvn test -Phadoop-2 -Dmaven.surefire.debug
-Dtest=TestCliDriverMethods#testprocessInitFiles
{noformat}
setEnv tries to do JVM wide system variables changes, previous approach is not
portable.
was:
repro:
{noformat}
mvn test -Phadoop-2 -Dmaven.surefire.debug
-Dtest=TestCliDriverMethods#testprocessInitFiles
{noformat}
setEnv tries to do JVM wide system variables change, previous approach is not
portable.
> setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles
> on Windows
> ----------------------------------------------------------------------------------------
>
> Key: HIVE-8737
> URL: https://issues.apache.org/jira/browse/HIVE-8737
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.14.0
> Environment: Windows
> Reporter: Xiaobing Zhou
> Assignee: Xiaobing Zhou
>
> repro:
> {noformat}
> mvn test -Phadoop-2 -Dmaven.surefire.debug
> -Dtest=TestCliDriverMethods#testprocessInitFiles
> {noformat}
> setEnv tries to do JVM wide system variables changes, previous approach is
> not portable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)