haospotai edited a comment on issue #1284: [SUPPORT] URL: https://github.com/apache/incubator-hudi/issues/1284#issuecomment-579103865 hi @lamber-ken step 1 . git clone -b release-0.5.1 https://github.com/apache/incubator-hudi.git step 2. cd incubator-hudi && mvn clean package -DskipTests -DskipITs step 3. cd docker && ./setup_demo.sh step 4. run below test ``` class TestSoptaiHudi(unittest.TestCase): def setUp(self) -> None: load_dotenv('.env') self.host = os.getenv('HDFS_HOST') self.hudiclient = FunHudi("testApp") self.path = '/data/peoplejson.json' def test_insert_data_hudi_sync_hive(self): self.hudiclient.insert_data_hudi_sync_hive("synctest", self.path) ``` step5 . open spark UI check apps status
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
