Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2580 | 11-01-2016 05:43 PM | |
| 8560 | 11-01-2016 05:36 PM | |
| 4881 | 07-01-2016 03:20 PM | |
| 8213 | 05-25-2016 11:36 AM | |
| 4354 | 05-24-2016 05:27 PM |
12-06-2015
12:59 PM
@Peter Coates Not sure if you have seen this https://issues.apache.org/jira/browse/HDFS-8030 HDFS Erasure Coding Phase I (HDFS7285) enables EC based on the striped format. It
achieves space saving but gives up data locality. Phase II of this project aims to support similar
space saving based on the contiguous block layout.
... View more
12-05-2015
03:12 PM
@Andrew Watson Do you see the following location? hdfs dfs -ls /data/raw/EDW/PROD/Prod_DB/test/20151124/2014
... View more
12-05-2015
10:23 AM
@Andy LoPresto You may want to publish your answer as an article.
... View more
12-04-2015
09:02 PM
@Guilherme Braccialli
... View more
12-04-2015
08:40 PM
1 Kudo
@hkropp Sorry about the confusion on posting answer in the wrong section. Based on my test, I don't think it's possible to create config groups during the install.
... View more
12-04-2015
08:36 PM
@Andrew Watson I would love to reproduce this in my env if you can share the table ddl. In the meantime, please see this thread and thread2 @Andrew Watson more details. [hdfs@phdns02 ~]$ hdfs dfs -ls /tmp/bat Found 1 items -rw-r--r-- 1 hdfs hdfs 621765 2015-12-05 07:07 /tmp/bat/BattingPost.csv [hdfs@phdns02 ~]$ scala> sqlContext.sql("CREATE external TABLE IF NOT EXISTS batting ( col_value STRING) location '/tmp/bat/'") sqlContext.sql("select count(*) from batting").collect().foreach(println) select * did work.
... View more
12-04-2015
08:34 PM
@Andrew Watson Is it partitioned table?
... View more
12-04-2015
08:32 PM
Thanks @Andrew Watson but I see s3: ..Could you point to gs:// link?
... View more