hi, folks, Is there a max limit of concurrent connection to a name node? or whether there is a best practice?
My scenario is simple. Client(java/c++) program will open a connection through hdfs api call, and then open a few hdfs files, maybe read a bit data, then close the connection. In some case, the number of clients may be 50,000~100,000 concurrently. Is the number of connection acceptable? Thanks. Demai