Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/379#discussion_r56207779
--- Diff: docs/load_transform/src/asciidoc/_chapters/bulk_load.adoc ---
@@ -46,30 +46,31 @@ You copy data between two Trafodion tables by using the
appropriate SELECT state
=== Example
```
+LOAD INTO target_table SELECT * FROM source_table WHERE custkey >= 1000 ;
```
[[bulk-load-data-from-hdfs-files]]
== Load Data From HDFS Files
-You can copy your data into an HDFS folder and then create an external
Hive tables with the correct fields that
-you point to the HDFS folder containing the data. You can also specify a
WHERE clause on the source data as a filter.
+You copy your data (local or remote) into an HDFS folder. Then, you create
an external Hive table (with correct fields) that point to the HDFS folder
containing the data.
--- End diff --
Grammar, should be "points"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---