Member since
07-30-2015
4
Posts
0
Kudos Received
0
Solutions
08-11-2015
03:25 AM
Hey i need to copy all files from a local directory to the HDFS using pig. In the pig script im using the copyFromLocal command with a wildcard in the sourcepath i.e copyFromLocal /home/hive/Sample/* /user It says the source path doesnt exist. When i use copyFromLocal /home/hive/Sample/ /user , it makes another directory in the HDFS by the name of 'Sample', which i dont need. But when i include the file name i.e /home/hive/Sample/sample_1.txt it works. I dont need a single file. I need to copy all the files in the directory without making a directory in the HDFS.
... View more
08-05-2015
11:06 PM
Hey, After successfully loading my flat file (local) to HIVE using ODI (Oracle Data Integrator), now i need to move it to another directory in the local system, so that a new flat file can come in its place and so on. Is there anyway to do this in ODI? Any Procedure that i can write?
... View more
07-31-2015
05:15 AM
Is there any way to pull data from my local directory using flume? Without Kafka?
... View more
07-30-2015
05:40 AM
Can any explain to me how to move files from a local directory to HDFS using oozie workflow.
... View more