Hive asks for a static partition as a safety measure just in case user accidentally overwrites all the partitions. This is called strict mode. You can override this by setting the configuration to a nonstrict mode. You can do it as follows:
$ hive --hiveconf hive.exec.dynamic.partition.mode=nonstrict