[
https://issues.apache.org/jira/browse/HAWQ-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16202267#comment-16202267
]
ASF GitHub Bot commented on HAWQ-1480:
--------------------------------------
Github user dyozie commented on a diff in the pull request:
https://github.com/apache/incubator-hawq-docs/pull/123#discussion_r144348667
--- Diff: book/master_middleman/source/subnavs/apache-hawq-nav.erb ---
@@ -117,6 +117,9 @@
<li>
<a
href="/docs/userguide/2.2.0.0-incubating/admin/logfiles.html">HAWQ
Administrative Log Files</a>
</li>
+ <li>
+ <a
href="/docs/userguide/2.2.0.0-incubating/admin/packcore.html">HAWQ packcore
utility</a>
--- End diff --
Thanks @outofmem0ry - merging this in now.
> Packing a core file in hawq
> ---------------------------
>
> Key: HAWQ-1480
> URL: https://issues.apache.org/jira/browse/HAWQ-1480
> Project: Apache HAWQ
> Issue Type: Improvement
> Components: Command Line Tools
> Reporter: Shubham Sharma
> Assignee: Radar Lei
> Fix For: 2.3.0.0-incubating
>
>
> Currently there is no way to packing a core file with its context –
> executable, application and system shared libraries in hawq. This information
> can be later unpacked on another system and helps in debugging. It is a
> useful feature to quickly gather all the data needed from a crash/core
> generated on the system to analyze it later.
> Another open source project, greenplum, uses a script
> [https://github.com/greenplum-db/gpdb/blob/master/gpMgmt/sbin/packcore] to
> collect this information. Tested this script against Hawq's installation and
> it collects the required information needed for debug.
> Can this be merged into Hawq, if yes, I can submit a pull request and test it.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)