niketanpansare commented on issue #857: [SYSTEMML-2523] Update SystemML to Support Spark 2.3.0 URL: https://github.com/apache/systemml/pull/857#issuecomment-474624826 @romeokienzler Can you please double-check the jar? It is working for me. Sometimes, the jar compiled using eclipse that uses a different version of Antlr can also cause these issues. Please try either of the following commands again: - Use the jar I compiled: ``` pip install https://github.com/niketanpansare/future_of_data/blob/master/systemml-1.3.0-SNAPSHOT-python.tar.gz?raw=true ``` - OR compile from command-line: ``` git clone https://github.com/niketanpansare/systemml.git cd systemml git checkout update_spark23 mvn package -P distribution ```
---------------------------------------------------------------- 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
