PXF package namespace

2015-10-26 Thread Shivram Mani
alternate sink (not necessarily HAWQ) org.apache.pxf would be more relevant. Thoughts ? -- shivram mani

Re: PXF package namespace

2015-10-27 Thread Shivram Mani
em to be the best > reflection of the current state of the world. > > -Caleb > > On Mon, Oct 26, 2015 at 4:47 PM, Shivram Mani <shivram.m...@gmail.com> > wrote: > > > We are in the process of changing the package namespace for PXF. It > > currently uses com.pivotal.

Re: CTR vs RTC

2015-11-11 Thread Shivram Mani
t mails are watches by other > community members. Anybody can raise concerns if seen. > > Review to commit -- review signoffs are needed before committer can commit > patch. > > Thoughts please? > > Regards, > > Atri > -- shivram mani

Re: Re-routing GH and JIRA traffic to issues@hawq.i.a.o

2016-06-11 Thread Shivram Mani
member at some point we had a quick discussion > > >> on whether to re-route all the email traffic for GH PRs > > >> and JIRAs to issues@hawq.i.a.o. Since I'm doing it > > >> for a few podlings I'm mentoring I thought I could do it > > >> for HAWQ as well. > > >> > > >> Please let me know if you disagree. Otherwise I'll try > > >> to make it happen in 24h or so. > > >> > > >> Thanks, > > >> Roman. > > >> > > > -- shivram mani

HAWQ Jenkins build failure

2016-06-21 Thread Shivram Mani
Recently most of the HAWQ builds have been failing and are not quite related to the code/pull request. -- shivram mani

Re: Support orc format

2016-06-22 Thread Shivram Mani
gt; ORC, as well as native format such as AO and Parquet. In > > designing > > > > this > > > > > > > framework, we also need to support data stored in different > file > > > > > systems: > > > > > > > HDFS, local disk, amazon S3, etc. Thus, it is better to offer a > > > > > framework > > > > > > > to support pluggable formats and pluggable file systems. > > > > > > > > > > > > > > We are proposing support ORC in JIRA ( > > > > > > > https://issues.apache.org/jira/browse/HAWQ-786). Please see > the > > > > design > > > > > > spec > > > > > > > in the JIRA. > > > > > > > > > > > > > > Your comments are appreciated! > > > > > > > > > > > > This sounds reasonable, but I'd like to understand the trade-offs > > > > > > between supporting > > > > > > something like ORC in PXF vs. implementing it natively in C/C++. > > > > > > > > > > > > Is there any hard performance/etc. data that you could share to > > > > > > illuminated the > > > > > > tradeoffs between these two approaches? > > > > > > > > > > > > > > > > Implementing it natively in C/C++ will get at least comparable > > > > performance > > > > > with current native AO and parquet format. > > > > > > > > > > And we know that ao and parquet is faster than pxf, so we are > > expecting > > > > > better performance here. > > > > > > > > > > Cheers > > > > > Lei > > > > > > > > > > > > > > > -- shivram mani

Re: Integrate ICG to GTest

2016-06-23 Thread Shivram Mani
d to SQL test. >- Google test support run test parallelly. >- Google mock is an extension for google test, it can also be used for >unit test. > > For detail information please refer to > https://issues.apache.org/jira/browse/HAWQ-832 > > Looking forward to your comments. > > Thanks > > Jiali > -- shivram mani

Re: [VOTE] HAWQ 2.0.0-beta-incubating RC4

2016-01-26 Thread Shivram Mani
gt; > > > > *Source Files:* > > > > > > > > > https://dist.apache.org/repos/dist/dev/incubator/hawq/2.0.0-beta-incubating.RC4 > > > > > > *Tag to be voted upon:* > > > > > > > > > https://git-wip-us.apache.org/repos/asf?p=incubator-hawq.git;a=commit;h=1b11926fef3a7ca445238c157571494c03276a82 > > > > > > > > > *KEYS file containing PGP Keys we use to sign the release:* > > > https://dist.apache.org/repos/dist/dev/incubator/hawq/KEYS > > > … > > > > > > > > > > > -- > > Best Regards > > -- > > > > Zhanwei Wang > > > -- shivram mani

Re: [DISCUSS] Hive Complex types in \d

2016-04-25 Thread Shivram Mani
--+-+--+* > > > > > > * s1 | text | string > > > |* > > > > > > * f1 | float4 | float > > > |* > > > > > > * a1 | text | array > > |* > > > > > > * m1 | text | map<strung, float>|* > > > > > > * sr1 | text | struct<a:string,b:string,c:int> |* > > > 3. \d shows Column, Type, where Type=Hive type. > > > > > > > > >- > > > > > > *# \d hcatalog.default.reg_collections;* > > > > > > *PXF Hive Table "default.reg_collections"* > > > > > > * Column |Type |* > > > > > > *+--+* > > > > > > * s1 | string |* > > > > > > * f1 | float |* > > > > > > * a1 | array |* > > > > > > * m1 | map<strung, float> |* > > > > > > * sr1 | struct<a:string,b:string,c:int> |* > > > > > > I would prefer option 1. > > > Any thoughts/opinions? > > > > > > > > > Regards, Alex. > > > > > > > > > -- > אין דנים אדם בשעת קצת צערו > http://www.nrg.co.il/online/1/ART1/765/515.html > -- shivram mani

Re: PXF java api docs

2016-04-21 Thread Shivram Mani
2016 at 11:41 AM Greg Chase <g...@gregchase.com> wrote: > >> > >>> The HAWQ website is hosted out of the HAWQ github. Additions can be > made > >>> by making a pull request. > >>> > >>> -Greg > >>> > >>> On Tue,

Re: PXF java api docs

2016-04-21 Thread Shivram Mani
d for me. > > Regards, Alex. > > On Thu, Apr 21, 2016 at 11:52 AM, Roman Shaposhnik <ro...@shaposhnik.org> > wrote: > > > All committers on the project have access to it. Why are you saying you > > don't? > > > > Thanks, > > Roman. > > >

Re: PXF java api docs

2016-04-15 Thread Shivram Mani
ll need some plan to periodically rebuild and refresh > the output, too. > > -David > > On Fri, Apr 15, 2016 at 4:23 PM, Shivram Mani <shivram.m...@gmail.com> > wrote: > > > The api docs would be of the standard style eg: > > https://hbase.apache.org/apidocs/

PXF java api docs

2016-04-15 Thread Shivram Mani
We are trying to find the right place to host PXF's java api docs. This would be very useful to our external contributors and potential gsoc students as well for reference. If it does make sense to host these api docs should we use the hawq.apache.org site or the wiki page ? -- shivram mani

Re: PXF java api docs

2016-04-19 Thread Shivram Mani
.io> wrote: > I vote for wiki page and have a link on hawq.apache.org pages > > On Fri, Apr 15, 2016 at 4:56 PM Shivram Mani <shivram.m...@gmail.com> > wrote: > > > Ideal approach would be to regenerate javadocs for every new release of > > apache HAWQ (identified b

Jira comments vs PR comments

2016-07-19 Thread Shivram Mani
for actual comments/discussions posted on the Jira amidst the pull requestion notifications for each comment. Can we disable pull request comment based notifications from being posted on the Jira ? Thoughts ? -- shivram mani

[Propose] New PXF profile optimized for ORC (predicate pushdown)

2016-07-05 Thread Shivram Mani
Presto has also contributed an alternative ORC reader which provides both predicate push down and Lazy reads https://code.facebook.com/posts/370832626374903/even-faster-data-at-the-speed-of-presto-orc/ . Will be evaluating both the options as part of this effort. -- shivram mani

Re: Jira comments vs PR comments

2016-07-29 Thread Shivram Mani
lt;goden...@apache.org>: > > > > > > > > > > > > > 2nd that. JIRA right now can already link to the PR under > "issue > > > > links > > > > > > to" > > > > > > > section. (e.g.: https://issues.

Re: HAWQ Documentation Source

2016-07-29 Thread Shivram Mani
m/pivotal-cf/bookbinder> project. >- Content-wise, the open source docs will be very similar to the current >Pivotal HDB docs. Pivotal will continue to single source the open Apache >HAWQ docs in order to create the HDB docs site. > > Let me know if you have any suggestions or concerns regarding the above. > > Thanks! > > -David > -- shivram mani

Re: [VOTE] HAWQ 2.0.0.0-incubating (RC2)

2016-07-29 Thread Shivram Mani
> Clear all IP related issues for HAWQ and this is a source code > > > >>> tarball > > > >>>>> only > > > >>>>>> release. > > > >>>>>> Full list of JIRAs fixed/related to the release: link > > > >>>>>> < > > > >>>>>> > > > >>>>> > > > >>>> > > > >>> > > > >> > > > > > > > > https://cwiki.apache.org/confluence/display/HAWQ/HAWQ+Release+2.0.0.0-incubating > > > >>>>>>> > > > >>>>>> > > > >>>>>> *** Please download, review and vote by *Friday 6pm July 29, > 2016 > > > >>> PST* > > > >>>>> *** > > > >>>>>> or When we have enough votes to bring this source tarball to > IPMC > > > >>>>>> > > > >>>>>> *We're voting upon the release branch:* > > > >>>>>> 2.0.0.0-incubating > > > >>>>>> HEAD: commit > > > >>>>>> < > > > >>>>>> > > > >>>>> > > > >>>> > > > >>> > > > >> > > > > > > > > https://git-wip-us.apache.org/repos/asf?p=incubator-hawq.git;a=commit;h=9bdad43ebbbcefce23db193c3a7dd62ea6a3d805 > > > >>>>>>> > > > >>>>>> > > > >>>>>> > > > >>>>>> *Source Files:* > > > >>>>>> > > > >>>>>> > > > >>>>> > > > >>>> > > > >>> > > > >> > > > > > > > > https://dist.apache.org/repos/dist/dev/incubator/hawq/2.0.0.0-incubating.RC2 > > > >>>>>> > > > >>>>>> *KEYS file containing PGP Keys we use to sign the release:* > > > >>>>>> https://dist.apache.org/repos/dist/dev/incubator/hawq/KEYS > > > >>>>>> > > > >>>>>> Thanks > > > >>>>>> -Goden > > > >>>>>> > > > >>>>>> > > > >>>>> > > > >>>> > > > >>> > > > >> > > > > > > > > > > > > -- shivram mani

Re: [VOTE]: Apache HAWQ 2.1.0.0-incubating Release Candidate 3 (RC3)

2017-02-06 Thread Shivram Mani
t; > > > > > > > The artifact(s) has been signed with Key ID: 57325522 > > > > > > > > Previous Vote Thread(s): > > > > * RC1 [VOTE] Thread > > > > > > > > https://lists.apache.org/thread.html/882dc11880f8794fc5603aee470c0e > > > > 5f912f579a7c247c270dbeb9a4@%3Cdev.hawq.apache.org%3E > > > > * RC1 [RESULT][VOTE] Thread > > > > > > > > https://lists.apache.org/thread.html/ada53fa0dc9547bee47d8e73cc09ec > > > > 3e99e6335c291a78155b5af139@%3Cdev.hawq.apache.org%3E > > > > * RC2 [VOTE] Thread > > > > > > > > https://lists.apache.org/thread.html/02cb5e2218c516b3c17c3819afdcc4 > > > > fdbff670a0c01918168650e981@%3Cdev.hawq.apache.org%3E > > > > * RC2 [RESULT][VOTE] Thread > > > > > > > > https://lists.apache.org/thread.html/de507d211356e00e1c07b857811a89 > > > > 258755feaacf1533e2d49cbfb9@%3Cdev.hawq.apache.org%3E > > > > > > > > To help in tallying the vote, Apache HAWQ Incubating PMC members ( > > > > http://home.apache.org/phonebook.html?pmc=incubator) please be sure > to > > > > indicate "(binding)" with your vote. > > > > > > > > Please vote accordingly: > > > > [ ] +1 approve > > > > [ ] +0 no opinion > > > > [ ] -1 disapprove (and reason why) > > > > > > > > Regards, > > > > -=e > > > > > > > > -- > > > > *Ed Espino* > > > > *esp...@apache.org <esp...@apache.org>* > > > > > > > > > > -- shivram mani

Re: PXF Dev build and deploy doc

2017-02-06 Thread Shivram Mani
gt; -Dcatalina.home=/Users/rhuo/Workspace/hawq/hawq-2.0/hawq- > db-devel/pxf/apache-tomcat > -Djava.io.tmpdir=/Users/rhuo/Workspace/hawq/hawq-2.0/hawq- > db-devel/pxf/apache-tomcat/temp > org.apache.catalina.startup.Bootstrap start* > > > Best regards, > Ruilong Huo > > On Tue, Jan 31, 201

Re: HAWQ Upgarde Issues

2017-02-08 Thread Shivram Mani
t; > > >>> ERROR: function return row and query-specified return row do not > > match > > > >>> DETAIL: Returned row contains 5 attributes, but query expects 4. > > > >>> > > > >>> postgres=# \d hcatalog.default.* > > > >>> ERROR: function return row and query-specified return row do not > > match > > > >>> DETAIL: Returned row contains 5 attributes, but query expects 4. > > > >>> > > > >>> postgres=# \d hcatalog.*.* > > > >>> ERROR: function return row and query-specified return row do not > > match > > > >>> DETAIL: Returned row contains 5 attributes, but query expects 4. > > > >>> > > > >>> postgres=# SELECT * FROM pxf_get_item_fields('Hive','de > > > >>> fault.hive_table'); > > > >>> ERROR: function return row and query-specified return row do not > > match > > > >>> DETAIL: Returned row contains 5 attributes, but query expects 4. > > > >>> > > > >>> - > > > >>> > > > >>> The following is the expected result from a HDB 2.0.1.0 cluster. > This > > > is > > > >>> a clean install 2.0.1.0 cluster (not an upgrade). > > > >>> > > > >>> - > > > >>> > > > >>> postgres=# SELECT * FROM pxf_get_item_fields('Hive','de > > > >>> fault.hive_table'); > > > >>> path | itemname | fieldname | fieldtype | sourcefieldtype > > > >>> -++---+---+- > > > >>> default | hive_table | id| int4 | int > > > >>> default | hive_table | fname | text | string > > > >>> default | hive_table | lname | text | string > > > >>> (3 rows) > > > >>> > > > >>> - > > > >>> > > > >>> Is this a known issue? Am I missing something here? > > > >>> > > > >>> > > > >>> > > > >>> Regards, > > > >>> Gagan Brahmi > > > >>> > > > >> > > > >> > > > > > > > > > > -- shivram mani

Re: Build and install pxf

2017-01-23 Thread Shivram Mani
Folks, give us another day to publish the instructions. We are having to automate the manual steps as part of the makefile since the manual steps are too many to setup PXF along with tomcat on dev environments. On Fri, Jan 20, 2017 at 3:39 PM, Shivram Mani <shivram.m...@gmail.com> wrote:

Re: License Header info

2017-01-27 Thread Shivram Mani
cs source files. Seems like there's > roughly an even split of projects that do/don't include the license in each > file. > > -David > > On Thu, Jan 26, 2017 at 3:25 PM, Shivram Mani <shivram.m...@gmail.com> > wrote: > > > Are we supposed to add the Apache License

PXF Dev build and deploy doc

2017-01-30 Thread Shivram Mani
egards -- shivram mani

Re: License Header info

2017-01-30 Thread Shivram Mani
017-01-28 5:07 GMT+08:00 Roman Shaposhnik <ro...@shaposhnik.org>: > > > Actually, you really are required to apply license header to every file > > nowdays. > > > > Thanks, > > Roman. > > > > On Fri, Jan 27, 2017 at 11:11 AM, Shivram Mani <shivra

Re: HAWQ-1346

2017-02-21 Thread Shivram Mani
Best Regards > Louis Wang > > -- shivram mani

Re: gppylib config json

2017-02-16 Thread Shivram Mani
Just to clarify, i'm referring to json files under https://github.com/apache/incubator-hawq/tree/master/tools/bin/gppylib/data On Wed, Feb 15, 2017 at 2:23 PM, Shivram Mani <shivram.m...@gmail.com> wrote: > Why do we need to maintain such a configuration file for each hawq version >

Re: Build failed in Jenkins: HAWQ-rat #52

2017-02-15 Thread Shivram Mani
; [INFO] Exclude: **/*.stx >> [INFO] Exclude: **/*.gdb >> [INFO] Exclude: **/*.patch >> [INFO] Exclude: **/*.commit >> [INFO] Exclude: **/__init__.py >> [INFO] Exclude: **/*README* >> [INFO] Exclude: **/.travis.yml >> [INFO] Exclude: pxf/**/*.classpath >> [INFO] 3139 resources included (use -debug for more details) >> [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, >> generated: 0, approved: 3134 licenses. >> [INFO] >> >> [INFO] BUILD SUCCESS >> [INFO] >> >> [INFO] Total time: 2.908s >> [INFO] Finished at: Wed Feb 15 22:42:58 UTC 2017 >> [INFO] Final Memory: 9M/723M >> [INFO] >> >> [HAWQ-rat] $ /bin/bash -xe /tmp/hudson992175482587339169.sh >> + set -exu >> ++ date +%Y >> + grep 'Copyright 2017 The Apache Software Foundation.' NOTICE >> Copyright 2017 The Apache Software Foundation. >> ++ ./getversion >> ++ cut -c1-3 >> + grep '2.2' pom.xml >> Build step 'Execute shell' marked build as failure >> Archiving artifacts >> Compressed 166.82 KB of artifacts by 76.7% relative to #51 >> > > > > -- > *Ed Espino* > *esp...@apache.org <esp...@apache.org>* > -- shivram mani

gppylib config json

2017-02-15 Thread Shivram Mani
Why do we need to maintain such a configuration file for each hawq version ? It seems a bit redundant when we use git. Also, are these versions based on apache hawq version ? -- shivram mani

Re: Build failed in Jenkins: HAWQ-rat #52

2017-02-15 Thread Shivram Mani
only know it's there > because Ruilong fixed it with the last version update. > > -=e > > On Wed, Feb 15, 2017 at 3:02 PM, Shivram Mani <shivram.m...@gmail.com> > wrote: > >> Where can i make this change ? >> >> On Wed, Feb 15, 2017 at 2:50 PM

Re: Build and install pxf

2017-01-18 Thread Shivram Mani
t; is better that it can be added to build and install section as well: > https://cwiki.apache.org/confluence/display/HAWQ/Build+and+Install > > > Best regards, > Ruilong Huo > -- shivram mani

Re: Has anybody looked at the latest RC's LICENSE/NOTICE files.

2016-09-20 Thread Shivram Mani
up on that PMC. >> >> And yes it means that you do have that additional responsibility >> that has little to do with writing code and everything to do with >> pretending to be a lawyer. This is just how responsible open >> source works. >> >> Please let me know if you need any guidance on how >> to approach reviewing LICENSE and NOTICE files. >> >> Thanks, >> Roman. >> > > > > -- > *Ed Espino* > *esp...@apache.org <esp...@apache.org>* > -- shivram mani

Re: [VOTE] Apache HAWQ 2.0.0.0-incubating RC3

2016-09-19 Thread Shivram Mani
ence/display/HAWQ/HAWQ+ > > > > > >>> Release+2.0.0.0-incubating> > > > > > >>>> > > > > > >>>> *** Please download, review and vote by *Friday 12pm Sep 16, > > 2016 > > > > PST* > > > > > >>> *** > > > > > >>>> or When we have enough votes to bring this source tarball to > > IPMC > > > > > >>>> > > > > > >>>> *We're voting upon the release branch:* > > > > > >>>> 2.0.0.0-incubating > > > > > >>>> HEAD: commit > > > > > >>>> <https://git-wip-us.apache.org/repos/asf?p=incubator- > > > > > >>> hawq.git;a=commit;h=8eff60336df48c1b6830f21b443313b8a1887047> > > > > > >>>> > > > > > >>>> To run check RAT, please do: > > > > > >>>> > > > > > >>>> $mvn verify > > > > > >>>> > > > > > >>>> first to get the correct RAT output. Look inside of pom.xml > to > > > see > > > > > the > > > > > >>>> classes of exceptions we're managing there for RAT. > > > > > >>>> > > > > > >>>> *Source Files:* > > > > > >>>> > > > > > >>>> https://dist.apache.org/repos/dist/dev/incubator/hawq/2.0.0. > > > > > >>> 0-incubating.RC3 > > > > > >>>> > > > > > >>>> *KEYS file containing PGP Keys we use to sign the release:* > > > > > >>>> https://dist.apache.org/repos/dist/dev/incubator/hawq/KEYS > > > > > >>>> > > > > > >>>> Thanks > > > > > >>>> -Goden > > > > > >>>> > > > > > >>> > > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Thanks > > > > > > > > Hubert Zhang > > > > > > > > > > -- shivram mani

Re: PXF Plugin

2016-10-03 Thread Shivram Mani
> this as trivial as mapping a type to the corresponding OID in > "api/io/DataType.java" or is there something more I'm missing? > > Thanks, > > -Kyle > -- > *Kyle Dunn | Data Engineering | Pivotal* > Direct: 303.905.3171 <3039053171> | Email: kd...@pivotal.io > -- shivram mani

hawq unit test

2016-10-20 Thread Shivram Mani
]: *** [unittest-check] Error 2 make[1]: *** [unittest-check] Error 2 Would be great if this dependency is documented in the HAWQ Build wiki https://cwiki.apache.org/confluence/display/HAWQ/Build+and+Install -- shivram mani

Re: PXF plugin help

2016-11-19 Thread Shivram Mani
or) is identical to the one declared abstract in the > > base class (HdfsSplittableDataAccessor) so I can't wrap my head around > > what's going on. Anyone have any ideas? > > > > > > > > Thanks, > > Kyle > > -- > > *Kyle Dunn | Data Engineering | Pivotal* > > Direct: 303.905.3171 <3039053171> | Email: kd...@pivotal.io > > > -- > *Kyle Dunn | Data Engineering | Pivotal* > Direct: 303.905.3171 <3039053171> | Email: kd...@pivotal.io > -- shivram mani

Re: Need website update to add release section

2016-10-10 Thread Shivram Mani
> > > > > I'd like to have a [Release] tab on the top navigation menu and have > > > > > download links there. > > > > > Any other suggestions? > > > > > > > > > > Anyone might be able to design and develop the HTML page? > > > > > Please volunteer :) > > > > > > > > > > -Goden > > > > > > > > > > > > > > > > > > > > > -- > > > > *Ed Espino* > > > > *esp...@apache.org <esp...@apache.org>* > > > > > -- shivram mani

Re: JDBC/SOLR PXF Plugin

2016-10-17 Thread Shivram Mani
l business of this company shall be understood as neither given nor > endorsed by it. IG is a trading name of IG Markets Limited (a company > registered in England and Wales, company number 04008957) and IG Index > Limited (a company registered in England and Wales, company number > 01190902). Registered address at Cannon Bridge House, 25 Dowgate Hill, > London EC4R 2YA. Both IG Markets Limited (register number 195355) and IG > Index Limited (register number 114059) are authorised and regulated by the > Financial Conduct Authority. > -- shivram mani

Re: Using PXF without HAWQ

2016-12-16 Thread Shivram Mani
, there's still no > client-side > library available to translate those into the REST calls (or may be > even short-circuit > them when running as part of the same JVM as PXF). Does this sounds like > something that needs to be addressed by PXF community? Shall I file a JIRA? > > Thanks, > Roman. > -- shivram mani

Re: Kerberos re-login from pxf

2017-01-09 Thread Shivram Mani
a better area in the code to check > logged in status and to re-initiate a login. Any ideas are appreciated > > Thanks, > Kavinder > -- shivram mani

Re: [VOTE]: Apache HAWQ 2.1.0.0-incubating Release

2017-01-11 Thread Shivram Mani
ncubating.tar.gz.sha256 > Keys to verify the signature of the release artifact are available at: > https://dist.apache.org/repos/dist/dev/incubator/hawq/KEYS > The artifact(s) have been signed with Key : 57325522 > > Please vote accordingly: > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > > -- > *Ed Espino* > *esp...@apache.org <esp...@apache.org>* > -- shivram mani

Re: [VOTE]: Apache HAWQ 2.2.0.0-incubating Release

2017-04-04 Thread Shivram Mani
bator/hawq/ > 2.2.0.0-incubating.RC1/apache-hawq-rpm-2.2.0.0-incubating.tar.gz.sha256MD5 > > > > Hash: > > https://dist.apache.org/repos/dist/dev/incubator/hawq/2.2.0. > > 0-incubating.RC1/apache-hawq-rpm-2.2.0.0-incubating.tar.gz.md5 > > > > 8. Keys to verify the signature of the release artifact are available at: > > https://dist.apache.org/repos/dist/dev/incubator/hawq/KEYS > > > > 9. The artifact(s) has been signed with Key ID: 1B8B6872 > > > > To help in tallying the vote, Apache HAWQ Incubator PMC members > > (http://home.apache.org/phonebook.html?pmc=incubator) please be sure > > to indicate "(binding)" with your vote. > > > > Please vote accordingly: > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove (and reason why) > > > -- shivram mani

PXF RPM updates

2017-03-31 Thread Shivram Mani
to simply build and configure PXF using make install as shown in the PXF Build Install document. -- shivram mani

Re: [VOTE] Apache HAWQ Incubator "powered by" logo vote

2017-04-21 Thread Shivram Mani
tional sizes can be viewed here: > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=69407067 > > > > > > > > > > -- > *Ed Espino* > -- shivram mani

Re: Apache HAWQ 2.3.0.0 release plan

2017-08-02 Thread Shivram Mani
anch > > > was > > > > > cut > > > > > > a a couple of months back. > > > > > > > > > > > > b) Also, it may help to add Umbrella JIRAs on that page, > associated > > > to > > > > > the > > > > > > new features. If certain features are too large to finish in a > > given > > > > > > release, they can always ride the next release vehicle. > > > > > > > > > > > > It would be good to hear thoughts from others. > > > > > > > > > > > > Thanks! > > > > > > Vineet > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Wed, Jul 19, 2017 at 6:15 PM Yi JIN <y...@apache.org> wrote: > > > > > > > > > > > > > Hi Apache HAWQ community, > > > > > > > > > > > > > > Thank you guys for your trust, I drafted one release plan for > > next > > > > > > version > > > > > > > 2.3.0.0 that has been update in wiki as below. Please feel free > > to > > > > > > comment > > > > > > > and any input is welcome. Thank you again. > > > > > > > > > > > > > > > > > > > > > https://cwiki.apache.org/confluence/display/HAWQ/ > > > > Apache+HAWQ+2.3.0.0- > > > > > > incubating+Release > > > > > > > > > > > > > > > > > > > > > Best, > > > > > > > Yi Jin (yjin) > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- shivram mani

Hawq repositories

2017-05-24 Thread Shivram Mani
cumbersome for new committers who intend to contribute to docs to keep track of three different repositories and also request for permission on each of them. -- shivram mani

Re: Hawq repositories

2017-05-25 Thread Shivram Mani
wq-site are just HTML files generated from > the source. I don't think we'd necessarily want to combine that compiled > output alongside source. > > -David > > On Wed, May 24, 2017 at 2:07 PM, Shivram Mani <shivram.m...@gmail.com> > wrote: > >> Why can't we integ

Re: Remain with HAWQ project or not?

2018-05-10 Thread Shivram Mani
, it's welcome and please > > > > *respond** > > > > 'Yes'* in this thread, or *respond 'No'* if you are not interested in > > any > > > > more. Thanks. > > > > > > > > This thread will be available for at least 72 hours, after that, we > > will > > > > send individual confirm emails. > > > > > > > > [1] > > > > https://lists.apache.org/thread.html/b4a0b5671ce377b3d51c9b7ab00496 > > > > a1eebfcbf1696ce8b67e078c64@%3Cdev.hawq.apache.org%3E > > > > > > > > Regards, > > > > Radar > > > > > > > > > > -- shivram mani

New Committer: Shubham Sharma

2018-04-24 Thread Shivram Mani
-1198, HAWQ-1368, HAWQ-1373 ] Other contributions include code review(https://github.com/apache/incubator- hawq/pull/1318) and email discussions. -- Shivram Mani

New Committer: Lav Jain

2018-04-24 Thread Shivram Mani
also been a very active contributor to the *HAWQ Ambari project* *40 JIRAs* were created or assigned to Lav https://issues.apache.org/jira/browse/AMBARI-21377?jql= project%20%3D%20AMBARI%20AND%20(assignee%20in%20(lavjain)% 20OR%20reporter%20in%20(lavjain)) -- Shivram Mani

[jira] [Created] (HAWQ-964) Support for additional logical operators in PXF

2016-07-28 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-964: - Summary: Support for additional logical operators in PXF Key: HAWQ-964 URL: https://issues.apache.org/jira/browse/HAWQ-964 Project: Apache HAWQ Issue Type

[jira] [Created] (HAWQ-963) Enhance PXF to support additional operators

2016-07-28 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-963: - Summary: Enhance PXF to support additional operators Key: HAWQ-963 URL: https://issues.apache.org/jira/browse/HAWQ-963 Project: Apache HAWQ Issue Type

[jira] [Created] (HAWQ-965) Error reporting is misleading with incorrect table/file in PXF location in HA cluster

2016-07-28 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-965: - Summary: Error reporting is misleading with incorrect table/file in PXF location in HA cluster Key: HAWQ-965 URL: https://issues.apache.org/jira/browse/HAWQ-965 Project

[jira] [Created] (HAWQ-967) Extend Projection info to include filter attributes

2016-07-29 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-967: - Summary: Extend Projection info to include filter attributes Key: HAWQ-967 URL: https://issues.apache.org/jira/browse/HAWQ-967 Project: Apache HAWQ Issue Type

[jira] [Created] (HAWQ-992) PXF Hive data type check in Fragmenter is too strict

2016-08-09 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-992: - Summary: PXF Hive data type check in Fragmenter is too strict Key: HAWQ-992 URL: https://issues.apache.org/jira/browse/HAWQ-992 Project: Apache HAWQ Issue Type

[jira] [Created] (HAWQ-997) HAWQ doesn't send PXF data type with precision

2016-08-10 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-997: - Summary: HAWQ doesn't send PXF data type with precision Key: HAWQ-997 URL: https://issues.apache.org/jira/browse/HAWQ-997 Project: Apache HAWQ Issue Type: Bug

[jira] [Created] (HAWQ-931) HiveORCAccessor with support for Predicate pushdown and Column proj

2016-07-18 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-931: - Summary: HiveORCAccessor with support for Predicate pushdown and Column proj Key: HAWQ-931 URL: https://issues.apache.org/jira/browse/HAWQ-931 Project: Apache HAWQ

[jira] [Created] (HAWQ-903) Fix pxffilters_test failure and HBase filter failure

2016-07-07 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-903: - Summary: Fix pxffilters_test failure and HBase filter failure Key: HAWQ-903 URL: https://issues.apache.org/jira/browse/HAWQ-903 Project: Apache HAWQ Issue Type

[jira] [Created] (HAWQ-971) Update PXF Resolvers to return partial content

2016-08-01 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-971: - Summary: Update PXF Resolvers to return partial content Key: HAWQ-971 URL: https://issues.apache.org/jira/browse/HAWQ-971 Project: Apache HAWQ Issue Type: Sub

[jira] [Created] (HAWQ-886) Support PXF filter push down for ORC

2016-07-01 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-886: - Summary: Support PXF filter push down for ORC Key: HAWQ-886 URL: https://issues.apache.org/jira/browse/HAWQ-886 Project: Apache HAWQ Issue Type: Bug

[jira] [Created] (HAWQ-1309) PXF Service must default to port 51200

2017-02-02 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1309: -- Summary: PXF Service must default to port 51200 Key: HAWQ-1309 URL: https://issues.apache.org/jira/browse/HAWQ-1309 Project: Apache HAWQ Issue Type: Bug

[jira] [Created] (HAWQ-1297) Update PXF build and service scripts to make it installable directly from source code

2017-01-25 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1297: -- Summary: Update PXF build and service scripts to make it installable directly from source code Key: HAWQ-1297 URL: https://issues.apache.org/jira/browse/HAWQ-1297

[jira] [Created] (HAWQ-1344) Rollback Apache HAWQ versino to 2.1.0.0

2017-02-17 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1344: -- Summary: Rollback Apache HAWQ versino to 2.1.0.0 Key: HAWQ-1344 URL: https://issues.apache.org/jira/browse/HAWQ-1344 Project: Apache HAWQ Issue Type: Bug

[jira] [Created] (HAWQ-1331) Update HAWQ and PXF versions

2017-02-14 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1331: -- Summary: Update HAWQ and PXF versions Key: HAWQ-1331 URL: https://issues.apache.org/jira/browse/HAWQ-1331 Project: Apache HAWQ Issue Type: Bug

[jira] [Created] (HAWQ-1287) Document PXF Setup/Build Instructions

2017-01-19 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1287: -- Summary: Document PXF Setup/Build Instructions Key: HAWQ-1287 URL: https://issues.apache.org/jira/browse/HAWQ-1287 Project: Apache HAWQ Issue Type: Improvement

[jira] [Created] (HAWQ-1049) Enhance PXF Service to support AND,OR,NOT logical operators in Predicate Push

2016-09-13 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1049: -- Summary: Enhance PXF Service to support AND,OR,NOT logical operators in Predicate Push Key: HAWQ-1049 URL: https://issues.apache.org/jira/browse/HAWQ-1049 Project

[jira] [Created] (HAWQ-1048) Support OR, NOT logical operators in the HAWQ/PXF Bridge

2016-09-13 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1048: -- Summary: Support OR, NOT logical operators in the HAWQ/PXF Bridge Key: HAWQ-1048 URL: https://issues.apache.org/jira/browse/HAWQ-1048 Project: Apache HAWQ Issue

[jira] [Created] (HAWQ-1088) Escape string constants in filters being passed to PXF via X-GP-FILTER

2016-10-07 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1088: -- Summary: Escape string constants in filters being passed to PXF via X-GP-FILTER Key: HAWQ-1088 URL: https://issues.apache.org/jira/browse/HAWQ-1088 Project: Apache HAWQ

[jira] [Created] (HAWQ-1070) Make PXF javadoc compliant

2016-09-23 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1070: -- Summary: Make PXF javadoc compliant Key: HAWQ-1070 URL: https://issues.apache.org/jira/browse/HAWQ-1070 Project: Apache HAWQ Issue Type: Task

[jira] [Created] (HAWQ-1075) Make checksum verification configurable in PXF HdfsTextSimple profile

2016-09-25 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1075: -- Summary: Make checksum verification configurable in PXF HdfsTextSimple profile Key: HAWQ-1075 URL: https://issues.apache.org/jira/browse/HAWQ-1075 Project: Apache HAWQ

[jira] [Created] (HAWQ-1152) Ensure bridge(read and write) accessor handle is always closed in every scenario

2016-11-10 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1152: -- Summary: Ensure bridge(read and write) accessor handle is always closed in every scenario Key: HAWQ-1152 URL: https://issues.apache.org/jira/browse/HAWQ-1152 Project

[jira] [Created] (HAWQ-1116) Enhance HAWQ/PXF Bridge to support isNull and isNotNull

2016-10-19 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1116: -- Summary: Enhance HAWQ/PXF Bridge to support isNull and isNotNull Key: HAWQ-1116 URL: https://issues.apache.org/jira/browse/HAWQ-1116 Project: Apache HAWQ Issue

[jira] [Created] (HAWQ-1169) HAWQ Bridge incorrectly pushes T_BoolExpr predicates with byte arrays

2016-11-22 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1169: -- Summary: HAWQ Bridge incorrectly pushes T_BoolExpr predicates with byte arrays Key: HAWQ-1169 URL: https://issues.apache.org/jira/browse/HAWQ-1169 Project: Apache HAWQ

[jira] [Created] (HAWQ-1215) PXF HiveORC profile doesn't handle complex types correctly

2016-12-12 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1215: -- Summary: PXF HiveORC profile doesn't handle complex types correctly Key: HAWQ-1215 URL: https://issues.apache.org/jira/browse/HAWQ-1215 Project: Apache HAWQ

[jira] [Created] (HAWQ-1427) PXF JSON Profile lang3 dependency error

2017-04-07 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1427: -- Summary: PXF JSON Profile lang3 dependency error Key: HAWQ-1427 URL: https://issues.apache.org/jira/browse/HAWQ-1427 Project: Apache HAWQ Issue Type: Bug

[jira] [Created] (HAWQ-1535) PXF make install should also generate non versioned jars

2017-10-03 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1535: -- Summary: PXF make install should also generate non versioned jars Key: HAWQ-1535 URL: https://issues.apache.org/jira/browse/HAWQ-1535 Project: Apache HAWQ Issue

[jira] [Created] (HAWQ-1536) pxf-json unit test failure due to json list comparison

2017-10-09 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1536: -- Summary: pxf-json unit test failure due to json list comparison Key: HAWQ-1536 URL: https://issues.apache.org/jira/browse/HAWQ-1536 Project: Apache HAWQ Issue

[jira] [Created] (HAWQ-1539) PXF Support for HBase 1.2.0

2017-10-18 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1539: -- Summary: PXF Support for HBase 1.2.0 Key: HAWQ-1539 URL: https://issues.apache.org/jira/browse/HAWQ-1539 Project: Apache HAWQ Issue Type: Bug

[jira] [Created] (HAWQ-1571) Support Hive's OpenCSVSerde

2017-12-12 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1571: -- Summary: Support Hive's OpenCSVSerde Key: HAWQ-1571 URL: https://issues.apache.org/jira/browse/HAWQ-1571 Project: Apache HAWQ Issue Type: Bug

[jira] [Created] (HAWQ-1614) Make Log error messages more generic

2018-05-16 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1614: -- Summary: Make Log error messages more generic Key: HAWQ-1614 URL: https://issues.apache.org/jira/browse/HAWQ-1614 Project: Apache HAWQ Issue Type: Bug

[jira] [Created] (HAWQ-1541) PXF configs shouldn't be part of pxf webapp

2017-10-26 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1541: -- Summary: PXF configs shouldn't be part of pxf webapp Key: HAWQ-1541 URL: https://issues.apache.org/jira/browse/HAWQ-1541 Project: Apache HAWQ Issue Type

[jira] [Created] (HAWQ-1587) Metadata not being handled correctly with PXF parameter isolation

2018-02-09 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1587: -- Summary: Metadata not being handled correctly with PXF parameter isolation Key: HAWQ-1587 URL: https://issues.apache.org/jira/browse/HAWQ-1587 Project: Apache HAWQ

[jira] [Created] (HAWQ-1644) Make delegationtoken optional for PXF

2018-07-31 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1644: -- Summary: Make delegationtoken optional for PXF Key: HAWQ-1644 URL: https://issues.apache.org/jira/browse/HAWQ-1644 Project: Apache HAWQ Issue Type: Bug

[jira] [Created] (HAWQ-1581) Separate PXF system parameters from user configurable visible parameters

2018-01-23 Thread Shivram Mani (JIRA)
Shivram Mani created HAWQ-1581: -- Summary: Separate PXF system parameters from user configurable visible parameters Key: HAWQ-1581 URL: https://issues.apache.org/jira/browse/HAWQ-1581 Project: Apache