chenbodeng719
chenbodeng719
## Checklist * [x] Double-checked my configuration. * [x] Tested using the latest version. * [ ] Used the Emissary executor. ## Summary What happened/what you expected to happen? I...
我在从节点上执行这个命令后,info slot展示这个信息,一直没数据同步
``` import os,sys g_proj_path = os.path.dirname(os.path.abspath(__file__))+"/../" sys.path.append(g_proj_path) sys.path.append(g_proj_path+"module/") sys.path.append(g_proj_path+"website/") from gevent import monkey monkey.patch_all() from opentracing.scope_managers.gevent import GeventScopeManager import logging import time from jaeger_client import Config if __name__ == "__main__":...
Add jars to hbase server side according to https://github.com/LucaCanali/Miscellaneous/blob/master/Spark_Notes/Spark_HBase_Connector.md. But it won't work for me. I get error as below. Please help me. ``` java.lang.NoSuchMethodError: org.apache.hadoop.hbase.spark.protobuf.generated.SparkFilterProtos$SQLPredicatePushDownFilter$Builder.addValueFromQueryArray(Lorg/apache/hbase/thirdparty/com/google/protobuf/ByteString;)Lorg/apache/hadoop/hbase/spark/protobuf/generated/SparkFilterProtos$SQLPredicatePushDownFilter$Builder; at org.apache.hadoop.hbase.spark.SparkSQLPushDownFilter.toByteArray(SparkSQLPushDownFilter.java:257) at org.apache.hadoop.hbase.spark.datasources.SerializedFilter$.$anonfun$toSerializedTypedFilter$1(HBaseTableScanRDD.scala:273)...