[
https://issues.apache.org/jira/browse/HIVE-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895384#action_12895384
]
Joydeep Sen Sarma commented on HIVE-1509:
-----------------------------------------
let me know once the tests pass 0.20 and i can commit.
one more question:
+ MAXCREATEDFILES("hive.exec.max.created.files", 100000),
i think u may have to append a 'L' to 100000 since u are trying to later on do
a:
+ long upperLimit = HiveConf.getLongVar(job,
HiveConf.ConfVars.MAXCREATEDFILES);
(or switch to using getIntVar). i am a little surprised how this is working
because the 100000 would be interpreted as Integer, go to the integer
constructor which should leave the long default to -1. (or i guess i have
forgotten how this works)
> Monitor the working set of the number of files
> -----------------------------------------------
>
> Key: HIVE-1509
> URL: https://issues.apache.org/jira/browse/HIVE-1509
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 0.7.0
> Reporter: Namit Jain
> Assignee: Ning Zhang
> Attachments: HIVE-1509.2.patch, HIVE-1509.3.patch, HIVE-1509.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.