Question
why should we use ‘filters’ in pig scripts?

Answers

Filters are similar to where clause in SQL.filter which contain predicate.If that predicate evaluates to true for a given record, that record will be passed down the pipeline. Otherwise, it will not.predicate contain different operators like ==,>=,<=,!=.so,== and != can be applied to maps and tuples.
A= load ‘inputs’ as(name,address.
B=filter A by symbol matches ‘CM.*';   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q Which aircraft manufactures the A3XX superjumbo, slated to be the biggest civilian aircraft?
  • Q Explain following terms: a.) Compound Key b.) Fact c.) Attribute
  • Q If something coruscates, what does it do: Expands; Fades; Sparkles; or Shrinks?
  • Q Why should i use cgi?
  • Q I've looked at tkinter and at wxpython. Why would i choose one or the other?
  • Q To test a function, what has to write a programmer, which calls the function to be tested and passes it test data.?
  • Q Will there be any formal briefings on the new policy and fees for the communications use industry? Should we organize any if we think appropriate?
  • Q What American building has double - needed toilets -segregated
  • Q Mention the 4 types of page linking used in the content?
  • Q What do you understand by a j2ee module?
  • Q What are the steps involved in MapReduce framework?