You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Ramana Inukonda Nagaraj (JIRA)" <ji...@apache.org> on 2014/04/04 23:27:23 UTC

[jira] [Created] (DRILL-488) Multiple files under directory count (Parquet)

Ramana Inukonda Nagaraj created DRILL-488:
---------------------------------------------

             Summary: Multiple files under directory count (Parquet)
                 Key: DRILL-488
                 URL: https://issues.apache.org/jira/browse/DRILL-488
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Ramana Inukonda Nagaraj


[root@perfnode166 ~]# hadoop fs -ls /input/parquet/nation
Found 2 items
-rwxr-xr-x   3 root root       3109 2014-02-11 10:50 /input/parquet/nation/nation.parquet
-rwxr-xr-x   3 root root       2756 2014-04-04 14:24 /input/parquet/nation/nation2.parquet

0: jdbc:drill:schema=dfs> select count(*) from `/input/parquet/nation/`;
+------------+
|   EXPR$0   |
+------------+
| 25         |
| 25         |
+------------+
2 rows selected (0.22 seconds)



--
This message was sent by Atlassian JIRA
(v6.2#6252)