Skip to content

Conversation

@bmyerz
Copy link
Member

@bmyerz bmyerz commented Aug 27, 2015

  • TODO (myria demo currently down) test with the following program
from myria import *
import numpy
connection = MyriaConnection(
   rest_url='http://demo.myria.cs.washington.edu:8753')
connection.execute_program("""T1 = scan(TwitterK);
 T2 = select * from T1;
 store(T2, JustX);""", profile=True)

@bmyerz
Copy link
Member Author

bmyerz commented Aug 27, 2015

all right appears to work
http://demo.myria.cs.washington.edu/profile?queryId=692

@BrandonHaynes
Copy link
Member

Execution is now deferred to RACO, so will need to add the profile flag to the MyriaConnection class there before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants