Creates a new table. Synchronous operation.
@param desc table descriptor for table
@throws IllegalArgumentException if the table name is reserved
@throws com.alibaba.wasp.MasterNotRunningException if master is not running
@throws com.alibaba.wasp.TableExistsException if table already exists (If concurrent threads, the table may have been created between test-for-existence and attempt-at-creation).
@throws java.io.IOException if a remote or network exception occurs
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.