Hi Thanks for your good contributions! Please rebase your PR to master branch. The presto branch code has been rebased to master :)
Regards Liang 2017-05-24 19:16 GMT+08:00 Geetika Gupta <[email protected]>: > Hi, > > I have updated the core version for presto branch to fix the compilation > issue and build failure. Please check, below is the PR link: > > https://github.com/apache/carbondata/pull/941 > > On Mon, May 15, 2017 at 2:37 PM, Liang Chen <[email protected]> > wrote: > > > Hi Pallavi > > > > Let me take a look. you are right, this is jar dependency issue, need to > > use the new version jars(without incubating) > > > > Regards > > Liang > > > > > > > > 2017-05-15 1:39 GMT-07:00 Pallavi Singh <[email protected]>: > > > > > We are getting the following error > > > Error:(611, 11) java: constructor BTreeDataRefNodeFinder in class > > > org.apache.carbondata.core.datastore.impl.btree.BTreeDataRefNodeFinder > > > cannot be applied to given types; > > > required: int[],int,int > > > found: int[] > > > reason: actual and formal argument lists differ in length > > > > > > > > > On Mon, May 15, 2017 at 12:29 PM, Geetika Gupta < > > [email protected]> > > > wrote: > > > > > > > Hi Community, > > > > > > > > I am also facing the same issue, I have tried with the following > > version > > > > of the carbondata-core jar: > > > > > > > > <dependency> > > > > <groupId>org.apache.carbondata</groupId> > > > > <artifactId>carbondata-core</artifactId> > > > > <version>1.1.0-SNAPSHOT</version> > > > > </dependency> > > > > > > > > > > > > > > > > On Mon, May 15, 2017 at 12:13 PM, Pallavi Singh < > > > [email protected]> > > > > wrote: > > > > > > > >> Hi Community, > > > >> > > > >> > > > >> While working on the presto integration, while compiling and > packaging > > > >> the presto module , I am getting the following error: > > > >> > > > >> > > > >> > > > >> This is problem is related to the jar of the carbondata core module > > > which > > > >> seems to be incompatible. We tried with the following as well, but > the > > > >> issue persists. > > > >> > > > >> <dependency> > > > >> <groupId>org.apache.carbondata</groupId> > > > >> <artifactId>carbondata-core</artifactId> > > > >> <version>1.1.0-SNAPSHOT</version> > > > >> </dependency> > > > >> > > > >> > > > >> According to current pom it picks the jar from the following > location > > : > > > >> > > > >> http://repository.apache.org/snapshots/org/apache/carbondata > > > >> /carbondata-core/1.1.0-incubating-SNAPSHOT/carbondata > > > >> -core-1.1.0-incubating-20170509.094316-481.jar > > > >> > > > >> -- > > > >> Regards | Pallavi Singh > > > >> Software Consultant > > > >> Knoldus Software LLP > > > >> +91-9911235949 > > > >> > > > > > > > > > > > > > > > > -- > > > > Regards, > > > > Geetika Gupta > > > > > > > > > > > > > > > > -- > > > Regards | Pallavi Singh > > > Software Consultant > > > Knoldus Software LLP > > > +91-9911235949 > > > > > > > > > > > -- > > Regards > > Liang > > > > > > -- > Regards, > Geetika Gupta >
