Home » Apache Pig LOG Function

Apache Pig LOG Function

by Online Tutorials Library

Apache Pig LOG Function

The Apache Pig LOG function is used to return the natural logarithm (base e) of an expression.

Syntax

Example of LOG Function

In this example, we return the log value.

Steps to execute LOG Function

  • Create a text file in your local machine and insert the values.

Apache Pig LOG Function

  • Check the values inserted in the text files.

Apache Pig LOG Function

  • Upload the text files on HDFS in the specific directory.
  • Open the pig MapReduce run mode.
  • Load the file that contains the data.
  • Now, execute and verify the data.

Apache Pig LOG Function

  • Let’s return the log value.

Apache Pig LOG Function

Here, we got the desired output.

Next TopicLOG10 Function

You may also like