0 votes
in Big Data | Hadoop by

What are the types of lookup transformation?

1 Answer

0 votes
by

There are four different types of lookup transformation:

  • Relational or flat file lookup: It performs lookup on relational tables.
  • Pipeline lookup: It performs lookup on application sources.
  • Connected or unconnected lookup: While the connected lookup transformation receives data from source, performs lookup, and returns the result to the pipeline, the unconnected lookup happens when the source is not connected. It returns one column to the calling transformation.
  • Cached or uncached lookup: Lookup transformation can be configured to cache lookup data, or we can directly query the lookup source every time a lookup is invoked.

Related questions

+1 vote
asked Mar 10, 2020 in Big Data | Hadoop by Hodge
0 votes
asked Jan 13, 2020 in Big Data | Hadoop by AdilsonLima
...