[
https://issues.apache.org/jira/browse/ARROW-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16942242#comment-16942242
]
Wes McKinney commented on ARROW-2260:
-------------------------------------
Ran into this today. Pretty unfriendly
{code}
$ plasma_store -h
WARNING: Logging before InitGoogleLogging() is written to STDERR
F1001 14:09:55.488880 366765504 store.cc:1160] please specify socket for
incoming connections with -s switch
*** Check failure stack trace: ***
*** Aborted at 1569956995 (unix time) try "date -d @1569956995" if you are
using GNU date ***
PC: @ 0x0 (unknown)
*** SIGABRT (@0x7fff785eb2c6) received by PID 3111 (TID 0x115dc65c0) stack
trace: ***
@ 0x7fff7869bb5d _sigtramp
Abort trap: 6
{code}
> [C++][Plasma] plasma_store should show usage
> --------------------------------------------
>
> Key: ARROW-2260
> URL: https://issues.apache.org/jira/browse/ARROW-2260
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++ - Plasma
> Affects Versions: 0.8.0
> Reporter: Antoine Pitrou
> Priority: Minor
> Fix For: 2.0.0
>
>
> Currently the options exposed by the {{plasma_store}} executable aren't very
> discoverable:
> {code:bash}
> $ plasma_store -h
> please specify socket for incoming connections with -s switch
> Abandon
> (pyarrow) antoine@fsol:~/arrow/cpp (ARROW-2135-nan-conversion-when-casting
> *)$ plasma_store
> please specify socket for incoming connections with -s switch
> Abandon
> (pyarrow) antoine@fsol:~/arrow/cpp (ARROW-2135-nan-conversion-when-casting
> *)$ plasma_store --help
> plasma_store: invalid option -- '-'
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)