[
https://issues.apache.org/jira/browse/PHOENIX-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684350#comment-16684350
]
James Taylor commented on PHOENIX-4981:
---------------------------------------
Looks to be related to Java 1.7 versus 1.8, [~tdsilva]. We still need to
support 1.7 for 4.x branches since that's what HBase relies on. When setting
JVM to 1.7 and removing my .m2 directory, I get the following error (but it
works if 1.8 is used):
{code:java}
jamestaylor$ mvn clean install -DskipTests
[INFO] Scanning for projects...
Downloading from apache release:
https://repository.apache.org/content/repositories/releases/org/apache/apache/14/apache-14.pom
Downloaded from apache release:
https://repository.apache.org/content/repositories/releases/org/apache/apache/14/apache-14.pom
(15 kB at 16 kB/s)
Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin
org.apache.felix:maven-bundle-plugin:2.5.3 or one of its dependencies could not
be resolved: Failed to read artifact descriptor for
org.apache.felix:maven-bundle-plugin:jar:2.5.3 @
[WARNING] Reporting configuration should be done in <reporting> section, not in
maven-site-plugin <configuration> as reportPlugins parameter. @ line 467,
column 24
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.phoenix:phoenix:4.14.0-HBase-1.3
(/Users/jamestaylor/dev/apache/phoenix/pom.xml) has 1 error
[ERROR] Unresolveable build extension: Plugin
org.apache.felix:maven-bundle-plugin:2.5.3 or one of its dependencies could not
be resolved: Failed to read artifact descriptor for
org.apache.felix:maven-bundle-plugin:jar:2.5.3: Could not transfer artifact
org.apache.felix:maven-bundle-plugin:pom:2.5.3 from/to central
(https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version
-> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
{code}
> Add tests for ORDER BY, GROUP BY, salted tables using phoenix-spark
> -------------------------------------------------------------------
>
> Key: PHOENIX-4981
> URL: https://issues.apache.org/jira/browse/PHOENIX-4981
> Project: Phoenix
> Issue Type: Test
> Reporter: Thomas D'Silva
> Assignee: Thomas D'Silva
> Priority: Major
> Labels: spark
> Fix For: 4.15.0, 5.1.0
>
> Attachments: PHOENIX-4981-4.x-HBase-1.3-v2.patch,
> PHOENIX-4981-4.x-HBase-1.3-v3.patch, PHOENIX-4981-4.x-HBase-1.3.patch
>
>
> See if its possible to reuse {{SaltedTableIT}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)