XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0
    • None
    • Test, Transactions
    • None

    Description

      available since HIVE-17458 (via UDFRunWorker.java)

      The idea is to be able to do

      alter table over10k_orc_bucketed compact 'major' WITH OVERWRITE TBLPROPERTIES ("compactor.mapreduce.map.memory.mb"="500","compactor.hive.tez.container.size"="500");
      
       select runWorker() from mydual;
      
       show compactions;
      

      but it always fails with

       Invalid resource request, requested memory < 0, or requested memory > max configured, requestedMemory=1536, maxMemory=512
      

      ToDo: see if need to fix host name masking in the output from "show compactions"

      Attachments

        Activity

          People

            Unassigned Unassigned
            ekoifman Eugene Koifman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: