# | Date | Where | Item | Comment |
---|---|---|---|---|
5 | 22 Sep 2014 @ 04:21 PDT | Aster | Develop SQL MR function using AsterData Developer Express, part 2: develop SQL-MR function | Not sure if you got the query to work but you have two ways to do it. Aster likes things in lower case so if you do select client that will work...also you can quote the column names if you w... |
4 | 26 Jun 2012 @ 02:50 PDT | Applications | In-database analytics with TeradataR | @murgai something else you can use now is a JDBC connection. The data transfer into R is significantly faster with JDBC. |
3 | 13 Jun 2012 @ 05:14 PDT | Applications | In-database analytics with TeradataR | Nov 2010 was release 1.0. There were several additions added in 1.0.1 which was released near the end of 2011. The ability to create your own variables in your td.data.frame, the subset command, ... |
2 | 08 Sep 2011 @ 02:36 PDT | Applications | In-database analytics with TeradataR | The current teradataR package does not use bulkload/fastload abilities. It currently just uses the RODBC package to do the work so row by row. A future ability will be extracting and loading that... |
1 | 12 Jan 2011 @ 02:25 PST | Applications | In-database analytics with TeradataR | The teradataR package uses R documentation. To access the help files you must be within your R console and after loading the teradataR library you can then do help(teradataR). This will give you ... |