| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
81 (0.272s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [External] Re: Need help getting Accumulo running. - Accumulo - [mail # dev]
|
|
...That's a weird one then. You can shut down accumulo and re-run the init to see if you just mis-typed the password or something. By any chance did you use non-ascii characters in your passwor...
|
|
|
Author: Jim Klucar,
2012-07-06, 01:35
|
|
|
Re: [External] Re: Need help getting Accumulo running. - Accumulo - [mail # dev]
|
|
...Can you see the monitor page at http://localhost:50095 ? On Thu, Jul 5, 2012 at 9:26 PM, Park, Jee [USA] wrote:...
|
|
|
Author: Jim Klucar,
2012-07-06, 01:30
|
|
|
Re: [External] Re: Need help getting Accumulo running. - Accumulo - [mail # dev]
|
|
...It is asking for the password you setup for the accumulo root user, not the machine root user. It's whatever you typed in when you ran the $ACCUMULO_HOME/bin/accumulo init command. &n...
|
|
|
Author: Jim Klucar,
2012-07-06, 01:25
|
|
|
Re: [External] Re: Need help getting Accumulo running. - Accumulo - [mail # dev]
|
|
...a-x will remove execute permissions for all hiding that directory. just do sudo chmod 777 -R /var/zookeeper to open up permissions Sent from my iPhone On Jul 2, 2012, at 3:28 PM,...
|
|
|
Author: Jim Klucar,
2012-07-02, 19:55
|
|
|
Re: [External] Re: Need help getting Accumulo running. - Accumulo - [mail # dev]
|
|
...zookeeper is probably not in /bin You should have $ZOOKEEPER_HOME set to wherever you installed it: sudo $ZOOKEEPER_HOME/bin/zkServer.sh start On Mon, Jul 2, 2012 at 1:46 ...
|
|
|
Author: Jim Klucar,
2012-07-02, 17:50
|
|
|
Re: [External] Re: Need help getting Accumulo running. - Accumulo - [mail # dev]
|
|
...Did you verify that zookeeper is running? On Mon, Jul 2, 2012 at 1:21 PM, Park, Jee [USA] wrote:...
|
|
|
Author: Jim Klucar,
2012-07-02, 17:24
|
|
|
Re: Problem with using iterators to access table - Accumulo - [mail # user]
|
|
...Jonathan, You have to deploy all the dependencies of your iterator into the lib/ext also, except whatever is on the Accumulo classpath (accumulo, hadoop, zookeeper, etc). I seem ...
|
|
|
Author: Jim Klucar,
2012-06-27, 19:55
|
|
|
Re: Problem with using iterators to access table - Accumulo - [mail # user]
|
|
...My first thought would be that you didn't deploy your iterator jar to the accumulo lib/ext directory. That wouldn't be causing the "built-in" iterators to produce an error also. Unfortunatel...
|
|
|
Author: Jim Klucar,
2012-06-27, 17:16
|
|
|
Re: Can I connect an InputStream to a Mutation value? - Accumulo - [mail # user]
|
|
...David, Can you give a taste of the schema of the XML? With that we may be able to help break the XML file up into keys and help create an index for it. IMHO that's the power you would ...
|
|
|
Author: Jim Klucar,
2012-06-17, 17:06
|
|
|
Re: NoNodeException In Log Files - Accumulo - [mail # dev]
|
|
...Not sure what the zoozap issue was, but zookeeper in /tmp is a bad idea. a lot of systems clear /tmp on startup so you could lose everything that accumulo persisted to zookeeper on a reboot....
|
|
|
Author: Jim Klucar,
2012-06-11, 01:22
|
|
|
|