remove inconsistent ing
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/9b007c2a Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/9b007c2a Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/9b007c2a Branch: refs/heads/tutorial-proto Commit: 9b007c2a0e07d93489ed70dcb0b3abfb31e8a5e5 Parents: f9c340a Author: Lisa Owen <[email protected]> Authored: Tue Oct 25 14:09:15 2016 -0700 Committer: Lisa Owen <[email protected]> Committed: Tue Oct 25 14:09:15 2016 -0700 ---------------------------------------------------------------------- pxf/HDFSFileDataPXF.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/9b007c2a/pxf/HDFSFileDataPXF.html.md.erb ---------------------------------------------------------------------- diff --git a/pxf/HDFSFileDataPXF.html.md.erb b/pxf/HDFSFileDataPXF.html.md.erb index a853e3e..500f96c 100644 --- a/pxf/HDFSFileDataPXF.html.md.erb +++ b/pxf/HDFSFileDataPXF.html.md.erb @@ -367,7 +367,7 @@ Perform the following steps to create a sample Avro data file conforming to the $ sudo -u hdfs hdfs dfs -put /tmp/pxf_hdfs_avro.avro /data/pxf_examples/ ``` -### <a id="topic_avro_querydata"></a>Querying With Avro Profile +### <a id="topic_avro_querydata"></a>Query With Avro Profile Perform the following steps to create and query an external table accessing the `pxf_hdfs_avro.avro` file you added to HDFS in the previous section. When creating the table:
