Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
You are asked to find the unique names in the file. Which operator will you choose?
Home
Apache Pig
You are asked to find the unique names in the file. Which operator will you choose?
+1
vote
asked
Feb 2, 2022
in
Apache Pig
by
sharadyadav1986
You are asked to find the unique names in the file. Which operator will you choose?
Choose the correct answer from below option list
a) filter, distinct
b) filter
c) foreach, distinct
d) foreach
pig-operator
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 2, 2022
by
sharadyadav1986
c) foreach, distinct operators are used to find the unique names in the file.
...