[jira] [Resolved] (HAWQ-1562) Incorrect path to default log directory in documentation

2018-02-06 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie resolved HAWQ-1562.
---
   Resolution: Fixed
Fix Version/s: backlog

> Incorrect path to default log directory in documentation
> 
>
> Key: HAWQ-1562
> URL: https://issues.apache.org/jira/browse/HAWQ-1562
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Shubham Sharma
>Assignee: David Yozie
>Priority: Major
> Fix For: backlog
>
>
> In the current documentation six files point to wrong location of default 
> directories. The default log directory of management utilities is 
> ~/hawqAdminLogs but the documentation specifies ~/hawq/Adminlogs/ . There 
> list can be seen 
> [here|https://github.com/apache/incubator-hawq-docs/search?utf8=%E2%9C%93&q=Adminlogs&type=]
>  .



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HAWQ-928) Improve user experience of command-line help for hawq CLI utilities

2017-05-23 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie updated HAWQ-928:
-
Component/s: (was: Documentation)

> Improve user experience of command-line help for hawq CLI utilities
> ---
>
> Key: HAWQ-928
> URL: https://issues.apache.org/jira/browse/HAWQ-928
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Command Line Tools
>Reporter: Severine Tymon
>Assignee: Radar Lei
>Priority: Minor
> Fix For: backlog
>
>
> This is an umbrella jira that could be broken into smaller pieces if any of 
> these improvements are deemed worthwhile/useful. While working with the HAWQ 
> CLI, I've noticed some issues with the command help documentation:
> 1) The option used to obtain help is not consistent. Some commands (like hawq 
> checkperf) only take the "-?" option, while others do not take "-?" but take 
> "-h" or "--help". Some do not take "-h" because there is already an "-h" 
> option, typically to supply a hostname.
> 2) Large variations in style and depth of command line help-- some commands 
> (like hawq check) are long, man page style help, while others only provide 
> brief command usage (hawq config). 
> 3) Representations of command-line syntax are inconsistent. Some use <>, some 
> use all caps to indicate user-provided values.
> 4) Indicating the default value would be helpful in some cases. For example, 
> the --locale, --lc* options of hawq init. (We do provide detailed explanation 
> in product docs, but would help if cli informed users where the defaults come 
> from if these options are not specified.)
> 5) Outdated external references ("Report bugs to  postgresql.org>", EMC download links, Greenplum and gpssh, gpssh) 
> 6) Very minor-- Inconsistent word choice, punctuation and spelling 
> (capitalization).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (HAWQ-1225) Document the catalog table pg_aoseg.pgaoseg$relid

2017-05-23 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie closed HAWQ-1225.
-
Resolution: Not A Problem

Work for this table was dropped, so no new docs needed atm.

> Document the catalog table  pg_aoseg.pgaoseg$relid
> --
>
> Key: HAWQ-1225
> URL: https://issues.apache.org/jira/browse/HAWQ-1225
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Jane Beckman
>Assignee: David Yozie
> Fix For: backlog
>
>
> The pg_aoseg.pgaoseg$relid is new and related to the hawq register --force 
> option for append-only tables.
> There is also pg_aoseg.pgpaqseg$relid, a table for  parquet tables.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (HAWQ-1465) Hawq help doc is inconsistent with the real functiionality

2017-05-23 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie resolved HAWQ-1465.
---
   Resolution: Fixed
Fix Version/s: 2.2.0.0-incubating

Pull request was merged.  

> Hawq help doc is inconsistent with the real functiionality
> --
>
> Key: HAWQ-1465
> URL: https://issues.apache.org/jira/browse/HAWQ-1465
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Documentation
>Reporter: zhenglin tao
>Assignee: David Yozie
> Fix For: 2.2.0.0-incubating
>
>
> For example:
> testdb=# ALTER SCHEMA test1 owner to test1;
> ERROR:  Cannot support alter schema owner statement yet
> testdb=# \h alter schema
> Command: ALTER SCHEMA
> Description: change the definition of a schema
> Syntax:
> ALTER SCHEMA name RENAME TO newname
> ALTER SCHEMA name OWNER TO newowner
> Should review the help doc



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HAWQ-1225) Document the catalog table pg_aoseg.pgaoseg$relid

2017-03-21 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie updated HAWQ-1225:
--
Fix Version/s: (was: 2.2.0.0-incubating)
   backlog

> Document the catalog table  pg_aoseg.pgaoseg$relid
> --
>
> Key: HAWQ-1225
> URL: https://issues.apache.org/jira/browse/HAWQ-1225
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Jane Beckman
>Assignee: David Yozie
> Fix For: backlog
>
>
> The pg_aoseg.pgaoseg$relid is new and related to the hawq register --force 
> option for append-only tables.
> There is also pg_aoseg.pgpaqseg$relid, a table for  parquet tables.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (HAWQ-1250) Create HAWQ-specific html docs

2017-03-21 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie resolved HAWQ-1250.
---
   Resolution: Fixed
Fix Version/s: 2.1.0.0-incubating

> Create HAWQ-specific html docs
> --
>
> Key: HAWQ-1250
> URL: https://issues.apache.org/jira/browse/HAWQ-1250
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: 2.1.0.0-incubating, 2.0.0.0-incubating
>
>
> The HAWQ site is currently pointing to the HDP end-user docs.  Change this to 
> host Apache HAWQ-specific docs directly off of apache.org for each new 
> release.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (HAWQ-1363) Correct format for log options for logdir and verbose

2017-03-21 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie resolved HAWQ-1363.
---
Resolution: Fixed

> Correct format for log options for logdir and verbose
> -
>
> Key: HAWQ-1363
> URL: https://issues.apache.org/jira/browse/HAWQ-1363
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Jane Beckman
>Assignee: David Yozie
> Fix For: 2.2.0.0-incubating
>
>
> The options for logdir and verbose have only a single dash (-) and should 
> have a dash-dash (--).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (HAWQ-1251) Add CREATE CAST/CONVERSION pages to documentation

2017-03-21 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie resolved HAWQ-1251.
---
   Resolution: Fixed
Fix Version/s: 2.1.0.0-incubating

> Add CREATE CAST/CONVERSION pages to documentation
> -
>
> Key: HAWQ-1251
> URL: https://issues.apache.org/jira/browse/HAWQ-1251
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Jane Beckman
>Assignee: David Yozie
> Fix For: 2.1.0.0-incubating
>
>
> The pg_cast table, created by CREATE CAST is already in the documentation, 
> but not the command. Testing shows CREATE CAST seems to be supported in HAWQ.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (HAWQ-1352) doc updates for HAWQ-1348

2017-03-21 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie resolved HAWQ-1352.
---
   Resolution: Fixed
Fix Version/s: 2.2.0.0-incubating

> doc updates for HAWQ-1348
> -
>
> Key: HAWQ-1352
> URL: https://issues.apache.org/jira/browse/HAWQ-1352
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Documentation
>Reporter: Lisa Owen
>Assignee: David Yozie
> Fix For: 2.2.0.0-incubating
>
>
> timeout for hawq start/stop/restart is 600secs not 60secs.  update the 
> relevant reference pages and determine if other parts of the doc identify the 
> timeout as 60 seconds.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (HAWQ-1305) Add apache license header to doc source

2017-02-01 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie closed HAWQ-1305.
-
Resolution: Fixed

> Add apache license header to doc source
> ---
>
> Key: HAWQ-1305
> URL: https://issues.apache.org/jira/browse/HAWQ-1305
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: 2.1.0.0-incubating
>
>
> As discussed in d...@hawq.incubator.apache.org, we need to add the license 
> text to each markdown file in the repo.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HAWQ-1305) Add apache license header to doc source

2017-02-01 Thread David Yozie (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15848708#comment-15848708
 ] 

David Yozie commented on HAWQ-1305:
---

Comment text added in 
https://github.com/apache/incubator-hawq-docs/commit/a42c05a957a128ed7fd5f492544681d548f826ca

> Add apache license header to doc source
> ---
>
> Key: HAWQ-1305
> URL: https://issues.apache.org/jira/browse/HAWQ-1305
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: 2.1.0.0-incubating
>
>
> As discussed in d...@hawq.incubator.apache.org, we need to add the license 
> text to each markdown file in the repo.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (HAWQ-1305) Add apache license header to doc source

2017-02-01 Thread David Yozie (JIRA)
David Yozie created HAWQ-1305:
-

 Summary: Add apache license header to doc source
 Key: HAWQ-1305
 URL: https://issues.apache.org/jira/browse/HAWQ-1305
 Project: Apache HAWQ
  Issue Type: Improvement
  Components: Documentation
Reporter: David Yozie
Assignee: David Yozie
 Fix For: 2.1.0.0-incubating


As discussed in d...@hawq.incubator.apache.org, we need to add the license text 
to each markdown file in the repo.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (HAWQ-1278) Investigate installcheck-good issue on Mac OSX

2017-01-18 Thread David Yozie (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15828478#comment-15828478
 ] 

David Yozie commented on HAWQ-1278:
---

[~espino][~huor] - It looks like we're still using the wiki 
(https://cwiki.apache.org/confluence/display/HAWQ/HAWQ+Release+2.1.0.0-incubating+Release?show-miniview)
 for publishing release notes.  I'm still trying to edit permissions on the 
wiki.  Nobody on the docs team can edit the wiki content :(

> Investigate installcheck-good issue on Mac OSX
> --
>
> Key: HAWQ-1278
> URL: https://issues.apache.org/jira/browse/HAWQ-1278
> Project: Apache HAWQ
>  Issue Type: Task
>  Components: Tests
>Reporter: Ed Espino
>Assignee: Ruilong Huo
> Fix For: 2.2.0.0-incubating
>
>
> I am filing this as a place holder for the Mac OSX installcheck-good 
> investigation work.  Ming Li originally reported installcheck-good testing 
> issues with errtable and hcatalog_lookup test suites.
> This issue is not seen on CentOS 6 & 7 environments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-1087) Need clarification on Wiki page for Build Instructions

2017-01-18 Thread David Yozie (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15828465#comment-15828465
 ] 

David Yozie commented on HAWQ-1087:
---

[~huor] - I still don't seem to have access to the wiki.  Clicking the edit 
button will only allow me to add labels, not edit the content.

> Need clarification on Wiki page for Build Instructions
> --
>
> Key: HAWQ-1087
> URL: https://issues.apache.org/jira/browse/HAWQ-1087
> Project: Apache HAWQ
>  Issue Type: Task
>  Components: Documentation
>Reporter: Goden Yao
>Assignee: David Yozie
>Priority: Minor
> Fix For: backlog
>
>
> From [~jmclean], this is during a VOTE review. 
> {quote}
> Also currently looks like openssl may be a little broken and info on the wiki 
> may need updating:
> {code}
> brew link --force openssl
> Warning: Refusing to link: openssl
> {code}
> Linking keg-only openssl means you may end up linking against the insecure,
> deprecated system OpenSSL while using the headers from Homebrew's openssl.
> Instead, pass the full include/library paths to your compiler e.g.:
>  {code} -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib{code}
> I needed up doing this to make it compile:
> make CFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib"
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HAWQ-1280) Add documentation for gp_interconnect* parameters

2017-01-18 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie reassigned HAWQ-1280:
-

Assignee: David Yozie  (was: Ed Espino)

> Add documentation for  gp_interconnect* parameters
> --
>
> Key: HAWQ-1280
> URL: https://issues.apache.org/jira/browse/HAWQ-1280
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: Jane Beckman
>Assignee: David Yozie
>Priority: Trivial
> Fix For: 2.2.0.0-incubating
>
>
> The following configuration parameters are present in HAWQ and need to be 
> added to the documentation:
> gp_interconnect_cache_future_packets
> gp_interconnect_default_rtt
> gp_interconnect_min_retries_before_timeout
> gp_interconnect_min_rto
> gp_interconnect_timer_checking_period
> gp_interconnect_timer_period
> gp_interconnect_transmit_timeout



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-1087) Need clarification on Wiki page for Build Instructions

2017-01-17 Thread David Yozie (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826983#comment-15826983
 ] 

David Yozie commented on HAWQ-1087:
---

[~huor] - Do you have wiki access or know how to go about getting it?  Nobody 
in the end-user docs group currently can update wiki pages.

> Need clarification on Wiki page for Build Instructions
> --
>
> Key: HAWQ-1087
> URL: https://issues.apache.org/jira/browse/HAWQ-1087
> Project: Apache HAWQ
>  Issue Type: Task
>  Components: Documentation
>Reporter: Goden Yao
>Assignee: David Yozie
>Priority: Minor
> Fix For: backlog
>
>
> From [~jmclean], this is during a VOTE review. 
> {quote}
> Also currently looks like openssl may be a little broken and info on the wiki 
> may need updating:
> {code}
> brew link --force openssl
> Warning: Refusing to link: openssl
> {code}
> Linking keg-only openssl means you may end up linking against the insecure,
> deprecated system OpenSSL while using the headers from Homebrew's openssl.
> Instead, pass the full include/library paths to your compiler e.g.:
>  {code} -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib{code}
> I needed up doing this to make it compile:
> make CFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib"
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (HAWQ-1250) Create HAWQ-specific html docs

2017-01-06 Thread David Yozie (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15806179#comment-15806179
 ] 

David Yozie edited comment on HAWQ-1250 at 1/6/17 11:46 PM:


https://github.com/apache/incubator-hawq-site/commit/35b674002528a332ee4a2221fcc0b9ea1795bcba
 is the first drop of prospective HTML docs.

These can be viewed at 
http://hawq.incubator.apache.org/docs/userguide/2.1.0.0-incubating

Will hold off on updating actual front-page links until the release has been 
voted.


was (Author: dyozie):
https://github.com/apache/incubator-hawq-site/commit/35b674002528a332ee4a2221fcc0b9ea1795bcba
 is the first drop of prospective HTML docs.

> Create HAWQ-specific html docs
> --
>
> Key: HAWQ-1250
> URL: https://issues.apache.org/jira/browse/HAWQ-1250
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: 2.0.0.0-incubating
>
>
> The HAWQ site is currently pointing to the HDP end-user docs.  Change this to 
> host Apache HAWQ-specific docs directly off of apache.org for each new 
> release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (HAWQ-1250) Create HAWQ-specific html docs

2017-01-06 Thread David Yozie (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15806179#comment-15806179
 ] 

David Yozie edited comment on HAWQ-1250 at 1/6/17 11:45 PM:


https://github.com/apache/incubator-hawq-site/commit/35b674002528a332ee4a2221fcc0b9ea1795bcba
 is the first drop of prospective HTML docs.


was (Author: dyozie):
https://github.com/apache/incubator-hawq-site/commit/35b674002528a332ee4a2221fcc0b9ea1795bcba
 is the first drop of perspective HTML docs.

> Create HAWQ-specific html docs
> --
>
> Key: HAWQ-1250
> URL: https://issues.apache.org/jira/browse/HAWQ-1250
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: 2.0.0.0-incubating
>
>
> The HAWQ site is currently pointing to the HDP end-user docs.  Change this to 
> host Apache HAWQ-specific docs directly off of apache.org for each new 
> release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-1250) Create HAWQ-specific html docs

2017-01-06 Thread David Yozie (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15806179#comment-15806179
 ] 

David Yozie commented on HAWQ-1250:
---

https://github.com/apache/incubator-hawq-site/commit/35b674002528a332ee4a2221fcc0b9ea1795bcba
 is the first drop of perspective HTML docs.

> Create HAWQ-specific html docs
> --
>
> Key: HAWQ-1250
> URL: https://issues.apache.org/jira/browse/HAWQ-1250
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: 2.0.0.0-incubating
>
>
> The HAWQ site is currently pointing to the HDP end-user docs.  Change this to 
> host Apache HAWQ-specific docs directly off of apache.org for each new 
> release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-1250) Create HAWQ-specific html docs

2017-01-06 Thread David Yozie (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15805905#comment-15805905
 ] 

David Yozie commented on HAWQ-1250:
---

Existing PXF javadocs are at http://hawq.incubator.apache.org/docs/pxf, so will 
place end-user docs at http://hawq.incubator.apache.org/docs/userguide and 
further classify by release number.

Because the the current docs in develop are well beyond the initial 
2.0.0-incubating release, will target the upcoming 2.1.0 release for first 
publication and host at 
http://hawq.incubator.apache.org/docs/userguide/2.1.0.0-incubating/

> Create HAWQ-specific html docs
> --
>
> Key: HAWQ-1250
> URL: https://issues.apache.org/jira/browse/HAWQ-1250
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: 2.0.0.0-incubating
>
>
> The HAWQ site is currently pointing to the HDP end-user docs.  Change this to 
> host Apache HAWQ-specific docs directly off of apache.org for each new 
> release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-1254) Fix/remove "book" branching on incubator-hawq-docs

2017-01-06 Thread David Yozie (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15805893#comment-15805893
 ] 

David Yozie commented on HAWQ-1254:
---

https://github.com/apache/incubator-hawq-docs/commit/de1e2e07e31b703d2353624b93f7437363a3ef1c
 reorganizes the develop branch, removes the book branch, and updates the 
README to describe how to build.

> Fix/remove "book" branching on incubator-hawq-docs
> --
>
> Key: HAWQ-1254
> URL: https://issues.apache.org/jira/browse/HAWQ-1254
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: 2.1.0.0-incubating
>
>
> The contents of the "book" branch are tied, via the subnav, to the main 
> documentation source.  Keeping this configuration in a separate branch makes 
> it difficult/impossible to keep the subnav and docs in synch for branching, 
> tagging, etc. for specific Apache HAWQ releases.
> We should put the "book" contents alongside the main source, and update the 
> README as necessary so it's easier/cleaner to build the docs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HAWQ-1254) Fix/remove "book" branching on incubator-hawq-docs

2017-01-06 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie resolved HAWQ-1254.
---
Resolution: Fixed

https://github.com/apache/incubator-hawq-docs/commit/de1e2e07e31b703d2353624b93f7437363a3ef1c

> Fix/remove "book" branching on incubator-hawq-docs
> --
>
> Key: HAWQ-1254
> URL: https://issues.apache.org/jira/browse/HAWQ-1254
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: 2.1.0.0-incubating
>
>
> The contents of the "book" branch are tied, via the subnav, to the main 
> documentation source.  Keeping this configuration in a separate branch makes 
> it difficult/impossible to keep the subnav and docs in synch for branching, 
> tagging, etc. for specific Apache HAWQ releases.
> We should put the "book" contents alongside the main source, and update the 
> README as necessary so it's easier/cleaner to build the docs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HAWQ-1254) Fix/remove "book" branching on incubator-hawq-docs

2017-01-04 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie updated HAWQ-1254:
--
Summary: Fix/remove "book" branching on incubator-hawq-docs  (was: Fixing 
"book" branching on incubator-hawq-docs)

> Fix/remove "book" branching on incubator-hawq-docs
> --
>
> Key: HAWQ-1254
> URL: https://issues.apache.org/jira/browse/HAWQ-1254
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: 2.1.0.0-incubating
>
>
> The contents of the "book" branch are tied, via the subnav, to the main 
> documentation source.  Keeping this configuration in a separate branch makes 
> it difficult/impossible to keep the subnav and docs in synch for branching, 
> tagging, etc. for specific Apache HAWQ releases.
> We should put the "book" contents alongside the main source, and update the 
> README as necessary so it's easier/cleaner to build the docs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HAWQ-1254) Fixing "book" branching on incubator-hawq-docs

2017-01-04 Thread David Yozie (JIRA)
David Yozie created HAWQ-1254:
-

 Summary: Fixing "book" branching on incubator-hawq-docs
 Key: HAWQ-1254
 URL: https://issues.apache.org/jira/browse/HAWQ-1254
 Project: Apache HAWQ
  Issue Type: Improvement
  Components: Documentation
Reporter: David Yozie
Assignee: David Yozie
 Fix For: 2.1.0.0-incubating


The contents of the "book" branch are tied, via the subnav, to the main 
documentation source.  Keeping this configuration in a separate branch makes it 
difficult/impossible to keep the subnav and docs in synch for branching, 
tagging, etc. for specific Apache HAWQ releases.

We should put the "book" contents alongside the main source, and update the 
README as necessary so it's easier/cleaner to build the docs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HAWQ-1250) Create HAWQ-specific html docs

2017-01-03 Thread David Yozie (JIRA)
David Yozie created HAWQ-1250:
-

 Summary: Create HAWQ-specific html docs
 Key: HAWQ-1250
 URL: https://issues.apache.org/jira/browse/HAWQ-1250
 Project: Apache HAWQ
  Issue Type: Improvement
  Components: Documentation
Reporter: David Yozie
Assignee: David Yozie
 Fix For: 2.0.0.0-incubating


The HAWQ site is currently pointing to the HDP end-user docs.  Change this to 
host Apache HAWQ-specific docs directly off of apache.org for each new release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HAWQ-722) Add Doc around how to use HAWQ via JDBC/ODBC/libpq et al.

2016-12-13 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie resolved HAWQ-722.
--
   Resolution: Fixed
Fix Version/s: 2.0.0.0-incubating

> Add Doc around how to use HAWQ via JDBC/ODBC/libpq et al.
> -
>
> Key: HAWQ-722
> URL: https://issues.apache.org/jira/browse/HAWQ-722
> Project: Apache HAWQ
>  Issue Type: New Feature
>  Components: Documentation
>Reporter: Lei Chang
>Assignee: David Yozie
> Fix For: backlog, 2.0.0.0-incubating
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (HAWQ-1027) Book configuration directory needs to be outside of content repo

2016-08-30 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie closed HAWQ-1027.
-

> Book configuration directory needs to be outside of content repo
> 
>
> Key: HAWQ-1027
> URL: https://issues.apache.org/jira/browse/HAWQ-1027
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: backlog
>
>
> The incubator-hawq-docs repo includes a sample book configuration (hawq-docs) 
> for producing HTML.  Unfortunately, this configuration directory causes 
> problems with the latest middleman that will be used in an upcoming 
> bookbinder release, so it needs to be moved.  
> We can probably get away with putting it in a separate branch for now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HAWQ-1027) Book configuration directory needs to be outside of content repo

2016-08-30 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie resolved HAWQ-1027.
---
Resolution: Fixed

Moved the book configuration contents to a separate 'book' branch, and updated 
the build instructions accordingly.  Relevant commits:

https://git-wip-us.apache.org/repos/asf?p=incubator-hawq-docs.git;a=commit;h=7514e19340ada920cc746f93ae13d79cddf4d934
https://git-wip-us.apache.org/repos/asf?p=incubator-hawq-docs.git;a=commit;h=5a706dc5c2ecbb28c4802c4d83387dedaa184d08
https://git-wip-us.apache.org/repos/asf?p=incubator-hawq-docs.git;a=commit;h=6c5a29da88d207d1181ae7f88e0a2faa1dc74fcf
https://git-wip-us.apache.org/repos/asf?p=incubator-hawq-docs.git;a=commit;h=7f23af6195d2530daab6e8861a77b3a497f1ad1c
https://git-wip-us.apache.org/repos/asf?p=incubator-hawq-docs.git;a=commit;h=ecc6de22f2ff9eb612718de205fdbffb84ed55a0

> Book configuration directory needs to be outside of content repo
> 
>
> Key: HAWQ-1027
> URL: https://issues.apache.org/jira/browse/HAWQ-1027
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
> Fix For: backlog
>
>
> The incubator-hawq-docs repo includes a sample book configuration (hawq-docs) 
> for producing HTML.  Unfortunately, this configuration directory causes 
> problems with the latest middleman that will be used in an upcoming 
> bookbinder release, so it needs to be moved.  
> We can probably get away with putting it in a separate branch for now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-1027) Book configuration directory needs to be outside of content repo

2016-08-26 Thread David Yozie (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15440228#comment-15440228
 ] 

David Yozie commented on HAWQ-1027:
---

A Pivotal Tracker story has been created for this Issue: 
https://www.pivotaltracker.com/story/show/129183747

> Book configuration directory needs to be outside of content repo
> 
>
> Key: HAWQ-1027
> URL: https://issues.apache.org/jira/browse/HAWQ-1027
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
>
> The incubator-hawq-docs repo includes a sample book configuration (hawq-docs) 
> for producing HTML.  Unfortunately, this configuration directory causes 
> problems with the latest middleman that will be used in an upcoming 
> bookbinder release, so it needs to be moved.  
> We can probably get away with putting it in a separate branch for now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (HAWQ-1027) Book configuration directory needs to be outside of content repo

2016-08-26 Thread David Yozie (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Yozie reassigned HAWQ-1027:
-

Assignee: David Yozie  (was: Lei Chang)

> Book configuration directory needs to be outside of content repo
> 
>
> Key: HAWQ-1027
> URL: https://issues.apache.org/jira/browse/HAWQ-1027
> Project: Apache HAWQ
>  Issue Type: Improvement
>  Components: Documentation
>Reporter: David Yozie
>Assignee: David Yozie
>
> The incubator-hawq-docs repo includes a sample book configuration (hawq-docs) 
> for producing HTML.  Unfortunately, this configuration directory causes 
> problems with the latest middleman that will be used in an upcoming 
> bookbinder release, so it needs to be moved.  
> We can probably get away with putting it in a separate branch for now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HAWQ-1027) Book configuration directory needs to be outside of content repo

2016-08-26 Thread David Yozie (JIRA)
David Yozie created HAWQ-1027:
-

 Summary: Book configuration directory needs to be outside of 
content repo
 Key: HAWQ-1027
 URL: https://issues.apache.org/jira/browse/HAWQ-1027
 Project: Apache HAWQ
  Issue Type: Improvement
  Components: Documentation
Reporter: David Yozie
Assignee: Lei Chang


The incubator-hawq-docs repo includes a sample book configuration (hawq-docs) 
for producing HTML.  Unfortunately, this configuration directory causes 
problems with the latest middleman that will be used in an upcoming bookbinder 
release, so it needs to be moved.  

We can probably get away with putting it in a separate branch for now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)