• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

apache / carbondata / 545
76%

Build:
DEFAULT BRANCH: master
Ran 15 Jun 2018 04:03PM UTC
Jobs 1
Files 1014
Run time 111min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
545

push

jenkins

ravipesala
[CARBONDATA-2592][Integration] Getting NoSuchMethod error due to aws sdk multple version jar conflicts

## What changes were proposed in this pull request?
Currently in Carbon Spark2 project multiple dependency for the aws-sdk jar has been defined,this will create issue when we build carbon-assembly jars with
latest versions of hadoop/spark project. As part of hadoop-aws project, already aws-sdk 1.10.6 version jar will be fetched, since in the carbon-spark2 pom.xml
there is an explicit dependency defined/hardcoded for aws-sdk 1.7.4(old version)  this can lead to conflicts while loading the class files. because of this problem
when we run any carbon examples passing carbon-assembly jars as the argument using spark-submit  none of the testcases will work.
As a solution we can remove this dependency(aws-sdk 1.7.4) as already hadoop-aws dependency defined in the pom.xml of carbon-spark2 project
will fetch the latest aws-sdk jars.

## How was this patch tested?
After updating the pom, manually projects has been build and the use-case mentioned above  is manually tested.

This closes #2364

52715 of 69669 relevant lines covered (75.66%)

1.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 545.1 15 Jun 2018 04:03PM UTC 0
75.66
Source Files on build 545
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #545
  • f0c88348 on github
  • Prev Build on master (#544)
  • Next Build on master (#546)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc