You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2022/01/01 09:07:28 UTC

[GitHub] [incubator-linkis] Zosimer opened a new issue #1265: Pyspark does not support CDH and HDP versions

Zosimer opened a new issue #1265:
URL: https://github.com/apache/incubator-linkis/issues/1265


   Because pyspark obtains the spark version number through ‘spark submit -- version’, and converts the version number into an integer. For example, spark-2.4.1 has a version number of 241, but the spark version of CDH is 2.4.1-cdh6 3.2 this type cannot be converted to integer. The spark version of HDP is 2.3.2.3.1.4.0-315. After conversion, it is 2.3.2.3.1.4.0-315, and then an error will be reported。
   ![image](https://user-images.githubusercontent.com/19589632/147847526-cb5f5040-9d37-4a4f-a0a5-091a59b75e4c.png)
   ![9a9a2142e4266c274bb1f53c18ce691](https://user-images.githubusercontent.com/19589632/147847535-f47f3022-03fb-47b0-b094-5605551a48d7.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong closed issue #1265: Pyspark doest not support CDH and HDP versions

Posted by GitBox <gi...@apache.org>.
peacewong closed issue #1265:
URL: https://github.com/apache/incubator-linkis/issues/1265


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org