[
https://issues.apache.org/jira/browse/PHOENIX-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684563#comment-16684563
]
Thomas D'Silva commented on PHOENIX-4981:
-----------------------------------------
I tried setting https.protocols using the compilerArgs options for the
maven-compiler-plugin, but it doesn't seem to work for me.
Let me see if I can figure out a way.
{code}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<compilerArgs>
<arg>-Dhttps.protocols=TLSv1.2</arg>
</compilerArgs>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
{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)