79 | 17 Aug 2014 @ 06:38 PDT | Teradata Studio | Topic | Teradata Studio 15.0 connecting to Hadoop fails with Oozie connectivity failure | Hello All,
I've a desktop Centos installation with Hadoop 2.1, TDCH 1.3.1 and Studio 15.0 installed, (benefits are that everything is on the one OS) and connectivity shouldn't be a problem... |
78 | 22 Jul 2014 @ 11:06 PDT | Teradata Studio | Topic | Teradata Studio 15.0 connecting to Hadoop using JDBC fails | Connecting to a Hadoop Sandbox or a HDP via JDBC using TDS 15.0 is erroring out after using WebHDFS port 50070 with the following error:
java.lang.Exception: Hadoop not configured to run jobs by... |
77 | 05 May 2014 @ 04:00 PDT | Aster | Topic | load_from_hcatalog when templeton is not on namenode | Hello guys,
I have a HDP instance that has templeton on a secondary node and so instead of my connector being:
CREATE VIEW aster_view AS
SELECT hcat_table.col1,
hcat_table.col2
F... |
76 | 06 Mar 2014 @ 05:28 PST | Tools | Topic | Error with Teradata connector for Hadoop with HCAT -> TD fastload | I have an HCategory table:
CREATE TABLE src.t (
msgtype string
, ts string
, source string
, msgclass int
, msgtext string
) PARTITIONED BY (device_range string, device_i... |
75 | 16 Jan 2014 @ 05:10 PST | Database | Topic | which standard is used for REGEX regular expression functions in TD14.10 | I'm want to confirm what regex standard is used for TERADATA's 14.10 database engine,
There's POSIX, basic, extended, emacs/perl/python varieties but I couldn't find a good referen... |
74 | 16 Jan 2014 @ 05:10 PST | Database | Topic | which standard is used for REGEX regular expression functions in TD14.10 | I'm want to confirm what regex standard is used for TERADATA's 14.10 database engine,
There's POSIX, basic, extended, emacs/perl/python varieties but I couldn't find a good referen... |
73 | 27 Apr 2013 @ 01:43 PDT | Tools | Reply | Using Geospacial Import/Export java tools | Okay it seems I needed to add the JVM flags and per the runit.txt file in the V1.6 download.
java -Xms256m -Xmx512m -classpath .;tdgssconfig.jar;terajdbc4.jar com.teradata.geo.TDGeoImport ... |
72 | 26 Apr 2013 @ 12:57 PDT | Tools | Reply | Using Geospacial Import/Export java tools | Addendum, I've thrown the tool into the SLES TD14 VM Express and I get much the same problem:
TDExpress14.0_Sles10:~/td-GeoImportExport-1-6/bin # java -classpath ./*.* com.teradata.geo.TDGeo... |
71 | 26 Apr 2013 @ 06:51 PDT | Tools | Topic | Using Geospacial Import/Export java tools |
I hope this is the right forum for this question. I am working through the Orange book(Teradata Spatial Release 13.0 Users Guide) on this and am stumped with the example code on page 25, li... |
70 | 12 Mar 2013 @ 05:04 PDT | Database | Reply | Procedures Calling Procedures with Dynamic Result Sets (from TD notes) | Okay I discovered the problem. I needed EXECUTE PROCEDURE WITH GRANT privs to daisy chain procedures together. Due to the need to grant access by the procedure to the other procedure as the caller.... |
69 | 12 Mar 2013 @ 05:02 PDT | Database | Reply | Procedures Calling Procedures with Dynamic Result Sets (from TD notes) |
Error:3523 temp6 owner referenced by user does not have execute procedure access to MDM_WRK.temp5.
|
68 | 11 Mar 2013 @ 06:41 PDT | Database | Topic | Procedures Calling Procedures with Dynamic Result Sets (from TD notes) | Hello all,
I am teaching myself the syntax of stored procedures from your notes. P35 from "SQL Stored Procedures and Embedded SQL" shows the following snippit:
REPLACE PROCEDURE alloc00... |
67 | 02 Feb 2013 @ 11:01 PST | Database | Topic | Exporting UTF8 column names from DBC, using CHR(26) ^Z SUB char... | I'm wanting to export list of UTF column names from DBC.TablesV. I want to ensure valid UTF8 characters that can be used for names within double quotes aren't used as my column delimiter. I... |
66 | 08 Nov 2012 @ 05:11 PST | Cloud Computing | Reply | Connection issues from ALL applications to TD Express 13.10 and 14.00 through VMWare | Oh funny. Okay, it seems the teradata employee windows VPN somehow conflicted with the NAT networking. (a problem that the externals might have if they are porting into their respective workplaces)... |
65 | 08 Nov 2012 @ 02:51 PST | Cloud Computing | Reply | Connection issues from ALL applications to TD Express 13.10 and 14.00 through VMWare | Actually I've ended up having a similar problem. I think it's less of a Teradata DB thing within the VMware image, and more of a SLES apache2 issue. I'm not a networking specialist but ... |
64 | 21 Oct 2012 @ 07:24 PDT | Tools | Reply | SQL Assistant 14.01 download availability? | This is an employee internal method through TSS
They can be downloaded from this link:
http://tssprod.teradata.com:8080/TSFS/home.do
To Download:
- Click on Teradata Client > Windows and ... |
63 | 17 Aug 2012 @ 05:25 PDT | Database | Reply | Dynamic SQL with EXECUTE and EXECUTE IMMEDIATE |
Perfect Fred, - thank you for that clarification regarding argument lists.
|
62 | 17 Aug 2012 @ 07:47 PDT | Database | Topic | Dynamic SQL with EXECUTE and EXECUTE IMMEDIATE |
What are the differences between EXECUTE and EXECUTE IMMEDITATE, is I can’t see any difference in the supplied documentation...
Properties of EXECUTE, EXECUTE IMMEDIATE and dbc.SysExec... |
61 | 07 Aug 2012 @ 04:50 PDT | Analytics | Reply | hashrow function |
Thanks Todd,
I'll assume that because your "HASHROW" function is proprietary, the properties of it are not able to be discussed right? I mean specifically the relationship of e... |
60 | 07 Aug 2012 @ 06:33 PDT | Analytics | Reply | hashrow function |
Addendum: I ran the above statements by teranerd and got the same row hash values actually even the following gave the same:
SELECT HASHROW(rowhash_col) FROM rowhash_my
UNION ALL
SELECT HAS... |
59 | 07 Aug 2012 @ 06:02 PDT | Analytics | Reply | hashrow function |
I have a feeling the HASHROW function has changed within the last few versions I'm using 13.10 and now:
UNICODE and LATIN values hasH to the same value
it will provide varying ... |
58 | 04 Aug 2012 @ 07:00 PDT | Database | Reply | Cross join V/s Product Join |
Teradata tends to make a distinction between a join TYPE (INNER OUTER FULL OUTER CROSS) vs a join STRATEGY (MERGE HASH PRODUCT).
In this case CROSS & CARTESIAN are TYPEs and PRODUCT is t... |
57 | 08 Jul 2012 @ 07:30 PDT | Database | Reply | Copy Views |
Documentation seems only to have CREATE TABLE in a copy syntax. Unfortunately I can only see that a copy can be done by doing the statements SHOW VIEW and then CREATE VIEW sequentially...
|
56 | 07 May 2012 @ 03:32 PDT | Database | Reply | How to call unix commands with in the BTEQ script? |
Never done that but historically I've done it the other way around:
#/bin/ksh
bteq << EOF
.bt
${shell_var}
.et
EOF
I'm not actually answering your quest... |
55 | 30 Apr 2012 @ 03:21 PDT | Tools | Reply | TPT Dataconnector Producer for 'Delimited' files to schema's other than VARCHAR? |
Thankyou for your confirmation. Kind regards, R
|