Hadoop DP Notes
Home
Contact Us
Search
CURRENT_DATE
This will returns the current date in the session’s timezone.
Ex:
SQL>
select current_date from dual;
CURRENT_DATE
------------------
24-DEC-06
Newer Post
Older Post
Home
What are the main components of Mapreduce Job ?
Main driver class which provides job configuration parameters. Mapper class which must extend org.apache.hadoop.mapredu...
TO_CHAR
This will be used to extract various date formats. The available date formats as follows. Syntax: to_char ( date , fo...