8f56f2711b5b1653f60d009d6f642cb653c20462,perfkitbenchmarker/benchmarks/cloudsuite_web_search.py,,_BuildIndex,#Any#Any#,80
Before Change
def _BuildIndex(indexer, solr_node):
Downloads data and builds Solr index from it.
indexer.Install("nutch")
hadoop_tmp_dir = posixpath.join(indexer.GetScratchDir(), "hadoop_tmp")
indexer.RemoteCommand("cd {0} && "
"wget {1} && "
"mkdir -p {4} && "
After Change
def _BuildIndex(solr_nodes, fw):
Downloads Solr index and set it up.
for vm in solr_nodes:
vm.RemoteCommand("cd {0} && "
"bin/solr stop -p {1}".format(
solr.SOLR_HOME_DIR, SOLR_PORT))
def DownloadIndex(vm):
solr_core_dir = posixpath.join(vm.GetScratchDir(), "solr_cores")
vm.RemoteCommand("cd {0} && "
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 8f56f2711b5b1653f60d009d6f642cb653c20462
Time: 2015-09-11
Author: vukasin.stefanovic92@gmail.com
File Name: perfkitbenchmarker/benchmarks/cloudsuite_web_search.py
Class Name:
Method Name: _BuildIndex
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 6ca76b91a8471c45e692ff2d2ccee2c26ae1441a
Time: 2020-07-08
Author: p3rf@google.com
File Name: perfkitbenchmarker/linux_benchmarks/horovod_benchmark.py
Class Name:
Method Name: _CopyAndUpdateRunScripts
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: f87137346cbd1677c411275acbc71e00e4e1d9b1
Time: 2021-04-01
Author: p3rf@google.com
File Name: perfkitbenchmarker/linux_packages/nccl.py
Class Name:
Method Name: AptInstall
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 7e2206ab0ee716f35d63aa181084906a1e4d3e24
Time: 2020-06-17
Author: ehankland@google.com
File Name: perfkitbenchmarker/linux_benchmarks/coremark_benchmark.py
Class Name:
Method Name: Prepare