Skip to content

Version Diffing

Jan Ehmueller edited this page Dec 30, 2016 · 3 revisions

#Input Input the TimeUUIDs of two version via command line arguments e.g.

spark.sh yarn VersionDiff target/scala-2.10/VersionControl-assembly-1.0.jar timeuuid1 timeuuid2

#Output The diff will be written to the HDFS and the format of the diff fields looks like:

-oldValue1;oldValue2;oldValue3 +newValue1;newValue2;newValue3

Clone this wiki locally