[
https://issues.apache.org/jira/browse/PHOENIX-859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13938641#comment-13938641
]
Hudson commented on PHOENIX-859:
--------------------------------
FAILURE: Integrated in Apache Phoenix - Branch:master #185 (See
[https://builds.apache.org/job/Phoenix/185/])
PHOENIX-859: Client jar needs to package commons-collections when running on
windows (jzhong: rev f306e00e5db60fe7b9a7a2ef1ac12045ddeec292)
* phoenix-assembly/src/build/components-major-client.xml
* phoenix-core/pom.xml
* pom.xml
> Client jar needs to package commons-collections when running on windows
> -----------------------------------------------------------------------
>
> Key: PHOENIX-859
> URL: https://issues.apache.org/jira/browse/PHOENIX-859
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.0.0, 5.0.0
> Reporter: Jeffrey Zhong
> Assignee: Jeffrey Zhong
> Fix For: 4.0.0, 5.0.0
>
> Attachments: phoenix-859.patch
>
>
> Error stack trace when run ./sqlline.py on windows
> {code}
> java.lang.NoClassDefFoundError:
> org/apache/commons/collections/map/UnmodifiableMap
> at
> org.apache.hadoop.conf.Configuration$DeprecationContext.<init>(Configuration.java:394)
> at
> org.apache.hadoop.conf.Configuration.<clinit>(Configuration.java:432)
> at
> org.apache.phoenix.query.ConfigurationFactory$ConfigurationFactoryImpl.getConfiguration(ConfigurationFacto
> java:41)
> at
> org.apache.phoenix.query.QueryServicesOptions.withDefaults(QueryServicesOptions.java:146)
> at
> org.apache.phoenix.query.QueryServicesImpl.<init>(QueryServicesImpl.java:34)
> at
> org.apache.phoenix.jdbc.PhoenixDriver.getQueryServices(PhoenixDriver.java:93)
> at
> org.apache.phoenix.jdbc.PhoenixDriver.getConnectionQueryServices(PhoenixDriver.java:109)
> at
> org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.connect(PhoenixEmbeddedDriver.java:112)
> at sqlline.SqlLine$DatabaseConnection.connect(SqlLine.java:4650)
> at sqlline.SqlLine$DatabaseConnection.getConnection(SqlLine.java:4701)
> at sqlline.SqlLine$Commands.connect(SqlLine.java:3942)
> at sqlline.SqlLine$Commands.connect(SqlLine.java:3851)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)