Home
last modified time | relevance | path

Searched refs:queueConfProps (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestQueueManagerForJobKillAndJobPriority.java163 Properties queueConfProps = new Properties(); in testACLRefresh() local
164 queueConfProps.put(QueueManager.toFullPropertyName in testACLRefresh()
167 UtilsForTests.setUpConfigFile(queueConfProps, queueConfigFile); in testACLRefresh()
190 queueConfProps.put(QueueManager.toFullPropertyName in testACLRefresh()
192 queueConfProps.put(QueueManager.toFullPropertyName in testACLRefresh()
194 queueConfProps.put(QueueManager.toFullPropertyName in testACLRefresh()
197 UtilsForTests.setUpConfigFile(queueConfProps, queueConfigFile); in testACLRefresh()
248 Properties queueConfProps = new Properties(); in testQueueAclRefreshWithInvalidConfFile() local
250 queueConfProps.put(QueueManager.toFullPropertyName in testQueueAclRefreshWithInvalidConfFile()
252 queueConfProps.put(QueueManager.toFullPropertyName in testQueueAclRefreshWithInvalidConfFile()
[all …]
H A DTestQueueManager.java189 Properties queueConfProps = new Properties(); in testStateRefresh() local
191 queueConfProps.put("mapred.queue.names", "default,qu1"); in testStateRefresh()
192 queueConfProps.put("mapred.acls.enabled", "true"); in testStateRefresh()
194 queueConfProps.put("mapred.queue.default.state", "RUNNING"); in testStateRefresh()
195 queueConfProps.put("mapred.queue.qu1.state", "STOPPED"); in testStateRefresh()
196 UtilsForTests.setUpConfigFile(queueConfProps, queueConfigFile); in testStateRefresh()
223 queueConfProps.put("mapred.queue.default.state", "STOPPED"); in testStateRefresh()
224 queueConfProps.put("mapred.queue.qu1.state", "RUNNING"); in testStateRefresh()
225 UtilsForTests.setUpConfigFile(queueConfProps, queueConfigFile); in testStateRefresh()