You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Russell Jurney (JIRA)" <ji...@apache.org> on 2013/02/06 06:55:12 UTC

[jira] [Created] (PIG-3165) sh command cannot run mongo client

Russell Jurney created PIG-3165:
-----------------------------------

             Summary: sh command cannot run mongo client
                 Key: PIG-3165
                 URL: https://issues.apache.org/jira/browse/PIG-3165
             Project: Pig
          Issue Type: Bug
          Components: grunt, tools
    Affects Versions: 0.11
            Reporter: Russell Jurney
            Assignee: Russell Jurney
            Priority: Critical
             Fix For: 0.12


One often needs to drop an old MongoDB store when replacing it. Ex:

store answer into 'mongodb://localhost/agile_data.hourly_from_reply_probs' using MongoStorage();

Before doing that you would likely want to run a mongo command from bash from grunt, to drop it:

sh mongo --eval 'db.hourly_from_reply_probs.drop();'

However, in this case grunt acts as though the command never returns. Crap!


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira