hadoop_1@shubho-HP-Notebook:~$ hive SLF4J: Found binding in [jar:file:/home/hadoop_1/apache-hive-2.3.2-bin/lib /log4j-slf4j-impl-2.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/hadoo
我想要更新我的hive表中的一些行。因为pyspark根本无法识别更新,所以我选择了DELETE和INSERT,但在DELETE操作上得到了"Operation not allowed“。我还设置了tableproperty "transactional"="true“。下面您将看到我如何尝试设置属性的一些代码