[
https://issues.apache.org/jira/browse/PHOENIX-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931378#comment-13931378
]
Hudson commented on PHOENIX-837:
--------------------------------
SUCCESS: Integrated in Apache Phoenix - Branch:master #132 (See
[https://builds.apache.org/job/Phoenix/132/])
phoenix-837: Phoenix python script should use os specific separators (jzhong:
rev 04190f049eecd06cc8149294ff009700bd190483)
* bin/sqlline.py
* bin/csv-bulk-loader.py
* bin/performance.py
* bin/phoenix_utils.py
* bin/end2endTest.py
* bin/psql.py
> Phoenix python script should use os specific separators
> -------------------------------------------------------
>
> Key: PHOENIX-837
> URL: https://issues.apache.org/jira/browse/PHOENIX-837
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 3.0.0, 4.0.0
> Reporter: Jeffrey Zhong
> Assignee: Jeffrey Zhong
> Attachments: phoenix-837.patch
>
>
> Currently, python scripts have following command-
> java_cmd = "java -cp " + hbase_config_path + ':' + phoenix_jar_path + ':' + \
> hbase_library_path + " org.apache.phoenix.end2end.End2EndTestDriver " + \
> ' '.join(sys.argv[1:])
> ":" as path separator does not work on Windows. Windows uses ";". os.pathsep
> should be used for separators in Phoenix scripts
--
This message was sent by Atlassian JIRA
(v6.2#6252)