Member since
08-06-2013
63
Posts
6
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
12577 | 08-18-2013 07:43 AM | |
10225 | 08-16-2013 07:16 AM |
11-15-2019
05:17 AM
Can you more elaborate on "Hostname tied to the actual IP address?" and "Use "ifconfig -a" to see a listing of your network interfaces and choose one that has an actual IP address." How do I know which hostname and ip address to use. Because while installing single node cluster of cloudera how would you know which hosts to specify? Thank you!
... View more
11-20-2015
05:41 AM
The VMware version contains a .vmx file - that's what you should open in VMware.
... View more
06-02-2015
05:54 PM
Lowering the params didn't work for me. Is there any other information I can verify? -Shankar
... View more
07-03-2014
12:16 AM
1 Kudo
Hi, to read data in avro format from Hive you have to use an Avro SerDe. Maybe a good starting point will be http://www.michael-noll.com/blog/2013/07/04/using-avro-in-mapreduce-jobs-with-hadoop-pig-hive/ But this is not related to this topic since the solr sink will put data into Solr. I'd suggest to use just a HDFS sink to put your data on HDFS and create an (external or not) Hive table afterwards. You do not need Solr and/or Morphlines for this. best, Gerd
... View more
01-24-2014
01:58 PM
Glad to hear!
... View more
10-07-2013
08:47 AM
Awesome and thanks for the feedback!
... View more
09-09-2013
06:57 AM
@herdrick: no it's actually just fine to do it in the order Harsh mentioned. CM will automatically deploy the configurations you specify on the Configuration tab of a service to that service's roles when you restart the service. For example, if you modify a datanode specific property in CM, save the change and restart the service, then all the datanodes will get new copies of their hdfs-site.xml files upon startup. The only reason to deploy the client configs that Harsh mentioned is for external client apps that want to utilize the cluster. If you made changes that will affect the behavior of clients, then the client configs need to be re-deployed. This can happen after the services are restarted, but before you attempt to reconnect to the cluster with your client app. I hope that clears it up.
Clint
... View more
08-26-2013
02:33 AM
I have find out the solution.we need to add the core-site.xml property> <name>fs.s3n.awsAccessKeyId</name> <value></value> </property> <property> <name>fs.s3n.awsSecretAccessKey</name> <value></value> </property>
... View more
08-22-2013
10:56 PM
Above problem has been solved by adding hbase.jar in /usr/lib/hadoop/lib & add some jar files like hive-hbase-handler.jar, hbase.jar, guava.jar, zookeeper.jar, hive-contrib.jar in auxpth in hive-site.xml.. Thanks Surbhi
... View more
08-22-2013
10:51 PM
Above problem has been solved by adding auxpath in hive-site.xml
... View more