Re: Sqoop command syntax

2014-07-29 Thread Sivaram RL
Hi, The file Generated is a by-product of the sqoop job which was run. The documentation says, "A by-product of the import process is a generated Java class which can encapsulate one row of the imported table. This class is used during the import process by Sqoop itself. The Java source code for

Re: Passing an object in mapper

2013-08-14 Thread Sivaram RL
Hi, In the Configuration object in your driver class you can set the properties as key value pair. This configuration object will be set in the Job Object. The same properties can be accessed in the mapper/reducer using the Context Object -> getConfiguration() -> get(propertyName). Hope this help

Re: Datanode doesn't connect to Namenode

2013-08-07 Thread Sivaram RL
Hi , your configuration of Datanode shows fs.default.name hdfs://cloud15:54310 But you have said Namenode is configured on master (cloud6). Can you check the configuration again ? Regards, Sivaram R L On Wed, Aug 7, 2013 at 10:29 PM, Felipe Gutierrez < felipe.o.gutier...@gmail.com> wrote