Created on 11-10-2018 10:58 PM - edited 09-16-2022 06:53 AM
hi,
wanted to move rdbms data into hdfs on daily bases using sqoop import.
is there any job shedular avaible in hadoop system which will run sqoop import command on daily bases ?
if yes then please provide details such as how to set job sheduleing frequency and how to check log if job fails ?
regards
vivek
Created 12-04-2018 08:35 PM
i am using hive now
in sql we have sysdate function and we can play with it like sysdat-1. sysdate-2
in hive
current_date is there, is there way we can write like current_date-1
while using current_date -1 . it shows error
FAILED: SemanticException [Error 10014]: Line 1:7 Wrong arguments '1': No matching method for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPDTIMinus with (date, int)
regards
vivek
Created 12-04-2018 08:55 PM
Hi,
As this is a different issue, I would request to open a new thread because there are multiple issues that has been discussed over here which is making this thread more complicating.
I would request to open a new thread and kindly share the link so we can work on it.
Regards
Nitish
Created 12-04-2018 08:58 PM
you are right.
Created 12-04-2018 09:05 PM
will you please guide me how to create new post since i am new to community
Created 12-05-2018 05:56 AM
Hi @vivek_rol,
To create a new post on the community you would first go to the appropriate board, such as Data Ingest which is where this thread is. Then at the top left of the board you will see a button named "New Message".
Click the button, fill out the fields and hit the post button to start a new thread.
Created 12-07-2018 03:57 AM
Thanls lot