Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is exact difference between Parallel Jobs and server Jobs..

Answers were Sorted based on User's Feedback



What is exact difference between Parallel Jobs and server Jobs....

Answer / sathya seenu priya.a

SERVER JOBS PARALLEL JOB


RUN ON SINGLE NODE MULTIPLE NODE


PIPELINING &
PARTITIONING DOES NOT SUPPORT SUPPORTS

LOADS WHEN 1 JOB FINISH SYNCHRONIZED

SERVER JOBS USES
SYMMETRICMULTIPROCESSING

PARALLEL JOBS
BOTH MASSIVE PARALLEL PROCESSING AND
SYMMETRICMULTIPROCESSING

Is This Answer Correct ?    41 Yes 2 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / bharath

SERVER JOBS
->Runs on single node
->Executes on DS Server Engine
->Handles less volume of data
->Slow data processing
->Having less no. of components(i.e, palette)
->Compiled into Basic language.

PARALLEL JOBS
->Runs on multiple nodes.
->Executes on DS parallel engine.
->Handles Huge volume of data
->Faster data processing.
->Having more no. of components
->Compiled into OSH(orchestrate shell script) except transformer( C++ and OSH )

Is This Answer Correct ?    26 Yes 1 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / poonam

Parallel jobs are carriedout on miltiple nodes/processors
but in server jobs no multitasking is there to talk in
simple terms. There are many technical differences like no
server sort stage etc but this is the basic difference

Is This Answer Correct ?    19 Yes 9 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / manash roy chawdhury

Parallel jobs are carriedout on miltiple nodes/processors
but in server jobs no multitasking is there to talk in
simple terms.

Is This Answer Correct ?    8 Yes 2 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / geed

Parallel job run on multithreading where as server job run
on singlethread.
parallel job we can use millions of data to run by using
nodes and partition where server job we can use small amount
of data so that the output will be retrived faster,since it
single threading.

Is This Answer Correct ?    6 Yes 2 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / karan khera

PARALLEL SERVER
Multinode Single node
Many processes can run ||lly Single process at a time
Much more stages Very less stages
Easy functionality Hard functionality
Datasets are there Datasets are not present
APT_CONFIG_FILE present No APT_CONFIG_FILE
More environment variable Meagre Environment vrbls
Join,lookup is there No join,lkup by x-frmr
Run faster due to multinode for large data run slow
Partition is there No partition
OSH compiled code BASIC compiled code
Database System File system
Works on Unix system Works on Windows system

Is This Answer Correct ?    2 Yes 0 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / shali

In parallel we can have multiprocessing (multinodes), But
in server its not there.

Server working with pipeline concept,parallel working in
the principle of parallelism

Is This Answer Correct ?    4 Yes 8 No

What is exact difference between Parallel Jobs and server Jobs....

Answer / chenna

Parallel Jobs haveing a huge amount of data to maintains.
server Jobs haveing a low amount of data to maintains.
Parallel Jobs it having a more stages comperies server
Jobs .
Parallel Jobs or supports smp,mpp.
server Jobs does not support smp,mpp.

Is This Answer Correct ?    5 Yes 9 No

Post New Answer

More Data Stage Interview Questions

how do u catch bad rows from OCI stage? And what CLI stands for?

0 Answers  


How will you load you daily/monthly jobs datas in to Fact and Dimension table using datastage.

0 Answers   CTS,


What are the types of jobs we have in datastage?

0 Answers  


create a job that splits the data in the Jobs.txt file into four output files. You will direct the data to the different output files using constraints. • Job name: JobLevels • Source file: Jobs.txt • Target file 1: LowLevelJobs.txt &#8722; min_lvl between 0 and 25 inclusive. &#8722; Same column types and headings as Jobs.txt. &#8722; Include column names in the first line of the output file. &#8722; Job description column should be preceded by the string “Job Title:” and embedded within square brackets. For example, if the job description is “Designer”, the derived value is: “Job Title: [Designer]”. • Target file 2: MidLevelJobs.txt &#8722; min_lvl between 26 and 100 inclusive. &#8722; Same format and derivations as Target file 1. • Target file 3: HighLevelJobs.txt &#8722; min_lvl between 101 and 500 inclusive. &#8722; Same format and derivations as Target file 1. • Rejects file: JobRejects.txt &#8722; min_lvl is out of range, i.e., below 0 or above 500. &#8722; This file has only two columns: job_id and reject_desc. &#8722; reject_desc is a variable-length text field, maximum length 100. It should contain a string of the form: “Level out of range: <min_lvl>”, where <min_lvl> is the value in the min_lvl field. My Question is how do you write the stage variable for reject rows.

0 Answers   HCL,


6) my sorce d1 d2 d1 d2 d1 d3 d2 d1 my target tartget 1 d1 2 d1 3 d1 4 d1 target2 1 d2 2 d2 3 d3 Target 3 1 d3 Can any body send me answer this is argent requierment

3 Answers   TCS,


how to identifie,is it innerjoin,leftouter join in lookup?

2 Answers   Hexaware,


What are the types of containers and how to create them?

0 Answers  


Is possible to create skid in dim,fact tables?

0 Answers   NTT Data,


i have input like this Column 1 ,column 2 3,a 4,b 5.c i want output  aaa bbbb ccccc Ple help any one?

4 Answers   SLK Software,


i want for the 3rd max sal using for the any stage but max sal is based on the deptno ? any body know this ans pls send this mail siva3me@gmail.com

2 Answers   Wipro,


what is push and pull technique??? I want to two seq files using push technique import in my desktop what i will do????

1 Answers   TCS,


whats difference between ls -ltr and ls -lrt?

5 Answers   L&T,


Categories