index int64 1 10.7k | class stringclasses 782 values | comment_sentence stringlengths 1 1.78k | partition int64 0 0 | combo stringlengths 17 1.81k | labels listlengths 7 7 |
|---|---|---|---|---|---|
5,779 | NNThroughputBenchmark.java | @link Level#ERROR | 0 | @link Level#ERROR | NNThroughputBenchmark.java | [
0,
0,
0,
0,
1,
0,
0
] |
5,780 | NNThroughputBenchmark.java | @link NameNodeRpcServer#refreshUserToGroupsMappings | 0 | @link NameNodeRpcServer#refreshUserToGroupsMappings | NNThroughputBenchmark.java | [
0,
0,
0,
0,
1,
0,
0
] |
5,781 | NNThroughputBenchmark.java | @docRoot | 0 | @docRoot | NNThroughputBenchmark.java | [
0,
0,
0,
0,
1,
0,
0
] |
5,783 | NNThroughputBenchmark.java | The benchmark does not involve any other hadoop components
* except for the name-node. Each operation is executed
* by calling directly the respective name-node method.
* The name-node here is real all other components are simulated.
*
* This benchmark supports
* <a href="{@docRoot}/../hadoop-project-dist/hadoop-common/CommandsManual.html#Generic_Options">
* standard command-line options</a>. If you use remote namenode by <tt>-fs</tt>
* option, its config <tt>dfs.namenode.fs-limits.min-block-size</tt> should be
* set as 16.
*
* Command line arguments for the benchmark include:
* <ol>
* <li>total number of operations to be performed,</li>
* <li>number of threads to run these operations,</li>
* <li>followed by operation specific input parameters.</li>
* <li>-logLevel L specifies the logging level when the benchmark runs.
* The default logging level is {@link Level#ERROR}.</li>
* <li>-UGCacheRefreshCount G will cause the benchmark to call
* {@link NameNodeRpcServer#refreshUserToGroupsMappings} after
* every G operations, which purges the name-node's user group cache.
* By default the refresh is never called.</li>
* <li>-keepResults do not clean up the name-space after execution.</li>
* <li>-useExisting do not recreate the name-space, use existing data.</li>
* </ol>
*
* The benchmark first generates inputs for each thread so that the
* input generation overhead does not effect the resulting statistics.
* The number of operations performed by threads is practically the same.
* Precisely, the difference between the number of operations
* performed by any two threads does not exceed 1.
*
* Then the benchmark executes the specified number of operations using
* the specified number of threads and outputs the resulting stats. | 0 | The benchmark does not involve any other hadoop components
* except for the name-node. Each operation is executed
* by calling directly the respective name-node method.
* The name-node here is real all other components are simulated.
*
* This benchmark supports
* <a href="{@docRoot}/../hadoop-project-dist/hadoop-common/CommandsManual.html#Generic_Options">
* standard command-line options</a>. If you use remote namenode by <tt>-fs</tt>
* option, its config <tt>dfs.namenode.fs-limits.min-block-size</tt> should be
* set as 16.
*
* Command line arguments for the benchmark include:
* <ol>
* <li>total number of operations to be performed,</li>
* <li>number of threads to run these operations,</li>
* <li>followed by operation specific input parameters.</li>
* <li>-logLevel L specifies the logging level when the benchmark runs.
* The default logging level is {@link Level#ERROR}.</li>
* <li>-UGCacheRefreshCount G will cause the benchmark to call
* {@link NameNodeRpcServer#refreshUserToGroupsMappings} after
* every G operations, which purges the name-node's user group cache.
* By default the refresh is never called.</li>
* <li>-keepResults do not clean up the name-space after execution.</li>
* <li>-useExisting do not recreate the name-space, use existing data.</li>
* </ol>
*
* The benchmark first generates inputs for each thread so that the
* input generation overhead does not effect the resulting statistics.
* The number of operations performed by threads is practically the same.
* Precisely, the difference between the number of operations
* performed by any two threads does not exceed 1.
*
* Then the benchmark executes the specified number of operations using
* the specified number of threads and outputs the resulting stats. | NNThroughputBenchmark.java | [
0,
0,
1,
0,
0,
0,
0
] |
5,784 | NNThroughputBenchmark.java | // We do not need many handlers, since each thread simulates a handler
// by calling name-node methods directly | 0 | // We do not need many handlers, since each thread simulates a handler
// by calling name-node methods directly | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,785 | NNThroughputBenchmark.java | // Turn off minimum block size verification | 0 | // Turn off minimum block size verification | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,788 | NNThroughputBenchmark.java | Base class for collecting operation statistics.
*
* Overload this class in order to run statistics for a
* specific name-node operation. | 0 | Base class for collecting operation statistics.
*
* Overload this class in order to run statistics for a
* specific name-node operation. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,789 | NNThroughputBenchmark.java | // number of threads | 0 | // number of threads | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,790 | NNThroughputBenchmark.java | // number of operations requested | 0 | // number of operations requested | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,791 | NNThroughputBenchmark.java | // number of operations executed | 0 | // number of operations executed | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,792 | NNThroughputBenchmark.java | // sum of times for each op | 0 | // sum of times for each op | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,794 | NNThroughputBenchmark.java | // don't clean base directory on exit | 0 | // don't clean base directory on exit | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,795 | NNThroughputBenchmark.java | // logging level, ERROR by default | 0 | // logging level, ERROR by default | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,796 | NNThroughputBenchmark.java | // user group cache refresh count | 0 | // user group cache refresh count | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,797 | NNThroughputBenchmark.java | * Operation name. | 0 | * Operation name. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,798 | NNThroughputBenchmark.java | * Parse command line arguments. | 0 | * Parse command line arguments. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,799 | NNThroughputBenchmark.java | * Generate inputs for each daemon thread. | 0 | * Generate inputs for each daemon thread. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,800 | NNThroughputBenchmark.java | This corresponds to the arg1 argument of
* {@link #executeOp(int, int, String)}, which can have different meanings
* depending on the operation performed. | 0 | This corresponds to the arg1 argument of
* {@link #executeOp(int, int, String)}, which can have different meanings
* depending on the operation performed. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,801 | NNThroughputBenchmark.java | * Execute name-node operation. | 0 | * Execute name-node operation. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,802 | NNThroughputBenchmark.java | * Print the results of the benchmarking. | 0 | * Print the results of the benchmarking. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,803 | NNThroughputBenchmark.java | // thread index < nrThreads | 0 | // thread index < nrThreads | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,804 | NNThroughputBenchmark.java | // execute in a separate thread | 0 | // execute in a separate thread | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,805 | NNThroughputBenchmark.java | // if numThreads > numOpsRequired then the remaining threads will do nothing | 0 | // if numThreads > numOpsRequired then the remaining threads will do nothing | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,806 | NNThroughputBenchmark.java | // try {Thread.sleep(500);} catch (InterruptedException e) {} | 0 | // try {Thread.sleep(500);} catch (InterruptedException e) {} | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,807 | NNThroughputBenchmark.java | * @param args arguments | 0 | * @param args arguments | NNThroughputBenchmark.java | [
0,
0,
0,
1,
0,
0,
0
] |
5,808 | NNThroughputBenchmark.java | * @param opsPerThread number of inputs for each thread. | 0 | * @param opsPerThread number of inputs for each thread. | NNThroughputBenchmark.java | [
0,
0,
0,
1,
0,
0,
0
] |
5,809 | NNThroughputBenchmark.java | * @param daemonId id of the daemon calling this method | 0 | * @param daemonId id of the daemon calling this method | NNThroughputBenchmark.java | [
0,
0,
0,
1,
0,
0,
0
] |
5,812 | NNThroughputBenchmark.java | * @param arg1 operation specific argument. | 0 | * @param arg1 operation specific argument. | NNThroughputBenchmark.java | [
0,
0,
0,
1,
0,
0,
0
] |
5,813 | NNThroughputBenchmark.java | * @return time of the individual name-node call. | 0 | * @return time of the individual name-node call. | NNThroughputBenchmark.java | [
0,
0,
0,
1,
0,
0,
0
] |
5,814 | NNThroughputBenchmark.java | * @return the argument | 0 | * @return the argument | NNThroughputBenchmark.java | [
0,
0,
0,
1,
0,
0,
0
] |
5,815 | NNThroughputBenchmark.java | @link #executeOp(int, int, String) | 0 | @link #executeOp(int, int, String) | NNThroughputBenchmark.java | [
0,
0,
0,
0,
1,
0,
0
] |
5,816 | NNThroughputBenchmark.java | * Parse first 2 arguments, corresponding to the "-op" option. | 0 | * Parse first 2 arguments, corresponding to the "-op" option. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,817 | NNThroughputBenchmark.java | @param args argument list | 0 | @param args argument list | NNThroughputBenchmark.java | [
0,
0,
0,
1,
0,
0,
0
] |
5,819 | NNThroughputBenchmark.java | // process common options | 0 | // process common options | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,820 | NNThroughputBenchmark.java | * One of the threads that perform stats operations. | 0 | * One of the threads that perform stats operations. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,821 | NNThroughputBenchmark.java | // argument passed to executeOp() | 0 | // argument passed to executeOp() | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,822 | NNThroughputBenchmark.java | * Schedule to stop this daemon. | 0 | * Schedule to stop this daemon. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,824 | NNThroughputBenchmark.java | // Operation types | 0 | // Operation types | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,825 | NNThroughputBenchmark.java | // do nothing | 0 | // do nothing | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,826 | NNThroughputBenchmark.java | * Does not require the argument | 0 | * Does not require the argument | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,827 | NNThroughputBenchmark.java | * Remove entire benchmark directory. | 0 | * Remove entire benchmark directory. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,829 | NNThroughputBenchmark.java | // Operation types | 0 | // Operation types | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,830 | NNThroughputBenchmark.java | // parse command line | 0 | // parse command line | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,831 | NNThroughputBenchmark.java | * returns client name | 0 | * returns client name | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,833 | NNThroughputBenchmark.java | Directory creation statistics.
*
* Each thread creates the same (+ or -1) number of directories.
* Directory names are pre-generated during initialization. | 0 | Directory creation statistics.
*
* Each thread creates the same (+ or -1) number of directories.
* Directory names are pre-generated during initialization. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,835 | NNThroughputBenchmark.java | // parse command line | 0 | // parse command line | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,837 | NNThroughputBenchmark.java | * Do mkdirs operation. | 0 | * Do mkdirs operation. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,838 | NNThroughputBenchmark.java | Open file statistics.
*
* Measure how many open calls (getBlockLocations())
* the name-node can handle per second. | 0 | Open file statistics.
*
* Measure how many open calls (getBlockLocations())
* the name-node can handle per second. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,839 | NNThroughputBenchmark.java | Operation | 0 | Operation | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,840 | NNThroughputBenchmark.java | // do not generate files, use existing ones | 0 | // do not generate files, use existing ones | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,843 | NNThroughputBenchmark.java | // use the same files for open | 0 | // use the same files for open | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,844 | NNThroughputBenchmark.java | * Do file open. | 0 | * Do file open. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,845 | NNThroughputBenchmark.java | Delete file statistics.
*
* Measure how many delete calls the name-node can handle per second. | 0 | Delete file statistics.
*
* Measure how many delete calls the name-node can handle per second. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,846 | NNThroughputBenchmark.java | Operation types | 0 | Operation types | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,847 | NNThroughputBenchmark.java | List file status statistics.
*
* Measure how many get-file-status calls the name-node can handle per second. | 0 | List file status statistics.
*
* Measure how many get-file-status calls the name-node can handle per second. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,848 | NNThroughputBenchmark.java | Operation types | 0 | Operation types | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,850 | NNThroughputBenchmark.java | Operation types | 0 | Operation types | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,852 | NNThroughputBenchmark.java | //only one storage | 0 | //only one storage | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,853 | NNThroughputBenchmark.java | // actual number of blocks | 0 | // actual number of blocks | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,854 | NNThroughputBenchmark.java | // get versions from the namenode | 0 | // get versions from the namenode | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,855 | NNThroughputBenchmark.java | // register datanode | 0 | // register datanode | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,857 | NNThroughputBenchmark.java | Send a heartbeat to the name-node.
* Ignore reply commands. | 0 | Send a heartbeat to the name-node.
* Ignore reply commands. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,858 | NNThroughputBenchmark.java | // register datanode | 0 | // register datanode | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,859 | NNThroughputBenchmark.java | // fill remaining slots with blocks that do not exist | 0 | // fill remaining slots with blocks that do not exist | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,860 | NNThroughputBenchmark.java | * Send a heartbeat to the name-node and replicate blocks if requested. | 0 | * Send a heartbeat to the name-node and replicate blocks if requested. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,861 | NNThroughputBenchmark.java | // keep it for future blockReceived benchmark | 0 | // keep it for future blockReceived benchmark | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,864 | NNThroughputBenchmark.java | Transfer blocks to another data-node.
* Just report on behalf of the other data-node
* that the blocks have been received. | 0 | Transfer blocks to another data-node.
* Just report on behalf of the other data-node
* that the blocks have been received. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,865 | NNThroughputBenchmark.java | Block report statistics.
*
* Each thread here represents its own data-node.
* Data-nodes send the same block report each time.
* The block report may contain missing or non-existing blocks. | 0 | Block report statistics.
*
* Each thread here represents its own data-node.
* Data-nodes send the same block report each time.
* The block report may contain missing or non-existing blocks. | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,866 | NNThroughputBenchmark.java | // array of data-nodes sorted by name | 0 | // array of data-nodes sorted by name | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,867 | NNThroughputBenchmark.java | // set heartbeat interval to 3 min, so that expiration were 40 min | 0 | // set heartbeat interval to 3 min, so that expiration were 40 min | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,868 | NNThroughputBenchmark.java | // adjust replication to the number of data-nodes | 0 | // adjust replication to the number of data-nodes | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,869 | NNThroughputBenchmark.java | // parse command line | 0 | // parse command line | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,870 | NNThroughputBenchmark.java | // create data-nodes | 0 | // create data-nodes | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,872 | NNThroughputBenchmark.java | // prepare block reports | 0 | // prepare block reports | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,873 | NNThroughputBenchmark.java | // IBRs are asynchronously processed by NameNode. The next
// ClientProtocol#addBlock() may throw NotReplicatedYetException. | 0 | // IBRs are asynchronously processed by NameNode. The next
// ClientProtocol#addBlock() may throw NotReplicatedYetException. | NNThroughputBenchmark.java | [
0,
0,
0,
0,
0,
0,
1
] |
5,879 | NNThroughputBenchmark.java | // stop replication monitor | 0 | // stop replication monitor | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,882 | NNThroughputBenchmark.java | // set node replication limit | 0 | // set node replication limit | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,885 | NNThroughputBenchmark.java | @param aArgs command line parameters | 0 | @param aArgs command line parameters | NNThroughputBenchmark.java | [
0,
0,
0,
1,
0,
0,
0
] |
5,887 | NNThroughputBenchmark.java | // Start the NameNode | 0 | // Start the NameNode | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,888 | NNThroughputBenchmark.java | // run each benchmark | 0 | // run each benchmark | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,889 | NNThroughputBenchmark.java | // print statistics | 0 | // print statistics | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,891 | NNThroughputBenchmark.java | // Configurable | 0 | // Configurable | NNThroughputBenchmark.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,893 | NNThroughputBenchmark.java | @link NameNodeRpcServer#refreshUserToGroupsMappings | 0 | @link NameNodeRpcServer#refreshUserToGroupsMappings | NNThroughputBenchmark.java | [
0,
0,
0,
0,
1,
0,
0
] |
5,894 | NNThroughputBenchmark.java | @docRoot | 0 | @docRoot | NNThroughputBenchmark.java | [
0,
0,
0,
0,
1,
0,
0
] |
5,898 | CompletionTest_SingleName_NoPrefix.java | @author hamer | 0 | @author hamer | CompletionTest_SingleName_NoPrefix.java | [
0,
1,
0,
0,
0,
0,
0
] |
5,905 | CompletionTest_SingleName_NoPrefix.java | * @see org.eclipse.cdt.core.codeassist.tests.CompletionProposalsTest#getFileFullPath() | 0 | * @see org.eclipse.cdt.core.codeassist.tests.CompletionProposalsTest#getFileFullPath() | CompletionTest_SingleName_NoPrefix.java | [
0,
0,
0,
0,
1,
0,
0
] |
5,906 | CompletionTest_SingleName_NoPrefix.java | * @see org.eclipse.cdt.core.codeassist.tests.CompletionProposalsTest#getHeaderFileFullPath() | 0 | * @see org.eclipse.cdt.core.codeassist.tests.CompletionProposalsTest#getHeaderFileFullPath() | CompletionTest_SingleName_NoPrefix.java | [
0,
0,
0,
0,
1,
0,
0
] |
5,907 | CompletionTest_SingleName_NoPrefix.java | * @see org.eclipse.cdt.core.codeassist.tests.CompletionProposalsTest#getHeaderFileName() | 0 | * @see org.eclipse.cdt.core.codeassist.tests.CompletionProposalsTest#getHeaderFileName() | CompletionTest_SingleName_NoPrefix.java | [
0,
0,
0,
0,
1,
0,
0
] |
5,909 | ArrayListMultimap_CustomFieldSerializer.java | @link ArrayListMultimap | 0 | @link ArrayListMultimap | ArrayListMultimap_CustomFieldSerializer.java | [
0,
0,
0,
0,
1,
0,
0
] |
5,910 | ArrayListMultimap_CustomFieldSerializer.java | This class implements the GWT serialization of {@link ArrayListMultimap}. | 0 | This class implements the GWT serialization of {@link ArrayListMultimap}. | ArrayListMultimap_CustomFieldSerializer.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,912 | TestRollingFileSystemSinkWithSecureHdfs.java | Test the {@link RollingFileSystemSink} class in the context of HDFS with
* Kerberos enabled. | 0 | Test the {@link RollingFileSystemSink} class in the context of HDFS with
* Kerberos enabled. | TestRollingFileSystemSinkWithSecureHdfs.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,913 | TestRollingFileSystemSinkWithSecureHdfs.java | Do a basic write test against an HDFS cluster with Kerberos enabled. We
* assume that if a basic write succeeds, more complex operations will also
* succeed. | 0 | Do a basic write test against an HDFS cluster with Kerberos enabled. We
* assume that if a basic write succeeds, more complex operations will also
* succeed. | TestRollingFileSystemSinkWithSecureHdfs.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,915 | TestRollingFileSystemSinkWithSecureHdfs.java | Do a basic write test against an HDFS cluster with Kerberos enabled but
* without the principal and keytab properties set. | 0 | Do a basic write test against an HDFS cluster with Kerberos enabled but
* without the principal and keytab properties set. | TestRollingFileSystemSinkWithSecureHdfs.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,916 | TestRollingFileSystemSinkWithSecureHdfs.java | // Restore non-secure conf | 0 | // Restore non-secure conf | TestRollingFileSystemSinkWithSecureHdfs.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,918 | TestRollingFileSystemSinkWithSecureHdfs.java | * Setup the KDC for testing a secure HDFS cluster | 0 | * Setup the KDC for testing a secure HDFS cluster | TestRollingFileSystemSinkWithSecureHdfs.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,919 | TestRollingFileSystemSinkWithSecureHdfs.java | * Stop the mini-KDC. | 0 | * Stop the mini-KDC. | TestRollingFileSystemSinkWithSecureHdfs.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,920 | TestRollingFileSystemSinkWithSecureHdfs.java | * Creates a configuration for starting a secure cluster. | 0 | * Creates a configuration for starting a secure cluster. | TestRollingFileSystemSinkWithSecureHdfs.java | [
1,
0,
0,
0,
0,
0,
0
] |
5,921 | TestRollingFileSystemSinkWithSecureHdfs.java | * @param cluster the mini-cluster | 0 | * @param cluster the mini-cluster | TestRollingFileSystemSinkWithSecureHdfs.java | [
0,
0,
0,
1,
0,
0,
0
] |
5,922 | TestRollingFileSystemSinkWithSecureHdfs.java | * @return the UGI for <i>sink</i> | 0 | * @return the UGI for <i>sink</i> | TestRollingFileSystemSinkWithSecureHdfs.java | [
0,
0,
0,
1,
0,
0,
0
] |
5,926 | RmController.java | // limit applications to those in states relevant to scheduling | 0 | // limit applications to those in states relevant to scheduling | RmController.java | [
1,
0,
0,
0,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.