Re: unrecognized configuration parameter "ONETARY"

2016-12-19 Thread Ming Li
Hi Radar, It seems that the config param 'hawq_lc_monetary' can only be recognized by hawq admin tools in python, and set hawq guc 'lc-monetary' finally. My question is: Why not directly using 'lc-monetary' instead of ' hawq_lc_monetary' in the hawq admin tools? Is there any possible to

Re: Please close apache JIRAs

2016-12-19 Thread Hong
Done: HAWQ-832, HAWQ-955, HAWQ-1037, HAWQ-1044, HAWQ-1145. To point out, HAWQ-991 can not be marked as resolved yet. Hong 2016-12-20 7:20 GMT+08:00 Paul Guo : > Below are JIRAs which are not labeled as closed or resolved after code > checkin. > Please close them youselves.

Re: unrecognized configuration parameter "ONETARY"

2016-12-19 Thread Jon Roberts
The segment actually has this error: 2016-12-14 13:47:34.760839 UTC,"gpadmin","gpadmin",p737499,th542214432,"172.21.13.196","40327",2016-12-14 13:47:34 UTC,0,con23798,,seg-1,"FATAL","42704","unrecognized configuration parameter ""ONETARY""",,,0,,"guc.c",10006, This made me check out

Hadoop dependencies error when install pxf-service

2016-12-19 Thread 胡晓
Hi,community when I want to install pxf service with rpm after building pxf from source. I run: rpm -ivh pxf-service..rpm I meet errors: Hadoop >= 2.7.1 is needed by pxf-service Hadoop-hdfs >2.7.1 is need by pxf-service But I have installed hadoop 2.7.2 of open source version. Could

Re: Hadoop dependencies error when install pxf-service

2016-12-19 Thread 胡晓
Should I need to change the classpath of Hadoop distribution in build.gradle. I notice that the Hadoop distribution must be hdp or phd 发自我的 iPhone > 在 2016年12月19日,20:04,胡晓 写道: > > Hi,community > > when I want to install pxf service with rpm after building pxf from

[GitHub] incubator-hawq-docs pull request #76: HAWQ-1218 - add subnav entry for DROP ...

2016-12-19 Thread lisakowen
Github user lisakowen closed the pull request at: https://github.com/apache/incubator-hawq-docs/pull/76 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-hawq-docs pull request #75: HAWQ-1218 - add drop language sql refe...

2016-12-19 Thread lisakowen
Github user lisakowen closed the pull request at: https://github.com/apache/incubator-hawq-docs/pull/75 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] incubator-hawq-docs pull request #74: HAWQ-1219 - add ao and parquet relstor...

2016-12-19 Thread lisakowen
Github user lisakowen closed the pull request at: https://github.com/apache/incubator-hawq-docs/pull/74 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

Please close apache JIRAs

2016-12-19 Thread Paul Guo
Below are JIRAs which are not labeled as closed or resolved after code checkin. Please close them youselves. Each line includes author and title. Thanks. abai_AT_pivotal.io [HAWQ-955] Add script for feature test running in parallel cjameson_AT_pivotal.io [HAWQ-537] make distdir cant handle

Re: unrecognized configuration parameter "ONETARY"

2016-12-19 Thread Yi Jin
Thank you jon, I will specially recheck the guc population logic. Yi On Tue, Dec 20, 2016 at 4:07 AM, Jon Roberts wrote: > The segment actually has this error: > 2016-12-14 13:47:34.760839 > UTC,"gpadmin","gpadmin",p737499,th542214432,"172.21. > 13.196","40327",2016-12-14 >

Re: unrecognized configuration parameter "ONETARY"

2016-12-19 Thread Yi Jin
Hi Jon, I think there is no ONTARY configuration item, so maybe I need the full log containing that error to check the error routine. Best, Yi On Mon, Dec 19, 2016 at 5:39 PM, Paul Guo wrote: > You could grep the log to see whether there is "ONETARY" setting before > this