Re: Version upgrade for Presto Integration to 0.186

2017-11-03 Thread Liang Chen
+1 Can you raise one PR for this. Regards Liang bhavya411 wrote > Hi All, > > Presto 0.186 version has as lot of improvements that will increase the > performance and improve the reliability. Some of the major issues and > improvements are listed below. > > >- Fix excessive GC overhead

Re: [Discussion] Support pre-aggregate table to improve OLAP performance

2017-11-03 Thread Naresh P R
Hi, I was going through the design document & need some clarification. 1) Can we support creating agg tables while creating main table ? 2) Need some help in understanding "Support rollup table for timeseries data", i) Do we have any provision to specify timezone of timestamp column ? ii)

Re: Re: Delegation Token can be issued only with kerberos or web authentication" will occur in yarn cluster

2017-11-03 Thread Naresh P R
Hi yixu2001, >From hadoop code, i could see IOException("Delegation Token can be issued only with kerberos or web authentication") is thrown only if authentication method is set as "SIMPLE". private boolean isAllowedDelegationTokenOp() throws IOException { AuthenticationMethod authMethod =

Re: Re: Delegation Token can be issued only with kerberos or web authentication" will occur in yarn cluster

2017-11-03 Thread yixu2001
prnaresh.naresh, dev The carbon jar I used does not include hadoop classes & core-site.xml. The attachment include the jar list while submtting spark job, please confirm it. yixu2001 From: Naresh P R Date: 2017-11-03 16:07 To: yixu2001 Subject: Re: Re: Delegation Token can be issued only

Re: Version upgrade for Presto Integration to 0.186

2017-11-03 Thread Sandeep Purohit
+1. SPI are backward incompatible so make sure if you use the SPI for presto integration you need to change following things : - Remove owner from ConnectorTableMetadata. - Replace the generic getServices() method in Plugin with specific methods such as getConnectorFactories(),

Re: Re: Delegation Token can be issued only with kerberos or web authentication" will occur in yarn cluster

2017-11-03 Thread yixu2001
Naresh P R: For the attachments can not be uploaded in maillist,I have add the attachments to the mail for you, please check it. Our platform is installed with HDP 2.4, but spark 2.1 is not included in HDP 2.4, we using spark 2.1 with additional installed of apache version. yixu2001