[jira] [Commented] (HAWQ-304) Support update and delete on non-heap tables

2017-03-16 Thread Hongxu Ma (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15929455#comment-15929455
 ] 

Hongxu Ma commented on HAWQ-304:


Great job [~tzolov]
I have tried your calcite-sql-rewriter, but failed on HAWQ:
https://github.com/tzolov/calcite-sql-rewriter/issues/1
not supported HAWQ now?



> Support update and delete on non-heap tables
> 
>
> Key: HAWQ-304
> URL: https://issues.apache.org/jira/browse/HAWQ-304
> Project: Apache HAWQ
>  Issue Type: Wish
>  Components: Storage
>Reporter: Lei Chang
>Assignee: Lili Ma
> Fix For: 3.0.0.0
>
> Attachments: mutable_table.sql
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (HAWQ-304) Support update and delete on non-heap tables

2017-03-16 Thread Hongxu Ma (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15929455#comment-15929455
 ] 

Hongxu Ma edited comment on HAWQ-304 at 3/17/17 5:54 AM:
-

Great job @[~tzolov]
I have tried your calcite-sql-rewriter, but failed on HAWQ:
https://github.com/tzolov/calcite-sql-rewriter/issues/1
Not support HAWQ now?




was (Author: hongxu ma):
Great job [~tzolov]
I have tried your calcite-sql-rewriter, but failed on HAWQ:
https://github.com/tzolov/calcite-sql-rewriter/issues/1
not supported HAWQ now?



> Support update and delete on non-heap tables
> 
>
> Key: HAWQ-304
> URL: https://issues.apache.org/jira/browse/HAWQ-304
> Project: Apache HAWQ
>  Issue Type: Wish
>  Components: Storage
>Reporter: Lei Chang
>Assignee: Lili Ma
> Fix For: 3.0.0.0
>
> Attachments: mutable_table.sql
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] incubator-hawq issue #1177: HAWQ-326. Support RPM package for Apache HAWQ.

2017-03-16 Thread xunzhang
Github user xunzhang commented on the issue:

https://github.com/apache/incubator-hawq/pull/1177
  
@radarwave TIL, thanks! 


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq issue #1177: HAWQ-326. Support RPM package for Apache HAWQ.

2017-03-16 Thread radarwave
Github user radarwave commented on the issue:

https://github.com/apache/incubator-hawq/pull/1177
  
@xunzhang I guess you are doing some package works on many systems. 


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request #1177: HAWQ-326. Support RPM package for Apache ...

2017-03-16 Thread radarwave
GitHub user radarwave opened a pull request:

https://github.com/apache/incubator-hawq/pull/1177

HAWQ-326. Support RPM package for Apache HAWQ.

@edespino @kdunn926 @paul-guo- @huor 
Please help to review the RPM spec file for HAWQ.

This spec file comes from a history file which contributed by Lei, Ed and 
me. We also added some comments from others like Kyle.

Later we can add an option 'make rpm' to make the user create the rpm 
package easier.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/radarwave/incubator-hawq hawq_rpm

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/1177.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1177


commit 0a5a47d452844a6712f48abd268664aa01ce792c
Author: rlei 
Date:   2017-03-17T02:36:01Z

HAWQ-326. Support RPM package for Apache HAWQ.




---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Resolved] (HAWQ-1382) Specify necessary setup for hawq_rm_stmt_nvseg and hawq_rm_stmt_vseg_memory

2017-03-16 Thread Jane Beckman (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jane Beckman resolved HAWQ-1382.

   Resolution: Fixed
Fix Version/s: (was: 2.1.0.0-incubating)

> Specify necessary setup for hawq_rm_stmt_nvseg and  hawq_rm_stmt_vseg_memory
> 
>
> Key: HAWQ-1382
> URL: https://issues.apache.org/jira/browse/HAWQ-1382
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Jane Beckman
>Assignee: David Yozie
> Fix For: 2.2.0.0-incubating
>
>
> You must set hawq_rm_stmt_nvseg before setting hawq_rm_stmt_vseg_memory
> To enable statement level, users must set  hawq_rm_stmt_nvseg to a number 
> larger than 0, run desired query, then set it back.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HAWQ-1382) Specify necessary setup for hawq_rm_stmt_nvseg and hawq_rm_stmt_vseg_memory

2017-03-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15929144#comment-15929144
 ] 

ASF GitHub Bot commented on HAWQ-1382:
--

Github user janebeckman closed the pull request at:

https://github.com/apache/incubator-hawq-docs/pull/103


> Specify necessary setup for hawq_rm_stmt_nvseg and  hawq_rm_stmt_vseg_memory
> 
>
> Key: HAWQ-1382
> URL: https://issues.apache.org/jira/browse/HAWQ-1382
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Jane Beckman
>Assignee: David Yozie
> Fix For: 2.2.0.0-incubating
>
>
> You must set hawq_rm_stmt_nvseg before setting hawq_rm_stmt_vseg_memory
> To enable statement level, users must set  hawq_rm_stmt_nvseg to a number 
> larger than 0, run desired query, then set it back.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] incubator-hawq issue #972: HAWQ-1108 Add JDBC PXF Plugin

2017-03-16 Thread edespino
Github user edespino commented on the issue:

https://github.com/apache/incubator-hawq/pull/972
  
@shivzone - for future reference, there are two ways a PR can be 
automatically closed that I rely on regularly:

- You can reference the pull request in the commit description or body of 
the commit message (e.g. "closes #972), the PR will automatically be closed. 

- If the review branch has been recently rebased on master, the sha1 in the 
review branch and master can be the same after the merge process. If this is 
the case, the PR will detect the change has been merged and the PR is 
automatically closed.


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-1108) Add JDBC PXF Plugin

2017-03-16 Thread Shivram Mani (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15928264#comment-15928264
 ] 

Shivram Mani commented on HAWQ-1108:


[~michael.andre.pearce] since you are the reporter of this jira, please 
resolve/close it once you verify that the JDBC Plugin feature is enabled.

> Add JDBC PXF Plugin
> ---
>
> Key: HAWQ-1108
> URL: https://issues.apache.org/jira/browse/HAWQ-1108
> Project: Apache HAWQ
>  Issue Type: New Feature
>  Components: PXF
>Reporter: Michael Andre Pearce (IG)
>Assignee: Devin Jia
>
> On the back of the work in :
> https://issues.apache.org/jira/browse/HAWQ-779
> We would like to add to Hawq Plugins a JDBC implementation.
> There are currently two noted implementations in the openly available in 
> GitHub.
> 1) https://github.com/kojec/pxf-field/tree/master/jdbc-pxf-ext
> 2) https://github.com/inspur-insight/pxf-plugin/tree/master/pxf-jdbc
> The latter (2) is an improved version of the former (1) and also what 
> HAWQ-779 changes were to support.
> [~jiadx] would you be happy to contribute the source as apache 2 license open 
> source?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] incubator-hawq issue #972: HAWQ-1108 Add JDBC PXF Plugin

2017-03-16 Thread shivzone
Github user shivzone commented on the issue:

https://github.com/apache/incubator-hawq/pull/972
  
Its merged. Please close the pull request


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Closed] (HAWQ-1390) HAWQ build on s390x

2017-03-16 Thread ketan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ketan closed HAWQ-1390.
---
   Resolution: Duplicate
Fix Version/s: 2.0.0.0-incubating

closing issue being duplicate to HAWQ-1391

> HAWQ build on s390x
> ---
>
> Key: HAWQ-1390
> URL: https://issues.apache.org/jira/browse/HAWQ-1390
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Build
>Reporter: ketan
>Assignee: Ed Espino
> Fix For: 2.0.0.0-incubating
>
>
> Hi,
> I am building Apache HAWQ on s390x.
> I have disabled SSE in config stage
> I start with the build i am blked due the below linking issue.
> Logs below for reference
> help would be appreciated.
> *
> make[3]: Leaving directory 
> `/scratch/ecos0013/ketan/incubator-hawq/src/backend/utils'
> g++ -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  
> -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv 
> -fno-aggressive-loop-optimizations  -I/usr/include/libxml2 -L../../src/port 
> -L../../src/port -Wl,--as-needed 
> -L/scratch/ecos0013/ketan/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/lib
>  
> -L/scratch/ecos0013/ketan/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/lib
>  -Wl,-rpath,'/usr/local/hawq/lib',--enable-new-dtags -Wl,-E access/SUBSYS.o 
> bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o 
> executor/SUBSYS.o foreign/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o 
> gp_libpq_fe/SUBSYS.o main/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o 
> port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o 
> storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o resourcemanager/SUBSYS.o 
> ../../src/timezone/SUBSYS.o cdb/SUBSYS.o ../../src/port/libpgport_srv.a 
> -lprotobuf -lboost_system -lboost_date_time -lstdc++ -lhdfs3 -lgsasl -lxml2 
> -ljson-c -levent -lyaml -lsnappy -lbz2 -lrt -lz -lcrypt -ldl -lm -lcurl 
> -lyarn -lkrb5 -lpthread -lthrift -lsnappy -o postgres
> /scratch/ecos0013/ketan/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/lib/libhdfs3.so:
>  undefined reference to `Hdfs::Internal::HWCrc32c::available()'
> /scratch/ecos0013/ketan/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/lib/libhdfs3.so:
>  undefined reference to `vtable for Hdfs::Internal::HWCrc32c'
> collect2: error: ld returned 1 exit status
> make[2]: *** [postgres] Error 1
> make[2]: Leaving directory 
> `/scratch/ecos0013/ketan/incubator-hawq/src/backend'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/scratch/ecos0013/ketan/incubator-hawq/src'
> make: *** [all] Error 2
> ***



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HAWQ-1391) s390x support for HWCRC32c

2017-03-16 Thread ketan (JIRA)
ketan created HAWQ-1391:
---

 Summary: s390x support for HWCRC32c
 Key: HAWQ-1391
 URL: https://issues.apache.org/jira/browse/HAWQ-1391
 Project: Apache HAWQ
  Issue Type: Bug
  Components: libhdfs
Reporter: ketan
Assignee: Ed Espino


Hi ,

I am in progress building Apache - HAWQ on s390x
following instruction on
https://cwiki.apache.org/confluence/display/HAWQ/Build+and+Install

I am in the build stage i notice that during the build i encounter
undefined reference to vtable for Hdfs::Internal::HWCrc32c

On further debugging i observed that  libhdfs3/src/common/HWCRC32c.cpp has not 
support for s390x.

My questions are as follows.

1) I want to confirm whether does this check happens as part of unit testing of 
libhdfs3?

2) if yes to 1 whether this test is specific to SSE based platforms ?

3) can we exactly get some information on what this check does>?

Help would be appreciated.

Regards
Ketan





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HAWQ-1389) TestRowTypes.BasicTest fails wrong with error "tuple concurrently updated"

2017-03-16 Thread Ming LI (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15927845#comment-15927845
 ] 

Ming LI commented on HAWQ-1389:
---

I had thought that the root cause is the testing relation name conflict with 
other test case.
However the feature test will automatically add schema name in form of 
"class_func". So it should be other cause, need more time for investigating.

> TestRowTypes.BasicTest fails wrong with  error "tuple concurrently updated"
> ---
>
> Key: HAWQ-1389
> URL: https://issues.apache.org/jira/browse/HAWQ-1389
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Tests
>Reporter: Ming LI
>Assignee: Ming LI
>
> https://hawq.ci.pivotalci.info/teams/main/pipelines/hdb/jobs/fullfeaturetest_opt_centos6/builds/31
> [2/184] TestRowTypes.BasicTest (17967 ms)
> Note: Google Test filter = TestRowTypes.BasicTest
> [==] Running 1 test from 1 test case.
> [--] Global test environment set-up.
> [--] 1 test from TestRowTypes
> [ RUN ] TestRowTypes.BasicTest
> COPY tenk1 FROM '/tmp/build/d29698ca/featuretest/query/data/tenk.data'
> lib/sql_util.cpp:93: Failure
> Expected: 0
> To be equal to: (conn->runSQLCommand(sql)).getLastStatus()
> Which is: 1
> NOTICE: drop cascades to type testrowtypes_basictest.quad
> NOTICE: drop cascades to append only table pg_temp_32.quadtable column q
> ERROR: tuple concurrently updated (heapam.c:2689)
> [ FAILED ] TestRowTypes.BasicTest (17958 ms)
> [--] 1 test from TestRowTypes (17958 ms total)
> [--] Global test environment tear-down
> [==] 1 test from 1 test case ran. (17958 ms total)
> [ PASSED ] 0 tests.
> [ FAILED ] 1 test, listed below:
> [ FAILED ] TestRowTypes.BasicTest



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HAWQ-1390) HAWQ build on s390x

2017-03-16 Thread ketan (JIRA)
ketan created HAWQ-1390:
---

 Summary: HAWQ build on s390x
 Key: HAWQ-1390
 URL: https://issues.apache.org/jira/browse/HAWQ-1390
 Project: Apache HAWQ
  Issue Type: Bug
  Components: Build
Reporter: ketan
Assignee: Ed Espino


Hi,

I am building Apache HAWQ on s390x.

I have disabled SSE in config stage
I start with the build i am blked due the below linking issue.
Logs below for reference
help would be appreciated.

*
make[3]: Leaving directory 
`/scratch/ecos0013/ketan/incubator-hawq/src/backend/utils'
g++ -O3 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  -Wendif-labels 
-Wformat-security -fno-strict-aliasing -fwrapv 
-fno-aggressive-loop-optimizations  -I/usr/include/libxml2 -L../../src/port 
-L../../src/port -Wl,--as-needed 
-L/scratch/ecos0013/ketan/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/lib
 
-L/scratch/ecos0013/ketan/incubator-hawq/depends/libyarn/build/install/usr/local/hawq/lib
 -Wl,-rpath,'/usr/local/hawq/lib',--enable-new-dtags -Wl,-E access/SUBSYS.o 
bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o 
executor/SUBSYS.o foreign/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o 
gp_libpq_fe/SUBSYS.o main/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o 
port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o 
storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o resourcemanager/SUBSYS.o 
../../src/timezone/SUBSYS.o cdb/SUBSYS.o ../../src/port/libpgport_srv.a 
-lprotobuf -lboost_system -lboost_date_time -lstdc++ -lhdfs3 -lgsasl -lxml2 
-ljson-c -levent -lyaml -lsnappy -lbz2 -lrt -lz -lcrypt -ldl -lm -lcurl -lyarn 
-lkrb5 -lpthread -lthrift -lsnappy -o postgres
/scratch/ecos0013/ketan/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/lib/libhdfs3.so:
 undefined reference to `Hdfs::Internal::HWCrc32c::available()'
/scratch/ecos0013/ketan/incubator-hawq/depends/libhdfs3/build/install/usr/local/hawq/lib/libhdfs3.so:
 undefined reference to `vtable for Hdfs::Internal::HWCrc32c'
collect2: error: ld returned 1 exit status
make[2]: *** [postgres] Error 1
make[2]: Leaving directory `/scratch/ecos0013/ketan/incubator-hawq/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/scratch/ecos0013/ketan/incubator-hawq/src'
make: *** [all] Error 2
***



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] incubator-hawq issue #1176: HAWQ-1389. Fixed test case problem

2017-03-16 Thread paul-guo-
Github user paul-guo- commented on the issue:

https://github.com/apache/incubator-hawq/pull/1176
  
Looks good. Just one thing, the commit title should align with the Apache 
JIRA title, which is better IMO.


---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request #1176: HAWQ-1389. Fixed test case problem

2017-03-16 Thread liming01
GitHub user liming01 opened a pull request:

https://github.com/apache/incubator-hawq/pull/1176

HAWQ-1389. Fixed test case problem

The root cause of this error is the testing table name is same as other 
test case,
if we run test in parallel, it will cause problem.

Solution: Add test class name and function name as table prefix.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/liming01/incubator-hawq mli/testcase_tabname

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/1176.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1176


commit 67e0072cb7b3bf353c553a24c918ca698c3e6e85
Author: Ming LI 
Date:   2017-03-16T10:14:28Z

HAWQ-1389. Fixed test case problem

The root cause of this error is the testing table name is same as other 
test case,
if we run test in parallel, it will cause problem.

Solution: Add test class name and function name as table prefix.




---
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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Assigned] (HAWQ-1389) TestRowTypes.BasicTest fails wrong with error "tuple concurrently updated"

2017-03-16 Thread Ming LI (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ming LI reassigned HAWQ-1389:
-

Assignee: Ming LI  (was: Jiali Yao)

> TestRowTypes.BasicTest fails wrong with  error "tuple concurrently updated"
> ---
>
> Key: HAWQ-1389
> URL: https://issues.apache.org/jira/browse/HAWQ-1389
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Tests
>Reporter: Ming LI
>Assignee: Ming LI
>
> https://hawq.ci.pivotalci.info/teams/main/pipelines/hdb/jobs/fullfeaturetest_opt_centos6/builds/31
> [2/184] TestRowTypes.BasicTest (17967 ms)
> Note: Google Test filter = TestRowTypes.BasicTest
> [==] Running 1 test from 1 test case.
> [--] Global test environment set-up.
> [--] 1 test from TestRowTypes
> [ RUN ] TestRowTypes.BasicTest
> COPY tenk1 FROM '/tmp/build/d29698ca/featuretest/query/data/tenk.data'
> lib/sql_util.cpp:93: Failure
> Expected: 0
> To be equal to: (conn->runSQLCommand(sql)).getLastStatus()
> Which is: 1
> NOTICE: drop cascades to type testrowtypes_basictest.quad
> NOTICE: drop cascades to append only table pg_temp_32.quadtable column q
> ERROR: tuple concurrently updated (heapam.c:2689)
> [ FAILED ] TestRowTypes.BasicTest (17958 ms)
> [--] 1 test from TestRowTypes (17958 ms total)
> [--] Global test environment tear-down
> [==] 1 test from 1 test case ran. (17958 ms total)
> [ PASSED ] 0 tests.
> [ FAILED ] 1 test, listed below:
> [ FAILED ] TestRowTypes.BasicTest



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HAWQ-1389) TestRowTypes.BasicTest fails wrong with error "tuple concurrently updated"

2017-03-16 Thread Ming LI (JIRA)
Ming LI created HAWQ-1389:
-

 Summary: TestRowTypes.BasicTest fails wrong with  error "tuple 
concurrently updated"
 Key: HAWQ-1389
 URL: https://issues.apache.org/jira/browse/HAWQ-1389
 Project: Apache HAWQ
  Issue Type: Bug
  Components: Tests
Reporter: Ming LI
Assignee: Jiali Yao


https://hawq.ci.pivotalci.info/teams/main/pipelines/hdb/jobs/fullfeaturetest_opt_centos6/builds/31
[2/184] TestRowTypes.BasicTest (17967 ms)
Note: Google Test filter = TestRowTypes.BasicTest
[==] Running 1 test from 1 test case.
[--] Global test environment set-up.
[--] 1 test from TestRowTypes
[ RUN ] TestRowTypes.BasicTest
COPY tenk1 FROM '/tmp/build/d29698ca/featuretest/query/data/tenk.data'
lib/sql_util.cpp:93: Failure
Expected: 0
To be equal to: (conn->runSQLCommand(sql)).getLastStatus()
Which is: 1
NOTICE: drop cascades to type testrowtypes_basictest.quad
NOTICE: drop cascades to append only table pg_temp_32.quadtable column q
ERROR: tuple concurrently updated (heapam.c:2689)
[ FAILED ] TestRowTypes.BasicTest (17958 ms)
[--] 1 test from TestRowTypes (17958 ms total)
[--] Global test environment tear-down
[==] 1 test from 1 test case ran. (17958 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] TestRowTypes.BasicTest



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HAWQ-1388) HAWQ Build

2017-03-16 Thread ketan (JIRA)
ketan created HAWQ-1388:
---

 Summary: HAWQ Build
 Key: HAWQ-1388
 URL: https://issues.apache.org/jira/browse/HAWQ-1388
 Project: Apache HAWQ
  Issue Type: Bug
  Components: Build
Reporter: ketan
Assignee: Ed Espino


Is HAWQ build supported only for SSE based platforms like intel ?







--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HAWQ-1283) error: ‘privilege’ undeclared - when make project

2017-03-16 Thread Xiang Sheng (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15927589#comment-15927589
 ] 

Xiang Sheng commented on HAWQ-1283:
---

[~ketank] 
I have seen your problem in the dev mail list. 
Some people have replied to the dev mail list. If you do not received these 
emails, maybe you haven't subscribe to the dev mail list and you cannot receive 
the replies. I recommend you to subscribe it.
Someone have met the same problem with you, this problem seems related to some 
version problem, cmake, gcc , etc. So I will paste the problem link in the dev 
mail list and send email to you. 


> error: ‘privilege’ undeclared - when make project
> -
>
> Key: HAWQ-1283
> URL: https://issues.apache.org/jira/browse/HAWQ-1283
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Security
>Reporter: Devin Jia
>Assignee: Xiang Sheng
> Fix For: 2.1.0.0-incubating
>
>
> when i "git pull" the newest source code,and make project, encounter error:
> {quote}
> ./configure --prefix=/opt/hawq-build --enable-depend --enable-cassert 
> --enable-debug
> make install
> {quote}
> ..
> ..
> gcc -O0 -std=gnu99  -Wall -Wmissing-prototypes -Wpointer-arith  
> -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -g -ggdb  
> -I/usr/include/libxml2 -I../../../src/include -D_GNU_SOURCE  
> -I/opt/incubator-hawq/depends/libhdfs3/build/install/opt/hawq-build/include 
> -I/opt/incubator-hawq/depends/libyarn/build/install/opt/hawq-build/include  
> -c -o rangerrest.o rangerrest.c -MMD -MP -MF .deps/rangerrest.Po
> {color:red}
> rangerrest.c: In function ‘create_ranger_request_json’:
> rangerrest.c:165: error: ‘privilege’ undeclared (first use in this function)
> rangerrest.c:165: error: (Each undeclared identifier is reported only once
> rangerrest.c:165: error: for each function it appears in.)
> {color}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (HAWQ-326) Support RPM build for HAWQ

2017-03-16 Thread Radar Lei (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Radar Lei reassigned HAWQ-326:
--

Assignee: Radar Lei  (was: Paul Guo)

> Support RPM build for HAWQ
> --
>
> Key: HAWQ-326
> URL: https://issues.apache.org/jira/browse/HAWQ-326
> Project: Apache HAWQ
>  Issue Type: Wish
>  Components: Build
>Reporter: Lei Chang
>Assignee: Radar Lei
> Fix For: 2.2.0.0-incubating
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)