Commit Graph

42 Commits

Author SHA1 Message Date
wang wei
5bb33ab0bc TDI-32579: Job reaches the 65K limit in the tDB2Input component
https://jira.talendforge.org/browse/TDI-32579
2015-10-09 17:52:25 +08:00
rdubois
5aab2c4b3f TBD-2420 - Rewrite GetJarsToRegister class as a routine 2015-09-23 17:21:00 +02:00
wang wei
5618ab5671 TDI-32989: The data be changed in the reject flow
https://jira.talendforge.org/browse/TDI-32989
2015-09-17 14:21:01 +08:00
wang wei
d268dea011 TDI-33682: Codegeneration problem
https://jira.talendforge.org/browse/TDI-33682
2015-09-16 09:49:32 +08:00
amarkevich
54a3cb2a50 unify routine template param 2015-09-11 11:52:11 +03:00
wang wei
a973e89bcc Revert "TDI-32442: Data format of Dynamic is not surported for excel2003
and excel2007 with event mode
https://jira.talendforge.org/browse/TDI-32442
2015-08-28 10:37:31 +08:00
Pierre Teyssier
efe2d9881a Merge pull request #241 from wluo-talend/master
TDI-32659: Tmap:the function "Talenddate"-"diffdate" is not correct
2015-08-27 12:56:06 +08:00
pbailly
85389763bd [TBD-1786] Add parseDateInUTC method in TalendDate. 2015-08-18 16:28:35 +02:00
zzliu
10f77ac8fb TDI-32442: Data format of Dynamic is not surported for excel2003 and excel2007 with event mode.
Note: Modify ParserUtils.java to resolve the failed TUJ
https://jira.talendforge.org/browse/TDI-32442
2015-08-10 12:52:48 +08:00
zzliu
bce770d005 TDI-32442: Data format of Dynamic is not surported for excel2003 and excel2007 with event mode.
Note: Modify ParserUtils.java to format non-dynamic date
https://jira.talendforge.org/browse/TDI-32442
2015-08-07 18:03:07 +08:00
wluo-talend
eef60ff013 TDI-32659: Tmap:the function "Talenddate"-"diffdate" is not correct
https://jira.talendforge.org/browse/TDI-32659
2015-08-06 16:07:35 -07:00
pbailly
a86d9595e4 [TBD-1786] Add Function for save date in UTC. 2015-08-03 15:01:46 +02:00
zzliu
6c83241e72 TDI-32442: Data format of Dynamic is not surported for excel2003 and excel2007 with event mode.
Note: revome the modification of ParserUtils.java
https://jira.talendforge.org/browse/TDI-32442
2015-07-30 11:17:57 +08:00
zzliu
05ec06d04e TDI-32442:Data format of Dynamic is not surported for excel2003 and excel2007 with event mode.
https://jira.talendforge.org/browse/TDI-32442
2015-07-15 17:49:55 +08:00
rdubois
8dac9e0b90 TBD-2020: fix latest issues regarding the big data routines provider 2015-06-08 12:19:22 +02:00
pbailly
e42ff6e818 [TBD-2020] Add BigDataParserUtils. 2015-06-04 11:55:29 +02:00
Rémy DUBOIS
d0d4cf17a5 Merge pull request #206 from ftom/master
TBD-1238
2015-06-02 18:19:12 +02:00
rdubois
adeb54cac3 TBD-1964: add real time metrics for Spark Streaming 2015-06-02 16:33:40 +02:00
ftom
7cb6a7e447 TBD-1238
Introduce new split function to handle direct byte buffers and apply encoding rules to handle mixed encoded record (ex: ISO-8859-15 + UTF-8)

Conflicts:
	main/plugins/org.talend.librariesmanager/resources/java/routines/system/StringUtils.java
2015-06-02 11:37:42 +02:00
wchen-talend
60aa4e1a08 TUP-2880 :migrate java/lib to maven repository 2015-05-27 16:40:27 +08:00
wang wei
44931fbac6 TDI-32594: If UPDATE is used in any of our ELTOutput component : you
can't use any SQL expression in the ELTMap otherwise it corrupts the SQL
Generated
https://jira.talendforge.org/browse/TDI-32594
2015-05-25 18:07:53 +08:00
wang wei
a65053095b TDI-29444: Support for SQL Templates in Vertica
https://jira.talendforge.org/browse/TDI-29444
2015-05-14 10:25:16 +08:00
rdubois
7d3798f516 TBD-1843: add statistics for Spark 2015-04-23 15:00:16 +02:00
Mike Hirt
075f444e9c Update copyright to 2015 2015-01-02 14:20:05 +01:00
CHEN Bin
11d099a63b TUP-2478: Heap space error hangs job with parallel iterations
https://jira.talendforge.org/browse/TUP-2478
handle java.lang.Error when iterator enable parallel
2014-12-31 14:21:04 +08:00
wluo-talend
7ece7a3f46 TDI-31476: Serious precision loss in standard routine and undue rounding
effect
https://jira.talendforge.org/browse/TDI-31476
2014-12-19 10:06:43 +08:00
CHEN Bin
aa740a819f TDI-31266: OutputFIleDelimited having issues with records over 8K when used with other components
https://jira.talendforge.org/browse/TDI-31266
change the tag about Iterator enable parallel from subtree to each component, which can fix the problem if the component is after onComponent/Subjob
2014-12-16 11:13:58 +08:00
wang wei
4d56b928d5 TDI-31298: Null Password error if you change the password context field
in Default.properties after building the Talend Job.
https://jira.talendforge.org/browse/TDI-31298
2014-11-26 15:17:54 +08:00
CHEN Bin
e2a7f2dc93 TDI-30996: Duplicate variable names when enabling parallel execution on iterations within the same subjob
https://jira.talendforge.org/browse/TDI-30996
lockWrite is the lock provided by iterate with parallel, one lockWrite for one Iterate connector
2014-11-25 16:30:25 +08:00
wang wei
4998b34014 TUP-2332: uppercase of the key in a map of JSONObject class
https://jira.talendforge.org/browse/TUP-2332
2014-11-14 13:40:39 +08:00
Wu Liu
28b5d5fec7 TDI-31037 : Password Context generate an error in log4j 2014-11-04 18:12:57 +08:00
jzhao
f2b14b91ee TDI-30937: Fix the tuj with log4j enabled
https://jira.talendforge.org/browse/TDI-30937
Note:add new method
2014-10-24 14:55:55 +08:00
Wu Liu
9ab70dfd1c TDI-30896 : password is not encryted for resume log
Add this one to avoid potential bugs that I don't know so far.
2014-10-22 12:25:46 +08:00
Wu Liu
ce0f25a5c3 TDI-30896 : a little improvement of the code 2014-10-22 12:12:35 +08:00
wang wei
5b6cd862b9 TDI-30896: password is not encryted for resume log
https://jira.talendforge.org/browse/TDI-30896
2014-10-22 11:32:11 +08:00
jzhao
b7552dc393 Fixed Feature TDI-26630: tAdvancedFileOutputXml / add option to add
Document type as text (default) or node
https://jira.talendforge.org/browse/TDI-26630
Note:Add a new method to return a format XML String
2014-09-23 11:08:28 +08:00
CHEN Bin
e4fbdad65a bug fixed TDI-30368: encrypt password even empty string
https://jira.talendforge.org/browse/TDI-30368
2014-08-20 11:06:16 +08:00
remydub
89a2b8f55d TBD-895: Add a method in the PigHelper to define functions 2014-08-04 18:24:57 +08:00
Wu Liu
9dc876155a Fix Bug TDI-29759 : remove the @override from the java files.
https://jira.talendforge.org/browse/TDI-29759
2014-07-23 13:54:44 +08:00
Wu Liu
f7d8046e9b Fix Bug TDI-29759 : Add a new table to support decoding Integer(int),
Long(long), Byte(byte), Short(short) types.
https://jira.talendforge.org/browse/TDI-29759
2014-07-18 15:04:00 +08:00
wang wei
511d0deaa7 Fix Feature TDI-29848: support log4j for these Big data components
https://jira.talendforge.org/browse/TDI-29848
2014-07-02 15:23:18 -07:00
Sébastien Gandon
890a391388 [GIT Migration] Refactor main,test and i18n plugins and features for branch master 2014-06-22 05:06:26 +02:00