Hi everybody, is there any simple scenario where we user the thow compoennts: tsqoopImport and tHDFSPut. i want to store atable imported by sqoop on the HDFS. Thank you! 😃
Thank you Sabrina for answring. my problem is that don't see the "connection" between tSqoopImport and the HDFS. i looked at the tsqoopImport's properties and there are no directions to a HDFS location. I'am a Hadoop newbie, it's new to me ^^"
Hi,
In the version you use, talend uses the Sqoop CLI to execute a Sqoop job. That means the talend job has to be executed on the same server Sqoop is installed on. That's why we don't need a HDFS connection... Because the job is executed from the cluster directly.
It's a know limitation which is gonna be fixed in 5.3 with the ability to use the Java API.
HTH,
Rémy.
Hi all,
i get this error when running a simple job with tSqoopImport component. I specified the necessary parameters.
general parameter
connexion :"jdbc
racle:thin:@//dwdv:1511/dbdev"
utilisateur: "user"
mot de passe : "pass"
nom de la table: "tablename"
advanced parameter
the columns, targetdir and the split by.
my database is Oracle as shown.
in the parameter "Connexion", do you have idea about the structure of ORACLE connection? "jdbc
racle:thin..." ?
thanks!