Hi, +1 non-binding, My checking list,
[x] 1. Download links are valid. [x] 2. Checksums and PGP signatures are valid. [x] 3. LICENSE, NOTICE and DISCLAIMER-WIP files exist. [ ] 4. All files have license headers if necessary. [ ] 5. Source code building successfully. 4. All files have license headers if necessary. Some files do not have license headers, e.g., /apache-livy-0.7.1-incubating/python-api/src/test/python/livy-tests/resources/ 5. Source code building successfully. I tried to package or install from maven but got the following exception. I am unsure whether it is the issue of my env. ```java [INFO] livy-examples ...................................... SUCCESS [ 11.702 s] [INFO] livy-python-api .................................... FAILURE [ 38.417 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ Processing zipp-3.4.0.tar.gz Writing /var/folders/dl/yz8n7w012fxfjg2_sk_cws4m0000gn/T/easy_install-ID7dEW/zipp-3.4.0/setup.cfg Running zipp-3.4.0/setup.py -q bdist_egg --dist-dir /var/folders/dl/yz8n7w012fxfjg2_sk_cws4m0000gn/T/easy_install-ID7dEW/zipp-3.4.0/egg-dist-tmp-WUfFtN File "build/bdist.macosx-11.0-x86_64/egg/zipp.py", line 240 def open(self, mode='r', *args, pwd=None, **kwargs): ^ SyntaxError: invalid syntax zip_safe flag not set; analyzing archive contents... Copying zipp-0.0.0-py2.7.egg to /Users/trista/Downloads/livy/apache-livy-0.7.1-incubating/python-api/.eggs Installed /Users/trista/Downloads/livy/apache-livy-0.7.1-incubating/python-api/.eggs/zipp-0.0.0-py2.7.egg Traceback (most recent call last): File "setup.py", line 58, in <module> tests_require=['pytest'] File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/__init__.py", line 144, in setup _install_setup_requires(attrs) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/__init__.py", line 139, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/dist.py", line 717, in fetch_build_eggs replace_conflicting=True, File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'zipp>=0.5' distribution was not found and is required by importlib-metadata ``` ------------------------------------------------------- Email:panj...@apache.org Juan Pan(Trista) Apache ShardingSphere On 02/7/2021 09:50,Saisai Shao<sai.sai.s...@gmail.com> wrote: The Livy PPMC has voted to release Livy 0.7.1 RC1 as the next Livy release. Livy enables programmatic, fault-tolerant, multi-tenant submission of Spark jobs from web/mobile apps (no Spark client needed). So, multiple users can interact with your Spark cluster concurrently and reliably. Vote thread: https://lists.apache.org/thread.html/r9ac9717f267828028484a7b4aff63e9adbf0cdeca9ce6d674096bf71%40%3Cdev.livy.apache.org%3E Result thread: https://lists.apache.org/thread.html/r083a6f1a5926df7441842a280f60c532c25a3eddc0e24416493814ae%40%3Cdev.livy.apache.org%3E The RC is based on tag v0.7.1-incubating-rc1: https://github.com/apache/incubator-livy/commit/ 7c3d341926db69fb57a4978b15d4e96f06312267 The release files can be found here: https://dist.apache.org/repos/dist/dev/incubator/livy/0.7.1-incubating-rc1/ The staged maven artifacts can be found here: https://repository.apache.org/content/repositories/orgapachelivy-1014 This release is a hot-fix release, only added one commit compared to 0.7.0 -incubating https://github.com/apache/incubator-livy /commit/9f1ba47a2f0d8accc435b133b42c3a76aa9ac846 Please help to vote. Thanks!