1. 11 Mar, 2016 6 commits
  2. 10 Mar, 2016 12 commits
  3. 09 Mar, 2016 9 commits
  4. 08 Mar, 2016 8 commits
  5. 07 Mar, 2016 3 commits
  6. 04 Mar, 2016 2 commits
    • squash and rebase to upstream/master · 9eabe9ef
      allow for mapred/yarn resource config
      
      use default mapreduce memory settings
      
      corrected defaults for m1.medium, added yarn scheduler vars
      
      testing with increased yarn am resource
      
      remove task.io settings, defaults to AWS recommended
      
      testing new hadoop conditional configuration
      
      iter dict for conditional config
      Rene Sorel committed
    • Improved paver auto-expansion. · 902d5d27
      * autocomplete subcommand names
      * autocomplete subcommand options after a -
      * autocomplete path names after subcommands (This is the big thing I've
        been missing when running tests)
      * autocomplete truncated path names for bokchoy tests
      J. Cliff Dyer committed