• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » Deploying the TOS project to Unix/solaris

#1 2008-01-23 10:40:00

sid
Member
Registered: 2008-01-21
Posts: 65

Deploying the TOS project to Unix/solaris

Hi
    What do i need to do to deploy a TOS project which i have created in Win2k ,on to a Unix or Solaris software.

Thanks

Offline

#2 2008-01-23 10:49:30

shong
Talend team
Registered: 2007-08-29
Posts: 10310
Website

Re: Deploying the TOS project to Unix/solaris

You can indeed create a job on one Operating System, then deploy it and execute it on a different OS.

To achieve this task, simply follow the steps below:

   1. Export a job on current Operating System.
   2. Import the job onto the other Operating System.
   3. Make some change if you need and run it.

However, if the job contains input/output components, the input/output paths should be changed to match the different Operating System.

Let's say, you want to migrate a job from Windows to Linux.
We advise you to use the context parameter to store the output path so that you can easily change the path once the job is imported to the other OS.

For example, add a variable myfileoutput1 with default value: F:/tmp/myfileoutput1.txt when working on Windows . Perform the export/import tasks to deploy your job onto Linuw. When you have deployed the job, change the default context parameter value of myfileoutput1to:  /usr/tmp/myfileoutput1.txt  as you are now on Linux.

Best regards

         shong


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#3 2008-01-24 08:50:15

sid
Member
Registered: 2008-01-21
Posts: 65

Re: Deploying the TOS project to Unix/solaris

Ok..thanks

Say if i deployed the code i have developed onto a unix machine..How do i run this job.??

Offline

#4 2008-03-26 07:14:58

vikas
New member
Registered: 2008-03-26
Posts: 4

Re: Deploying the TOS project to Unix/solaris

is there any way so that we can deploy the job on other system and provide input file path at run time ?

Offline

#5 2008-03-26 21:37:13

Volker Brehm
Member
Registered: 2007-04-03
Posts: 1139
Website

Re: Deploying the TOS project to Unix/solaris

You can define a context variable and set the value if you start the script. To get the file over systems boundaries you can use for example the "ftp-component".

I hope this is the information you search for.

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » Deploying the TOS project to Unix/solaris

Board footer

Powered by FluxBB