microsoft / SynapseML

Simple and Distributed Machine Learning
http://aka.ms/spark
MIT License
5.07k stars 831 forks source link

where to see mmlspark serving log? #903

Open topxxuki opened 4 years ago

topxxuki commented 4 years ago

when i try to start a server following SparkServing - Deploying a Classifier.ipynb. in mcr.microsoft.com/mmlspark/release image it seems like this issue: https://github.com/Azure/mmlspark/issues/857 you can only get a response when using the correct schema, if i post a wrong schema request, can i see the serving log to make sure i used the wrong schema?

By the way: i trained a lr model by iris dataset, it takes 200ms+ to parse a request. The time seems much longer than mml serving declared . image

welcome[bot] commented 4 years ago

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.