RE: Instruction about how to become Trafodion contributor

2016-04-13 Thread Jin, Jian (Seth)
Hi Carol,

These videos would be very helpful for ones who would like to contribute on 
Trafodion!
I can put somewhere that is easy for Chinese developer to access.

Br,

Seth

-Original Message-
From: Carol Pearson [mailto:carol.pearson...@gmail.com] 
Sent: 2016年4月14日 1:36
To: dev@trafodion.incubator.apache.org
Subject: Re: Instruction about how to become Trafodion contributor

Hi,

I haven't had a chance to work on them yet this week, so into next week now, 
but I'm putting together a series of 1-3 minute videos on basic stuff like "how 
to subscribe to our mailing lists" and "how to find the contributor guide" and 
"how to submit a jira"  and "how to find a Jira."
 Things that we all know because we're here, but that someone who's new to the 
project would find helpful.

I had planned to do that this week, but it got stacked behind a couple other 
things, so next week.  Seth, once I have those videos, maybe there's someone 
who's interested in making them more accessible to folks in China?
Or anyone else who might want to localize, for that matter?

Thanks,
-Carol P.

---
Email:carol.pearson...@gmail.com
Twitter:  @CarolP222
---

On Wed, Apr 13, 2016 at 9:42 AM, Dave Birdsall 
wrote:

> Karma granted.
>
> -Original Message-
> From: Sean Broeder [mailto:sean.broe...@esgyn.com]
> Sent: Wednesday, April 13, 2016 9:27 AM
> To: u...@trafodion.incubator.apache.org;
> dev@trafodion.incubator.apache.org
> Subject: RE: Instruction about how to become Trafodion contributor
>
> Can someone please grant write access to confluence ID sbroeder so I 
> can update the wiki?
>
>
>
> The first thing I will update is the link that says to request write 
> access by posting an email to d...@incubator.trafodion.org rather than 
> dev@trafodion.incubator.apache.org. J
>
>
>
> I copied the user list here in case someone else has attempted to gain 
> access and received a failed email response from 
> d...@incubator.trafodion.org .
>
>
>
> Regards,
>
> Sean
>
>
>
> *From:* Gunnar Tapper [mailto:tapper.gun...@gmail.com]
> *Sent:* Wednesday, April 13, 2016 6:11 AM
> *To:* u...@trafodion.incubator.apache.org
> *Subject:* Re: Instruction about how to become Trafodion contributor
>
>
>
> The link is provided directly by clicking on "Contribute" on the website.
>
>
>
> On Wed, Apr 13, 2016 at 3:38 AM, Pierre Smits 
> wrote:
>
> Hi Jian,
>
> First of all: welcome!
>
>
>
>
> https://cwiki.apache.org/confluence/display/TRAFODION/Trafodion+Contri
> butor+Guide
> should provide a good starting point.
>
>
>
> Best regards,
>
>
> Pierre Smits
>
>
> *ORRTIZ.COM *
>
> OFBiz based solutions & services
>
>
> *OFBiz Extensions Marketplace*
>
> http://oem.ofbizci.net/oci-2/
>
>
>
> On Wed, Apr 13, 2016 at 9:50 AM, Jin, Jian (Seth) 
> wrote:
>
> Hello there,
>
>
>
> It is not easy to find instruction How to become Trafodion contributor 
> in official website or WiKi page.
>
> Did I miss it or we need to add this at proper place?
>
>
>
> Best regards,
>
>
>
> 金剑 (Seth)
>
>
>
>
>
>
>
>
>
> --
>
> Thanks,
>
>
>
> Gunnar
>
> *If you think you can you can, if you think you can't you're right.*
>


RE: debugging tricks?

2016-04-13 Thread Eric Owhadi
Thanks all for the help, I went with Qifan suggestion. That way I only get
what I need in my custom file .
Thanks,
Eric

-Original Message-
From: Sean Broeder [mailto:sean.broe...@esgyn.com]
Sent: Wednesday, April 13, 2016 12:17 PM
To: dev@trafodion.incubator.apache.org
Subject: RE: debugging tricks?

There are also the stdout_* files in sql/scripts

-Original Message-
From: Eric Owhadi [mailto:eric.owh...@esgyn.com]
Sent: Wednesday, April 13, 2016 10:12 AM
To: dev@trafodion.incubator.apache.org
Subject: RE: debugging tricks?

Ah OK, thanks I will look,
Eric

-Original Message-
From: Sean Broeder [mailto:sean.broe...@esgyn.com]
Sent: Wednesday, April 13, 2016 12:11 PM
To: dev@trafodion.incubator.apache.org
Subject: RE: debugging tricks?

Hi Eric,
Have you looked at the mon*.log files?  The monitor may redirect stdout for
various processes.

Regards,
Sean

-Original Message-
From: Eric Owhadi [mailto:eric.owh...@esgyn.com]
Sent: Wednesday, April 13, 2016 9:47 AM
To: dev@trafodion.incubator.apache.org
Subject: debugging tricks?

Hi Trafodionners,

I see in the code some debugging statement logging stuff in stderr.

Like

fprintf(stderr,

  "  Attr(%d): dataType: %d nullable: %d variable: %d "

  "offset: %d voaOff: %d align: %d\n",

  k, attr->getDatatype(), attr->getNullFlag(),

  (attr->getVCIndicatorLength() > 0 ? 1 : 0),
attr->getOffset(),

  attr->getVoaOffset(), attr->getDataAlignmentSize());



However, I tried to sqlci 2> err.out

No success.



I tried to run it with debugger in Eclipse (internally using gdb), and
usually when I debug java programs this way, stderr is redirected to the
Console view in eclipse. But not with this.



So question, how do I redirect or view stderr when debugging trafodion cpp
code?

Eric


Re: Instruction about how to become Trafodion contributor

2016-04-13 Thread Carol Pearson
Hi,

I haven't had a chance to work on them yet this week, so into next week
now, but I'm putting together a series of 1-3 minute videos on basic stuff
like "how to subscribe to our mailing lists" and "how to find the
contributor guide" and "how to submit a jira"  and "how to find a Jira."
 Things that we all know because we're here, but that someone who's new to
the project would find helpful.

I had planned to do that this week, but it got stacked behind a couple
other things, so next week.  Seth, once I have those videos, maybe there's
someone who's interested in making them more accessible to folks in China?
Or anyone else who might want to localize, for that matter?

Thanks,
-Carol P.

---
Email:carol.pearson...@gmail.com
Twitter:  @CarolP222
---

On Wed, Apr 13, 2016 at 9:42 AM, Dave Birdsall 
wrote:

> Karma granted.
>
> -Original Message-
> From: Sean Broeder [mailto:sean.broe...@esgyn.com]
> Sent: Wednesday, April 13, 2016 9:27 AM
> To: u...@trafodion.incubator.apache.org;
> dev@trafodion.incubator.apache.org
> Subject: RE: Instruction about how to become Trafodion contributor
>
> Can someone please grant write access to confluence ID sbroeder so I can
> update the wiki?
>
>
>
> The first thing I will update is the link that says to request write access
> by posting an email to d...@incubator.trafodion.org rather than
> dev@trafodion.incubator.apache.org. J
>
>
>
> I copied the user list here in case someone else has attempted to gain
> access and received a failed email response from
> d...@incubator.trafodion.org
> .
>
>
>
> Regards,
>
> Sean
>
>
>
> *From:* Gunnar Tapper [mailto:tapper.gun...@gmail.com]
> *Sent:* Wednesday, April 13, 2016 6:11 AM
> *To:* u...@trafodion.incubator.apache.org
> *Subject:* Re: Instruction about how to become Trafodion contributor
>
>
>
> The link is provided directly by clicking on "Contribute" on the website.
>
>
>
> On Wed, Apr 13, 2016 at 3:38 AM, Pierre Smits 
> wrote:
>
> Hi Jian,
>
> First of all: welcome!
>
>
>
>
> https://cwiki.apache.org/confluence/display/TRAFODION/Trafodion+Contributor+Guide
> should provide a good starting point.
>
>
>
> Best regards,
>
>
> Pierre Smits
>
>
> *ORRTIZ.COM *
>
> OFBiz based solutions & services
>
>
> *OFBiz Extensions Marketplace*
>
> http://oem.ofbizci.net/oci-2/
>
>
>
> On Wed, Apr 13, 2016 at 9:50 AM, Jin, Jian (Seth) 
> wrote:
>
> Hello there,
>
>
>
> It is not easy to find instruction How to become Trafodion contributor in
> official website or WiKi page.
>
> Did I miss it or we need to add this at proper place?
>
>
>
> Best regards,
>
>
>
> 金剑 (Seth)
>
>
>
>
>
>
>
>
>
> --
>
> Thanks,
>
>
>
> Gunnar
>
> *If you think you can you can, if you think you can't you're right.*
>


RE: debugging tricks?

2016-04-13 Thread Sean Broeder
There are also the stdout_* files in sql/scripts

-Original Message-
From: Eric Owhadi [mailto:eric.owh...@esgyn.com]
Sent: Wednesday, April 13, 2016 10:12 AM
To: dev@trafodion.incubator.apache.org
Subject: RE: debugging tricks?

Ah OK, thanks I will look,
Eric

-Original Message-
From: Sean Broeder [mailto:sean.broe...@esgyn.com]
Sent: Wednesday, April 13, 2016 12:11 PM
To: dev@trafodion.incubator.apache.org
Subject: RE: debugging tricks?

Hi Eric,
Have you looked at the mon*.log files?  The monitor may redirect stdout for
various processes.

Regards,
Sean

-Original Message-
From: Eric Owhadi [mailto:eric.owh...@esgyn.com]
Sent: Wednesday, April 13, 2016 9:47 AM
To: dev@trafodion.incubator.apache.org
Subject: debugging tricks?

Hi Trafodionners,

I see in the code some debugging statement logging stuff in stderr.

Like

fprintf(stderr,

  "  Attr(%d): dataType: %d nullable: %d variable: %d "

  "offset: %d voaOff: %d align: %d\n",

  k, attr->getDatatype(), attr->getNullFlag(),

  (attr->getVCIndicatorLength() > 0 ? 1 : 0),
attr->getOffset(),

  attr->getVoaOffset(), attr->getDataAlignmentSize());



However, I tried to sqlci 2> err.out

No success.



I tried to run it with debugger in Eclipse (internally using gdb), and
usually when I debug java programs this way, stderr is redirected to the
Console view in eclipse. But not with this.



So question, how do I redirect or view stderr when debugging trafodion cpp
code?

Eric


RE: debugging tricks?

2016-04-13 Thread Eric Owhadi
Ah OK, thanks I will look,
Eric

-Original Message-
From: Sean Broeder [mailto:sean.broe...@esgyn.com]
Sent: Wednesday, April 13, 2016 12:11 PM
To: dev@trafodion.incubator.apache.org
Subject: RE: debugging tricks?

Hi Eric,
Have you looked at the mon*.log files?  The monitor may redirect stdout for
various processes.

Regards,
Sean

-Original Message-
From: Eric Owhadi [mailto:eric.owh...@esgyn.com]
Sent: Wednesday, April 13, 2016 9:47 AM
To: dev@trafodion.incubator.apache.org
Subject: debugging tricks?

Hi Trafodionners,

I see in the code some debugging statement logging stuff in stderr.

Like

fprintf(stderr,

  "  Attr(%d): dataType: %d nullable: %d variable: %d "

  "offset: %d voaOff: %d align: %d\n",

  k, attr->getDatatype(), attr->getNullFlag(),

  (attr->getVCIndicatorLength() > 0 ? 1 : 0),
attr->getOffset(),

  attr->getVoaOffset(), attr->getDataAlignmentSize());



However, I tried to sqlci 2> err.out

No success.



I tried to run it with debugger in Eclipse (internally using gdb), and
usually when I debug java programs this way, stderr is redirected to the
Console view in eclipse. But not with this.



So question, how do I redirect or view stderr when debugging trafodion cpp
code?

Eric


Re: debugging tricks?

2016-04-13 Thread Qifan Chen
Alternatively, you could write the stuff into files, instead of to stderr.
This is useful especially for operators executing in multiple ESP
processes.

Method ExOperStats::addMessage() is for such purpose.



On Wed, Apr 13, 2016 at 11:47 AM, Eric Owhadi  wrote:

> Hi Trafodionners,
>
> I see in the code some debugging statement logging stuff in stderr.
>
> Like
>
> fprintf(stderr,
>
>   "  Attr(%d): dataType: %d nullable: %d variable: %d "
>
>   "offset: %d voaOff: %d align: %d\n",
>
>   k, attr->getDatatype(), attr->getNullFlag(),
>
>   (attr->getVCIndicatorLength() > 0 ? 1 : 0),
> attr->getOffset(),
>
>   attr->getVoaOffset(), attr->getDataAlignmentSize());
>
>
>
> However, I tried to sqlci 2> err.out
>
> No success.
>
>
>
> I tried to run it with debugger in Eclipse (internally using gdb), and
> usually when I debug java programs this way, stderr is redirected to the
> Console view in eclipse. But not with this.
>
>
>
> So question, how do I redirect or view stderr when debugging trafodion cpp
> code?
>
> Eric
>



-- 
Regards, --Qifan


RE: Instruction about how to become Trafodion contributor

2016-04-13 Thread Dave Birdsall
Karma granted.

-Original Message-
From: Sean Broeder [mailto:sean.broe...@esgyn.com]
Sent: Wednesday, April 13, 2016 9:27 AM
To: u...@trafodion.incubator.apache.org; dev@trafodion.incubator.apache.org
Subject: RE: Instruction about how to become Trafodion contributor

Can someone please grant write access to confluence ID sbroeder so I can
update the wiki?



The first thing I will update is the link that says to request write access
by posting an email to d...@incubator.trafodion.org rather than
dev@trafodion.incubator.apache.org. J



I copied the user list here in case someone else has attempted to gain
access and received a failed email response from d...@incubator.trafodion.org
.



Regards,

Sean



*From:* Gunnar Tapper [mailto:tapper.gun...@gmail.com]
*Sent:* Wednesday, April 13, 2016 6:11 AM
*To:* u...@trafodion.incubator.apache.org
*Subject:* Re: Instruction about how to become Trafodion contributor



The link is provided directly by clicking on "Contribute" on the website.



On Wed, Apr 13, 2016 at 3:38 AM, Pierre Smits 
wrote:

Hi Jian,

First of all: welcome!



https://cwiki.apache.org/confluence/display/TRAFODION/Trafodion+Contributor+Guide
should provide a good starting point.



Best regards,


Pierre Smits


*ORRTIZ.COM *

OFBiz based solutions & services


*OFBiz Extensions Marketplace*

http://oem.ofbizci.net/oci-2/



On Wed, Apr 13, 2016 at 9:50 AM, Jin, Jian (Seth)  wrote:

Hello there,



It is not easy to find instruction How to become Trafodion contributor in
official website or WiKi page.

Did I miss it or we need to add this at proper place?



Best regards,



金剑 (Seth)









-- 

Thanks,



Gunnar

*If you think you can you can, if you think you can't you're right.*


RE: Instruction about how to become Trafodion contributor

2016-04-13 Thread Sean Broeder
Can someone please grant write access to confluence ID sbroeder so I can
update the wiki?



The first thing I will update is the link that says to request write access
by posting an email to d...@incubator.trafodion.org rather than
dev@trafodion.incubator.apache.org. J



I copied the user list here in case someone else has attempted to gain
access and received a failed email response from d...@incubator.trafodion.org
.



Regards,

Sean



*From:* Gunnar Tapper [mailto:tapper.gun...@gmail.com]
*Sent:* Wednesday, April 13, 2016 6:11 AM
*To:* u...@trafodion.incubator.apache.org
*Subject:* Re: Instruction about how to become Trafodion contributor



The link is provided directly by clicking on "Contribute" on the website.



On Wed, Apr 13, 2016 at 3:38 AM, Pierre Smits 
wrote:

Hi Jian,

First of all: welcome!



https://cwiki.apache.org/confluence/display/TRAFODION/Trafodion+Contributor+Guide
should provide a good starting point.



Best regards,


Pierre Smits


*ORRTIZ.COM *

OFBiz based solutions & services


*OFBiz Extensions Marketplace*

http://oem.ofbizci.net/oci-2/



On Wed, Apr 13, 2016 at 9:50 AM, Jin, Jian (Seth)  wrote:

Hello there,



It is not easy to find instruction How to become Trafodion contributor in
official website or WiKi page.

Did I miss it or we need to add this at proper place?



Best regards,



金剑 (Seth)









-- 

Thanks,



Gunnar

*If you think you can you can, if you think you can't you're right.*


forced fixed varchar in align format?

2016-04-13 Thread Eric Owhadi
Hi Trafodioneers,

Would like to experiment the case where varchar columns are tagged “forced
fixed”. I see that case in the code, but have no idea how to force this in
a ddl?

Someone knows?

Eric


Trafodion master Daily Test Result - 174 - Still Failing

2016-04-13 Thread steve . varnau
Daily Automated Testing master

Jenkins Job:   https://jenkins.esgyn.com/job/Check-Daily-master/174/
Archived Logs: http://traf-testlogs.esgyn.com/Daily-master/174
Bld Downloads: http://traf-builds.esgyn.com

Changes since previous daily build:
[ovis_poly] [TRAFODION-1912] rework to fix hive regress test failure

[ovis_poly] [TRAFODION-1912] git add forgot again

[narain.arvind] Phoenix T2 tests failing with CDH

[narain.arvind] [TRAFODION-1930] Phoenix T2 tests failing with HDP during build 
phase



Test Job Results:

FAILURE build-master-release (22 min)
FAILURE core-regress-charsets-cdh (24 min)
FAILURE core-regress-charsets-hdp (21 min)
FAILURE core-regress-compGeneral-cdh (23 min)
FAILURE core-regress-compGeneral-hdp (1 min 32 sec)
FAILURE core-regress-core-cdh (1 min 37 sec)
FAILURE core-regress-core-hdp (24 min)
FAILURE core-regress-executor-cdh (24 min)
FAILURE core-regress-executor-hdp (1 min 40 sec)
FAILURE core-regress-fullstack2-cdh (1 min 34 sec)
FAILURE core-regress-fullstack2-hdp (1 min 23 sec)
FAILURE core-regress-hive-cdh (1 min 34 sec)
FAILURE core-regress-hive-hdp (1 min 26 sec)
FAILURE core-regress-privs1-cdh (1 min 34 sec)
FAILURE core-regress-privs1-hdp (1 min 34 sec)
FAILURE core-regress-privs2-cdh (23 min)
FAILURE core-regress-privs2-hdp (1 min 29 sec)
FAILURE core-regress-qat-cdh (24 min)
FAILURE core-regress-qat-hdp (23 min)
FAILURE core-regress-seabase-cdh (1 min 37 sec)
FAILURE core-regress-seabase-hdp (23 min)
FAILURE core-regress-udr-cdh (1 min 36 sec)
FAILURE core-regress-udr-hdp (1 min 35 sec)
FAILURE phoenix_part1_T2-cdh (53 min)
FAILURE phoenix_part1_T2-hdp (58 min)
FAILURE phoenix_part2_T2-cdh (29 min)
FAILURE phoenix_part2_T2-hdp (59 min)
SUCCESS build-master-debug (22 min)
SUCCESS jdbc_test-cdh (1 hr 8 min)
SUCCESS jdbc_test-hdp (51 min)
SUCCESS phoenix_part1_T4-cdh (1 hr 0 min)
SUCCESS phoenix_part1_T4-hdp (1 hr 25 min)
SUCCESS phoenix_part2_T4-cdh (1 hr 4 min)
SUCCESS phoenix_part2_T4-hdp (1 hr 47 min)
SUCCESS pyodbc_test-cdh (28 min)
SUCCESS pyodbc_test-hdp (1 hr 0 min)