pj001 opened a new issue, #8856:
URL: https://github.com/apache/seatunnel/issues/8856

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   There is no error when reading HBase using "namespace:tablename", but the 
data cannot be printed. However, if "tablename" is used, the reading and 
printing can be done normally.
   
   ### SeaTunnel Version
   
   2.3.9
   
   ### SeaTunnel Config
   
   ```conf
   source {
     Hbase {
       zookeeper_quorum = "hdp-hadoop1:2181,hdp-hadoop2:2181,hdp-hadoop3:2181" 
       table = "xxxx:xxxx" 
       caching = 1000 
       batch = 100 
       cache_blocks = false 
       schema = {
         columns = [
           {
                        name = "rowkey"
                        type = string
                }
         ]
       }
     }
   }
   
   
   sink {
     Console {
     }
   }
   ```
   
   ### Running Command
   
   ```shell
   
/opt/software/apache-seatunnel-2.3.9/bin/start-seatunnel-spark-3-connector-v2.sh
 --master yarn --deploy-mode client --config 
/opt/software/apache-seatunnel-2.3.9/code/hbase.conf
   ```
   
   ### Error Exception
   
   ```log
   not exception
   ```
   
   ### Zeta or Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   java 1.8
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [x] 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to