William Qian

Results 6 issues of William Qian

Hi! I am working on a shiny app project with tailwind CSS, and my UI is purely written in HTML. Here is my HTML code. ``` {{DTOutput('table')}} ``` And this...

The program is now set to hide the hidden files by default. With an additional boolean argument, hidden files will appear in the index again. ## Usage The program only...

I have already create a new database in Hive, however, when I excute the following code in spark-shell, it seems that spark goes to the wrong metastore_db as shown in...

Hello! I'm new to docker and Big Data Dev. I want to use local IntelliJ IDEA to connect to the master and write spark code in scala. I've already created...

I was trying to excute hive-sql in hive cli and this happened ``` hive> SELECT ip, dt, count(*) as count > FROM case_data_sample > GROUP BY ip,dt > ORDER BY...