You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/13 10:21:55 UTC

[GitHub] [incubator-seatunnel] zixi0825 opened a new issue #1044: [Bug] [Config] The key of config includes ", so that setting directly to sparkconf does not take effect

zixi0825 opened a new issue #1044:
URL: https://github.com/apache/incubator-seatunnel/issues/1044


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   The key of config includes ", so that setting directly to sparkconf does not take effect
   
   ![image](https://user-images.githubusercontent.com/10829956/149311889-dc93cad2-c2a5-4dea-bd40-d36de5416974.png)
   
   
   ### SeaTunnel Version
   
   2.0.5-SNAPSHOT
   
   ### SeaTunnel Config
   
   ```conf
   env {
     spark.master = "local"
     spark.app.name = "seatunnel"
     spark.cassandra.connection.host = "127.0.0.1"
   }
   
   source {
     Cassandra {
       table.name = "t2"
       keyspace = "excelsior"
       result_table_name = "cassandra"
     }
   }
   
   
   transform {
   
   }
   
   sink {
     console {}
   }
   ```
   
   
   ### Running Command
   
   ```shell
   .
   ```
   
   
   ### Error Exception
   
   ```log
   .
   ```
   
   
   ### Flink or Spark Version
   
   spark 2.4.0
   
   ### Java or Scala Version
   
   jdk8
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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@seatunnel.apache.org

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



[GitHub] [incubator-seatunnel] RickyHuo closed issue #1044: [Bug] [Config] The key of config includes ", so that setting directly to sparkconf does not take effect

Posted by GitBox <gi...@apache.org>.
RickyHuo closed issue #1044:
URL: https://github.com/apache/incubator-seatunnel/issues/1044


   


-- 
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@seatunnel.apache.org

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