I am using the net=hose options so the host ports are shared with the
instance. Not ideal but good enough for my demo.

On Mon, Dec 15, 2014 at 7:49 PM, John Vines <vi...@apache.org> wrote:
> The ip the processes inside docker resolve to need to be resolveable from
> outside docker, which iirc, is not something easily achieved in Docker.
>
> On Mon, Dec 15, 2014 at 6:54 PM, David Medinets <david.medin...@gmail.com>
> wrote:
>>
>> Can I use the accumulo shell with the MiniAccumuloCluster? That's an
>> interesting idea. I did not think it feasible.
>>
>> On Mon, Dec 15, 2014 at 6:48 PM, Christopher <ctubb...@apache.org> wrote:
>> > Have you tried the Accumulo shell with --debug?
>> >
>> >
>> > --
>> > Christopher L Tubbs II
>> > http://gravatar.com/ctubbsii
>> >
>> > On Mon, Dec 15, 2014 at 6:45 PM, David Medinets <
>> david.medin...@gmail.com>
>> > wrote:
>> >>
>> >> I just remembered that Zookeeper can respond to "ruok" so I did try
>> >> that. It worked:
>> >>
>> >> $ echo "ruok" | netcat -q 2 localhost 20000; echo ""
>> >> imok
>> >>
>> >> On Mon, Dec 15, 2014 at 6:18 PM, David Medinets
>> >> <david.medin...@gmail.com> wrote:
>> >> > The MAC running in Docker is starting and seems to run fine. A client
>> >> > program inside the Docker instance can create tables and add splits.
>> >> > However, a client running on the host, just hangs when connecting. I'm
>> >> > not seeing any errors in the log files.
>> >> >
>> >> > I can connect to the Monitor running inside the Docker instance so the
>> >> > ports should all be open.
>> >> >
>> >> > Any recommendations where I should look to resolve this?
>> >>
>>

Reply via email to