We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用者生产环境中常使用cloudera作为Haddop适配版本,所以TIS中需要增量针对cloudera的版本支持
<properties> <hadoop3-version>3.0.0-cdh6.3.2</hadoop3-version> <hive.version>2.1.1-cdh6.3.2</hive.version> </properties>
<repositories> <repository> <id>cloudera</id> <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> </repository> </repositories>
The text was updated successfully, but these errors were encountered:
添加了id 为cdh的profile
<profile> <id>cdh</id> <properties> <spark2.version>3.2.1</spark2.version> <hadoop-version>3.0.0-cdh6.3.2</hadoop-version> <spark.dist.dir.name>spark-${spark2.version}-bin-hadoop3.2</spark.dist.dir.name> <!-- <hudi.version>0.12.2</hudi.version>--> <!-- <hive.version>3.1.3</hive.version>--> <hudi.version>0.14.1</hudi.version> <hive.version>2.1.1-cdh6.3.2</hive.version> <scala.binary.version>2.12</scala.binary.version> <scala.version>2.12.9</scala.version> <appname>all</appname> </properties> <repositories> <repository> <id>cloudera</id> <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> </repository> </repositories> <modules> </modules> </profile>
Sorry, something went wrong.
添加了id 为cdh的profile datavane/tis#323
6ca2cc6
No branches or pull requests
使用者生产环境中常使用cloudera作为Haddop适配版本,所以TIS中需要增量针对cloudera的版本支持
The text was updated successfully, but these errors were encountered: