* fix(TDI-44623): [OBSERVABILITY] : add PID and (Thread-ID OR UUID)
information
* decrease the expensive call number for getting pid
* fix(TDI-44807): Observability: initialize moment only when necessary
* fix(TDI-44806): Observability: Add customization for event frequency
* feat(TUP-23827):Runtime Lineage for studio.
* feat(TUP-23827):improve and add junits for Runtime Lineage.
* feat(TUP-23827):TUP-28161[bug]runtimelineage.prefs will generate
reproduced jobid+version。
* feat(TUP-23827):TUP-28186[bug]runtimelineage.prefs better remove job
version
* fix(TDI-44670): Runtime Lineage - Finalize component part
* fix the compiler issue for null value
* Revert "fix the compiler issue for null value"
This reverts commit 227fbb99bb.
* fix the compiler and NPE issue
* feat(TUP-23827):only support for DI jobs if selected "Use runtime
lineage for all jobs".
* feat(TUP-28539):Enhance GUI of Runtime Lineage.
* fix the compiler issue
* make private
* feat(TUP-28539):improve for Enhance GUI of Runtime Lineage.
* fix the compiler issue
* feat(TUP-28539):improve to filter dataviewer/guess schema for Enhance
GUI of Runtime Lineage.
* feat(TUP-28539):fix a path bug for Enhance
GUI of Runtime Lineage.
Co-authored-by: wwang-talend <wwang@talend.com>
Fix: TUP-28372 Modules Tab is not updated when switching branches. (Fix a problem when switching branch may cause wrong save operation )
https://jira.talendforge.org/browse/TUP-28372
* tup-28322 remove networkValid and call method only once.
* add to createNewsPage
* add accessable
* change spelling mistake accessible
* use updateHistory to avoid call two times
* fix(TUP-26329)impala metadata not in sync with the impala component
(#3118)
* fix(TUP-26329)impala metadata not in sync with the impala component
* fix(TUP-26329)impala metadata not in sync with the impala component
* fix(TUP-26329)impala metadata not in sync with the impala component
Conflicts:
main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/model/metadata/designerproperties/RepositoryToComponentProperty.java
* fix when "revert context", the "Additional JDBD Settings" is still (#3174)
context value like
context.cdh513judy_impala1_hiveAdditionalJDBCParameters, which should be
the detailed value.
Co-authored-by: hzhao-talendbj <49395568+hzhao-talendbj@users.noreply.github.com>
* fix(TUP-28180):[bug]Only latest version deleted from root pom when check
"Exclude deleted items" and delete to recycle bin
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-28205):[bug] items not removed from pom file by default if the
imported items have some in recycle bin before
https://jira.talendforge.org/browse/TUP-28205
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TUP-28205):[bug] items not removed from pom file by default if the
imported items have some in recycle bin before
https://jira.talendforge.org/browse/TUP-28205
Signed-off-by: jding-tlnd <jding@talend.com>
* fix(TDI-44457): added precision check for Datetime and Timestamp datatypes.
* fix(TDI-44457): Remove default precision value
* fix(TDI-44457): add default precision 3 (to be tested)
* fix(TDI-44457): enable precision for Timestamp only (to be tested)
* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table
* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table
* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table
* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table
* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table
* add junit
* add junits
* add junits
* Fix TDQ-18565 Cannot save Hive metadata object with context variables
- if the analysis didnot use the current db, can pass
- if any analysis use this db, popup let the user select
* FIx TDQ-18565
* Fix TDQ-18565 backport to 73
Co-authored-by: root <root@LT-D9QV733>
* TUP-27416 Validate network, timeout value read from nexus timeout preference configuration .
* TUP-27416 transmit timeout as a parameter to check nexus network validation.
* TUP-27416 Combine same get timeout function in different place.
* TUP-27416 Refactor , extract constant for reuse.
* bugfix(TUP-26956):Update Studio top bar to reflect monthly deliveries
for better understanding
* bugfix(TUP-26956):Update Studio top bar to reflect monthly deliveries
for better understanding
* bugfix(TUP-26956):Update Studio top bar to reflect monthly deliveries
for better understanding
* bugfix(TUP-26956):Update Studio top bar to reflect monthly deliveries
for better understanding
* bugfix(TUP-26956):Update Studio top bar to reflect monthly deliveries
for better understanding
Co-authored-by: hwang-talend <hwang@talend.com>
* chore(TUP-26710):update version
* Set version to 7.3.1 PATCH
* chore(TUP-26710):update version for feature.xml
Co-authored-by: Jenkins Continuous Build server <jenkins@tal-rd02.talend.lan>
retrieve tables (#3231)
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
https://jira.talendforge.org/browse/TUP-26896
* fix(TUP-26896)retrieve schema on sybase 16 anywhere metadate get empry
value
https://jira.talendforge.org/browse/TUP-26896
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
https://jira.talendforge.org/browse/TUP-26896
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
https://jira.talendforge.org/browse/TUP-26896
Conflicts:
main/plugins/org.talend.metadata.managment/src/main/java/org/talend/metadata/managment/model/DBConnectionFillerImpl.java
* fix(TUP-26728):The parent DI job misses to load some required libraries
from the Spark job
* fix(TUP-26728):Missing spark dependencies when using test cases
* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context
* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context
* fix(TUP-26596)Proxy of libraries not working when studio have no
internet access
* fix(TUP-26596)Proxy of libraries not working when studio have no
internet access
* fix(TUP-26596)Proxy of libraries not working when studio have no
internet access
* fix(TUP-26596)Proxy of libraries not working when studio have no
internet access
Moved interface IWebServiceHook from mdm bundle and renamed to IMDMWebServiceHook,re-use the implemented webservice hook in mdm for both mdm & di side to establish mdm connection token.
Add unit test to check presence of the required header that containing token.
* fix(TUP-25889)Display issue for the line between Linker source and (#3103)
* fix(TUP-25889)Display issue for the line between Linker source and
target on Mac and Ubuntu
* fix(TUP-25889)Display issue for the line between Linker source and
target on Mac and Ubuntu
* fix column names are same issue (#3155)
* fix mac os display issue (#3160)
* bugfix(TUP-25965) Synchronize test reports
* bugfix(TUP-25965) Ignore test failures and zip test reports
* bugfix(TUP-25965) Ignore test failures and zip test reports
* bugfix(TUP-25965) Ignore test failures and zip test reports
* bugfix(TUP-25965) Ignore test failures and zip test reports
* bugfix(TUP-25965) Ignore test failures
* bugfix(TUP-25965) Ignore test failures
* bugfix(TUP-25965) Skip tests when running job
* fix(TUP-25965): Call service to check is build job or not
* bugfix(TUP-26074):Retrieve schema for jdbc maria db in context mode
still call an old jar mariadb-java-client.jar.
* bugfix(TUP-26074):Retrieve schema for jdbc maria db in context mode
still call an old jar mariadb-java-client.jar.
* TESB-26993 Fixing cConfig doesn't use a standard Maven file system structure when publishing dependencies
* TESB-26993 Loading library selecttion window with default value
hive-exec jar is loaded before commons-lang3 but hive-exec is a fatjar that contains an old version of commons-lang3
hence a lot of job are failing because this breaks all the tFileOutput components
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard
https://jira.talendforge.org/browse/TUP-25226
* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"
This reverts commit 253b1d735a.
* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"
This reverts commit 1b97430f53.
* Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"
This reverts commit cc3c7d2ddf.
* bugfix(TUP-25827) Upgrade commons-codec, commons-io and ant dependencies
* bugfix(TUP-25827) add back ant
* bugfix(TUP-25827) Upgrade commons-io to 2.6
* feat(TDI-42591): bigquery dynamic column support
* Update bigquery mapping xml
* feat(TDI-42591): bigquery dynamic column support
* Add geography and numeric support to bigquery mapping
* feat(TDI-42591): bigquery dynamic column support
* Remove record type support
* feat(TDI-42591): bigquery dynamic column support
* Add Record type
* feat(TDI-42591): bigquery dynamic column support
* Add correct mapping for data types
| Patch Name | Patch\_20201005\_TPS-4452\_v1-7.3.1 |
| Release Date | 2020-10-05 |
| Target Version | 20200219\_1130-V7.3.1 |
| Product affected | Talend Studio |
## Introduction
This is a self-contained patch.
**NOTE**: For information on how to obtain this patch, reach out to your Support contact at Talend.
## Fixed issues
This patch contains the following fixes:
- TPS-4452 [7.3.1] Job fails with Stream closed exception when executed on Job server (TDI-44962)
## Prerequisites
Consider the following requirements for your system:
- Talend Studio 7.3.1 with 7.3.1-R2020-09 patch must be installed.
## Installation
### Installing the patch using Software update
1) Logon TAC and switch to Configuration->Software Update, then enter the correct values and save referring to the documentation: https://help.talend.com/reader/f7Em9WV_cPm2RRywucSN0Q/j9x5iXV~vyxMlUafnDejaQ
2) Switch to Software update page, where the new patch will be listed. The patch can be downloaded from here into the nexus repository.
3) On Studio Side: Logon Studio with remote mode, on the logon page the Update button is displayed: click this button to install the patch.
### Installing the patch using Talend Studio
1) Create a folder named "patches" under your studio installer directory and copy the patch .zip file to this folder.
2) Restart your studio: a window pops up, then click OK to install the patch, or restart the commandline and the patch will be installed automatically.
ExportPushButton.ExportButton.Tip=Export all rows into XML file
TableViewerCreator.CellModifier.ExError=The current CellModifier does'nt support this operation. \n Use '{0}' or a class which extends it to use this feature
Curve2D.MinNum.Be0=minimumSegements must positive or 0
Curve2D.MinNum.Be0=minimumSegments be must positive or 0
ModeReader.IgnoreElement=Ignore unknown element
Curve2D.MaxNum.Be0=maximumSegements must be positive or 0
Curve2D.MaxNum.Be0=maximumSegments must be positive or 0
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=Bean value should be a class of String type \!
ExportPushButton.ExportButton.Tip=Exporte toutes les lignes dans un fichier XML
TableViewerCreator.CellModifier.ExError=Le CellModifier courant ne supporte pas cette op\u00E9ration. Utilisez '{0}' ou une classe qui l'\u00E9tend pour cette fonction.
Curve2D.MinNum.Be0=minimumSegements doit \u00EAtre positif ou \u00E9gal \u00E0 0
Curve2D.MinNum.Be0=minimumSegments doit \u00EAtre positif ou \u00E9gal \u00E0 0
ModeReader.IgnoreElement=Ignorer un \u00E9l\u00E9ment inconnu
Curve2D.MaxNum.Be0=maximumSegments doit \u00EAtre positif ou nul
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=La valeur du Bean doit \u00EAtre une classe type String
ColorStyledText.RedoItem.Text=R\u00E9p\u00E9ter
ColorStyledText.RedoItem.Text=R\u00E9tablir
ColorStyledText.UndoItem.Text=Annuler
ContentProposalAdapterExtended.close=Fermer
ContentProposalAdapterExtended.closeFocusout=Fermeture de focusout
BigDataBasicUtil.loadDynamicDistribution.IDynamicDistributionManager.notFound=Instance of {0} not found
ComponentToRepositoryProperty.ImpossibleUseWALLET=Impossible to use WALLET type in the repository\!
TalendLibsServerManager.connectUserLibraryFailureMessage=The user libraries artifact repository set in administrator cannot connect: Connection to {0} refused
ProgressMonitorDialogWithCancel.executeTimeout=Suspension de l'ex\u00E9cution, le Studio a essay\u00E9 d'interrompre la v\u00E9rification en t\u00E2che de fond.
ProgressMonitorDialogWithCancel.CheckingConnectionJob.waitingFinish=en attente de la fin de {0}...
ProgressMonitorDialogWithCancel.CheckingConnectionJob.emptyWaitingfinish=en attente de la fin...
EComponentCategory.memoryRun=Ex\u00E9c. test m\u00E9moire
RepositoryUpdateManager.MessagesForTDQ=Propager les modifications \u00E0 tous les Jobs ? \nCertaines d\u00E9pendances d'analyses vont perdre des informations.\nCela peut prendre un moment.
RepositoryUpdateManager.MessagesForTDQ=Voulez-vous propager les modifications \u00E0 tous les Jobs\u00A0?\nCertaines d\u00E9pendances d'analyses vont perdre des informations.\nCela peut prendre un moment.
EComponentCategory.executeJob=Ex\u00E9cuter le Job
EComponentCategory.monitoring=Monitoring
BinRepositoryNode.label=Corbeille
@@ -529,8 +532,13 @@ WorkspaceMnu.restart.error.message=Impossible de relancer la plateforme car la p
WorkspaceDlg.title=Choisir le r\u00E9pertoire Workspace
WorkspaceDlg.Message=Le Studio Talend stocke vos donn\u00E9es dans un dossier nomm\u00E9 Workspace\nS\u00E9lectionnez le r\u00E9pertoire Workspace
WorkspaceDlg.workspace.label=Workspace
WorkspaceDlg.browse.button=Parcourir...
WorkspaceDlg.browse.folder.title=S\u00E9lectionnez un r\u00E9pertoire Workspace
WorkspaceDlg.use.this.as.default.cb.message=&Utiliser ce r\u00E9pertoire Workspace par d\u00E9faut et ne plus demander
CorePreferencePage.alwaysWelcome.v2=Toujours afficher la vue Bienvenue lors du d\u00E9marrage
CorePreferencePage.alwaysAskAtStartup=Toujours afficher la fen\u00EAtre des projets lors du d\u00E9marrage
I18nPreferencePage.needRestart=Langage local (red\u00E9marrage requis)
I18nPreferencePage.restart=Red\u00E9marrer
I18nPreferencePage.wait_process=Le processus va prendre plusieurs minutes, patientez...
MetadataPreferencePage.MessageDialog.Restart=Le Studio doit red\u00E9marrer pour que ce param\u00E8tre soit pris en compte.\\n\u00CAtes-vous s\u00FBr(e)\u00A0?
MetadataPreferencePage.MessageDialog.Restart=\u6B64\u8BBE\u7F6E\u5C06\u5728 Studio \u91CD\u542F\u540E\u751F\u6548\u3002\\n\u662F\u5426\u786E\u5B9A\u91CD\u542F\uFF1F
@@ -12,3 +12,4 @@ ProjectPomProjectSettingPage_FilterErrorMessage=Filter is invalid.
ProjectPomProjectSettingPage.syncAllPomsButtonText=Force full re-synchronize poms
AbstractPersistentProjectSettingPage.syncAllPoms=Do you want to update all poms? \n This operation might take long time depends on your project size.
MavenProjectSettingPage.filterExampleMessage=Filter examples:\nlabel=myJob \t\t\t\t=> Generate only the job named "myJob"\n!(label=myJob) \t\t\t\t=> Generate any job except the one named "myJob"\n(path=folder1/folder2) \t\t\t=> Generate any job in the folder "folder1/folder2"\n(path=folder1/folder2)or(label=myJob)\t=> Generate any job in the folder "folder1/folder2" or named "myJob"\n(label=myJob)and(version=0.2)\t\t=> Generate only the job named "myJob" with version 0.2\n!((label=myJob)and(version=0.1))\t\t=> Generate every jobs except the "myJob" version 0.1
MavenProjectSettingPage.refModuleText=Set reference project modules in profile
MavenProjectSettingPage.filterExampleMessage=\u7B5B\u9009\u5668\u793A\u4F8B\uFF1A\\nlabel=myJob \\t\\t\\t\\t=> Generate only the job named \"myJob\"\\n!(label=myJob) \\t\\t\\t\\t=> Generate any job except the one named \"myJob\"\\n(path=folder1/folder2) \\t\\t\\t=> Generate any job in the folder \"folder1/folder2\"\\n(path=folder1/folder2)or(label=myJob)\\t=> Generate any job in the folder \"folder1/folder2\" or named \"myJob\"\\n(label=myJob)and(version=0.2)\\t\\t=> Generate only the job named \"myJob\" with version 0.2\\n!((label=myJob)and(version=0.1))\\t\\t=> Generate every jobs except the \"myJob\" version 0.1
PropertiesWizard.VersionTitle=Change the parent version
PropertiesWizard.PreviousVersion=The TestCases of {0} will point to the previous version. Please use "Edit TestCase Properties" to change the parent version.
PropertiesWizard.PreviousVersion=Les TestCases de {0} vont pointer vers la version pr\u00E9c\u00E9dente. Utilisez \"Modifier les propri\u00E9t\u00E9s du TestCase\" pour modifier la version parente.
ImportItemsWizardPage_ErrorsMessage=L'\u00E9l\u00E9ment '{0}' existe dans une version diff\u00E9rente {1}. V\u00E9rifiez la Corbeille et videz-la si n\u00E9cessaire.
DatabaseForm.canNotUsableInDataProfiler=\u67D0\u4E9B\u6570\u636E\u5E93\u7C7B\u578B\u5728 Data Profiler \u900F\u89C6\u56FE\u4E2D\u4E0D\u53EF\u7528\u3002
@@ -23,3 +23,5 @@ RepoDoubleClickAction.wait4run=[{0}]: Studio is busy with [{1}], please wait...
RepoDoubleClickAction.unknown=unknown work
progress.interrupted=Work is interrupted
progress.cancelled=Work is cancelled
RepoDoubleClickAction.Warning=Failed to Execute {0}
RepoDoubleClickAction.Warning.msg=Studio is busy with background jobs, please try again later.\n\n(you can find all background jobs from the Process view)
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.