I am setting up esrally on k8s. To do that I have created k8s deployment file with the below details. but when I am getting an error. Error logs below & deployment file used.
Error:
Traceback (most recent call last):
File "/usr/local/bin/esrally", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/esrally/rally.py", line 912, in main
console.init(quiet=args.quiet)
AttributeError: 'Namespace' object has no attribute 'quiet'
I think this is because no arguments are passed to the esrally binary.
If you take Kubernetes out of the picture and just run the below you get the same error:
$ docker run elastic/rally:latest
Traceback (most recent call last):
File "/usr/local/bin/esrally", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/esrally/rally.py", line 910, in main
console.init(quiet=args.quiet)
AttributeError: 'Namespace' object has no attribute 'quiet'
Try passing in some arguments, like list tracks below.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.