Compilation error on presto Branch

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Compilation error on presto Branch

Pallavi Singh
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 :


--
Regards | Pallavi Singh 
Software Consultant
Knoldus Software LLP
+91-9911235949
Reply | Threaded
Open this post in threaded view
|

Re: Compilation error on presto Branch

geetikagupta
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 <[hidden email]> 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 :


--
Regards | Pallavi Singh 
Software Consultant
Knoldus Software LLP
+91-9911235949



--
Regards,
Geetika Gupta
Reply | Threaded
Open this post in threaded view
|

Re: Compilation error on presto Branch

Pallavi Singh
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 <[hidden email]>
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 <[hidden email]>
> 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
Reply | Threaded
Open this post in threaded view
|

Re: Compilation error on presto Branch

Liang Chen
Administrator
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 <[hidden email]>:

> 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 <[hidden email]>
> 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 <
> [hidden email]>
> > 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
Reply | Threaded
Open this post in threaded view
|

Re: Compilation error on presto Branch

geetikagupta
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 <[hidden email]> 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 <[hidden email]>:
>
> > 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 <
> [hidden email]>
> > 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 <
> > [hidden email]>
> > > 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
Reply | Threaded
Open this post in threaded view
|

Re: Compilation error on presto Branch

Liang Chen-2
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 <[hidden email]>:

> 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 <[hidden email]>
> 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 <[hidden email]>:
> >
> > > 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 <
> > [hidden email]>
> > > 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 <
> > > [hidden email]>
> > > > 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
>
Reply | Threaded
Open this post in threaded view
|

Re: Compilation error on presto Branch

Liang Chen
Administrator
In reply to this post by Pallavi Singh
Hi

This issue has been solved at master.
Please check it again.

Regards
Liang