[jira] [Commented] (DRILL-5712) Update the pom files with dependency exclusions for commons-codec

2017-09-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/DRILL-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16167228#comment-16167228
 ] 

ASF GitHub Bot commented on DRILL-5712:
---

Github user asfgit closed the pull request at:

https://github.com/apache/drill/pull/903


> Update the pom files with dependency exclusions for commons-codec
> -
>
> Key: DRILL-5712
> URL: https://issues.apache.org/jira/browse/DRILL-5712
> Project: Apache Drill
>  Issue Type: Bug
>  Components: Tools, Build & Test
>Reporter: Sindhuri Ramanarayan Rayavaram
>Assignee: Sindhuri Ramanarayan Rayavaram
>
> In java-exec, we are adding a dependency for commons-codec of version 1.10. 
> Other dependencies like hadoop-common, parquet-column etc are trying to 
> download different versions for common codec. Exclusions should be added for 
> common-codec in these dependencies.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (DRILL-5712) Update the pom files with dependency exclusions for commons-codec

2017-09-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/DRILL-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16165136#comment-16165136
 ] 

ASF GitHub Bot commented on DRILL-5712:
---

Github user paul-rogers commented on the issue:

https://github.com/apache/drill/pull/903
  
@sindhurirayavaram, will you be able to rebase this & squash commits? Then 
I can merge it into master. Thanks! 


> Update the pom files with dependency exclusions for commons-codec
> -
>
> Key: DRILL-5712
> URL: https://issues.apache.org/jira/browse/DRILL-5712
> Project: Apache Drill
>  Issue Type: Bug
>  Components: Tools, Build & Test
>Reporter: Sindhuri Ramanarayan Rayavaram
>Assignee: Sindhuri Ramanarayan Rayavaram
>
> In java-exec, we are adding a dependency for commons-codec of version 1.10. 
> Other dependencies like hadoop-common, parquet-column etc are trying to 
> download different versions for common codec. Exclusions should be added for 
> common-codec in these dependencies.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (DRILL-5712) Update the pom files with dependency exclusions for commons-codec

2017-09-09 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/DRILL-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16160092#comment-16160092
 ] 

ASF GitHub Bot commented on DRILL-5712:
---

Github user paul-rogers commented on the issue:

https://github.com/apache/drill/pull/903
  
@sindhurirayavaram, please rebase this onto the latest master; looks like 
some stray commits have found their way into this PR.


> Update the pom files with dependency exclusions for commons-codec
> -
>
> Key: DRILL-5712
> URL: https://issues.apache.org/jira/browse/DRILL-5712
> Project: Apache Drill
>  Issue Type: Bug
>  Components: Tools, Build & Test
>Reporter: Sindhuri Ramanarayan Rayavaram
>Assignee: Sindhuri Ramanarayan Rayavaram
>
> In java-exec, we are adding a dependency for commons-codec of version 1.10. 
> Other dependencies like hadoop-common, parquet-column etc are trying to 
> download different versions for common codec. Exclusions should be added for 
> common-codec in these dependencies.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (DRILL-5712) Update the pom files with dependency exclusions for commons-codec

2017-08-14 Thread Jinfeng Ni (JIRA)

[ 
https://issues.apache.org/jira/browse/DRILL-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16126810#comment-16126810
 ] 

Jinfeng Ni commented on DRILL-5712:
---

Some of the unit testcases that failed:

Tests in error: 
  TestInfoSchemaOnHiveStorage>HiveTestBase.generateHive:34 » 
ExceptionInInitializer
  TestViewSupportOnHiveTables.generateHive:34 » ExceptionInInitializer
  
TestHiveStorage.readingFromStorageHandleBasedTable2:430->BaseTestQuery.testRunAndReturn:344
 » Rpc
  
TestHiveStorage.testIgnoreSkipHeaderFooterForSequencefile:520->BaseTestQuery.testRunAndReturn:344
 » Rpc
  TestHiveStorage.readingFromSmallTableWithSkipHeaderAndFooter:443 »  
org.apache...
  
TestHiveStorage.testIgnoreSkipHeaderFooterForParquet:510->BaseTestQuery.testRunAndReturn:344
 » Rpc
  
TestHiveStorage.testNonAsciiStringLiterals:560->BaseTestQuery.testRunAndReturn:344
 » Rpc
  
TestHiveStorage.testIgnoreSkipHeaderFooterForRcfile:500->BaseTestQuery.testRunAndReturn:344
 » Rpc
  
TestHiveStorage.nativeReaderIsDisabledForAlteredPartitionedTable:408->PlanTestBase.getPlanInString:330-
...


> Update the pom files with dependency exclusions for commons-codec
> -
>
> Key: DRILL-5712
> URL: https://issues.apache.org/jira/browse/DRILL-5712
> Project: Apache Drill
>  Issue Type: Bug
>  Components: Tools, Build & Test
>Reporter: Sindhuri Ramanarayan Rayavaram
>Assignee: Sindhuri Ramanarayan Rayavaram
>  Labels: ready-to-commit
>
> In java-exec, we are adding a dependency for commons-codec of version 1.10. 
> Other dependencies like hadoop-common, parquet-column etc are trying to 
> download different versions for common codec. Exclusions should be added for 
> common-codec in these dependencies.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (DRILL-5712) Update the pom files with dependency exclusions for commons-codec

2017-08-14 Thread Jinfeng Ni (JIRA)

[ 
https://issues.apache.org/jira/browse/DRILL-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16126808#comment-16126808
 ] 

Jinfeng Ni commented on DRILL-5712:
---

I'm seeing both failures in unit test and functional regression test. Please 
resolve those failures before we can get the patch merged.  thx.


> Update the pom files with dependency exclusions for commons-codec
> -
>
> Key: DRILL-5712
> URL: https://issues.apache.org/jira/browse/DRILL-5712
> Project: Apache Drill
>  Issue Type: Bug
>  Components: Tools, Build & Test
>Reporter: Sindhuri Ramanarayan Rayavaram
>Assignee: Sindhuri Ramanarayan Rayavaram
>  Labels: ready-to-commit
>
> In java-exec, we are adding a dependency for commons-codec of version 1.10. 
> Other dependencies like hadoop-common, parquet-column etc are trying to 
> download different versions for common codec. Exclusions should be added for 
> common-codec in these dependencies.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (DRILL-5712) Update the pom files with dependency exclusions for commons-codec

2017-08-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/DRILL-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16122204#comment-16122204
 ] 

ASF GitHub Bot commented on DRILL-5712:
---

GitHub user sindhurirayavaram opened a pull request:

https://github.com/apache/drill/pull/903

DRILL-5712: Update the pom files with dependency exclusions for 
commons-codec

In java-exec, we are adding a dependency for commons-codec of version 1.10. 
Other dependencies like hadoop-common, parquet-column etc are trying to 
download different versions for common codec. Exclusions should be added for 
common-codec in these dependencies.
This change has added exclusions in all the pom.xml files.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/sindhurirayavaram/drill DRILL-5712

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/drill/pull/903.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #903


commit 88389f83e7c786c47c907b73a086d677a224778a
Author: Sindhuri Rayavaram 
Date:   2017-08-10T19:50:58Z

DRILL-5712: Update the pom files with dependency exclusions for 
commons-codec




> Update the pom files with dependency exclusions for commons-codec
> -
>
> Key: DRILL-5712
> URL: https://issues.apache.org/jira/browse/DRILL-5712
> Project: Apache Drill
>  Issue Type: Bug
>Reporter: Sindhuri Ramanarayan Rayavaram
>Assignee: Sindhuri Ramanarayan Rayavaram
>
> In java-exec, we are adding a dependency for commons-codec of version 1.10. 
> Other dependencies like hadoop-common, parquet-column etc are trying to 
> download different versions for common codec. Exclusions should be added for 
> common-codec in these dependencies.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)