Member since
08-06-2013
63
Posts
6
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
12395 | 08-18-2013 07:43 AM | |
10124 | 08-16-2013 07:16 AM |
08-19-2013
03:13 PM
This isn't true. Depending on what you're doing with Oozie, S3 is supported just fine as an input or output location. Doesn't the coordinator expect the input path to be on HDFS as hdfs://{nameNode} is prepended automatically? The workflow.xml is on the HDFS? Isn't the workflow.xml required to be on the HDFS?
... View more
08-18-2013
07:43 AM
1 Kudo
failed to open virtual machine: SHA1 digest of file cloudera-quickstart-vm-4.3.0-vmware-disk.vmdk does not match the manifest. The download could be corrupted. Re-download the VM.
... View more
08-16-2013
07:16 AM
Some of the jars are not added in the hive --auxpath command. Also add /hbase-0.94.1/hbase-0.94.6.jar and hive_contrib.jar. The version may be different.
... View more
08-14-2013
07:39 AM
Could be a Hue bug as similar exceptions have been fixed as a bug. Please submit a bug. https://issues.cloudera.org/browse/HUE-1271
... View more
08-14-2013
07:20 AM
Configure fs.s3n.awsAccessKeyId and fs.s3n.awsSecretAccessKey in core-site.xml.
... View more
08-14-2013
07:17 AM
Is the cluster created as explained in http://blog.cloudera.com/blog/2013/03/how-to-create-a-cdh-cluster-on-amazon-ec2-via-cloudera-manager/
... View more
08-14-2013
07:13 AM
Caused by: java.io.FileNotFoundException: File not found: morphline.conf Is /etc/flume-ng/conf/morphline.conf provided? Some sample morphline.conf http://blog.cloudera.com/blog/2013/07/morphlines-the-easy-way-to-build-and-integrate-etl-apps-for-apache-hadoop/
... View more
08-14-2013
07:03 AM
1. bin/hive --auxpath /hadoop/projects/hive-0.9.0/lib/hive-hbase-handler-0.9.0.jar,/hadoop/projects/hive-0.9.0/lib/hbase-0.92.0.jar,/hadoop/projects/hive-0.9.0/lib/zookeeper-3.3.4.jar,/hadoop/projects/hive-0.9.0/lib/guava-r09.jar -hiveconf hbase.master=localhost:60000 2. hive> CREATE TABLE hbase_table_1(key int, value string) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,cf1:val") TBLPROPERTIES ("hbase.table.name" = "xyz"); 3. hive> INSERT OVERWRITE TABLE hbase_table_1 SELECT * FROM pokes WHERE foo=1;
... View more
08-13-2013
09:19 AM
The input path is required to be to HDFS, not S3. S3 is not the same as HDFS.
... View more
08-13-2013
09:18 AM
The input path is required to be to HDFS, not S3. S3 is not the same as HDFS.
... View more
- « Previous
-
- 1
- 2
- Next »