Login
Remember
Register
Ask a Question
Differentiate between Joiner and Lookup transformations.
+1
vote
asked
Mar 10, 2020
in
Big Data | Hadoop
by
Hodge
Differentiate between Joiner and Lookup transformations.
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 10, 2020
by
Hodge
Joiner
Lookup
It is not possible to override the query
It is possible to override the query
Only the ‘=’ operator is available
All operators are available for use
Users cannot restrict the number of rows while reading relational tables
Users can restrict the number of rows while reading relational tables
It is possible to join tables with Joins
It behaves as Left Outer Join while connecting with the database
...