i use murmurhash to compute the hash value, but i got the results of murmurhash in pyspark and local python are different.
local python: the hash value of 54958 is 5309672324031917724
pyspark: the hash value of 54958 is -878367076
i use murmurhash to compute the hash value, but i got the results of murmurhash in pyspark and local python are different.
local python: the hash value of 54958 is 5309672324031917724
pyspark: the hash value of 54958 is -878367076