HiveQL
<https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala>

On Tue, Apr 14, 2015 at 7:13 AM, JaeSung Jun <jaes...@gmail.com> wrote:

> Hi,
>
> Wile I've been walking through spark-sql source code, I typed the following
> HiveQL:
>
> CREATE EXTERNAL TABLE user (uid STRING, age INT, gender STRING, job STRING,
> ts STRING) ROW FORMAT DELIMITED FIELDS TERMINATED BY ',' LOCATION
> '/hive/user';
>
> , and I finally came across ddl.scala after analysing a couple of scala
> files.
>
> What I found here is createTable method, which doesn't parse the above
> statement.
> Please let me know which class is responsible for parsing the above
> statement.
>
> Thanks
> Jason
>

Reply via email to