I went on the lazy path. Knew it had nothing to do with my changes, so submitted PR and verified that on Jenkins, test passed as expected :-), Eric
-----Original Message----- From: Hans Zeller [mailto:[email protected]] Sent: Monday, March 7, 2016 12:43 PM To: dev <[email protected]> Subject: Re: UDR/TEST002 Hope you solved the problem over the weekend. Arvind found the bug and suggested a solution, see https://github.com/apache/incubator-trafodion/pull/369. Hans On Fri, Mar 4, 2016 at 2:47 PM, Hans Zeller <[email protected]> wrote: > Hi Eric, my guess would be that you need to run > install_traf_components after doing the install_local_hadoop and > building the source. DCS is probably not up. You can check with > sqcheck. I would try this, if it actually turns out that DCS is not > running: > > sqstop > install_traf_components > sqstart > > Hans > > On Fri, Mar 4, 2016 at 12:18 PM, Eric Owhadi <[email protected]> > wrote: > >> Look like a setup problem… Any clue how to address this? >> >> Thanks in advance, >> eric >> >> >> >> DIFF002 >> >> 6759,6760c6759 >> >> < --- SQL command prepared. >> >> < >>execute s_traf; >> >> --- >> >> > *** ERROR[11252] Exception during connect: error while opening socket. >> Cause: Connection refused (SQLSTATE 38020) >> >> 6762,6763c6761,6763 >> >> < A B >> >> < ---------- >> >> --- >> >> > *** ERROR[8822] The statement was not prepared. >> >> > >> >> > >>execute s_traf; >> >> 6765,6766c6765 >> >> < Hallo Welt >> >> < Hello World >> >> --- >> >> > *** ERROR[15017] Statement S_TRAF was not found. >> >> 6768d6766 >> >> < --- 2 row(s) selected. >> > >
