Re: PIO Build Error

2016-10-13 Thread Jim Miller
That was it!  Appreciate the help. Jim --  Jim Miller On October 14, 2016 at 12:22:42 AM, Jim Miller (jemiller1...@gmail.com) wrote: Thanks Chan! I will. --  Jim Miller On October 14, 2016 at 12:06:54 AM, Chan Lee (chanlee...@gmail.com) wrote: Hi Jim, It seems that there's been a typo when

Re: PIO Build Error

2016-10-13 Thread Jim Miller
Thanks Chan! I will. --  Jim Miller On October 14, 2016 at 12:06:54 AM, Chan Lee (chanlee...@gmail.com) wrote: Hi Jim, It seems that there's been a typo when you were modifying the templates. "import org.apache.predictionio.store.PEventStore" should be "import org.apache.predictionio*.dat

Re: PIO Build Error

2016-10-13 Thread Chan Lee
Hi Jim, It seems that there's been a typo when you were modifying the templates. "import org.apache.predictionio.store.PEventStore" should be "import org.apache.predictionio*.data*.store.PEventStore". We are still in the process of updating the templates. In the meantime, you can refer to https:/

Re: PIO Build Error

2016-10-13 Thread Jim Miller
Hi Chan, Removed the pio.sbt from the template directory and now have this error: vagrant:tapster-episode-similar2/ $ pio build --verbose                                                                                                                                                              

Re: clashing hbase queries

2016-10-13 Thread Andrew Purtell
This sounds like hotspotting. Ideally the workload over the keyspace can be better distributed, which is another avenue of attack - partitioning, keying strategy. > On Oct 13, 2016, at 6:10 PM, Pat Ferrel wrote: > > The DAG for a template just happens to schedule 2 tasks that do something

clashing hbase queries

2016-10-13 Thread Pat Ferrel
The DAG for a template just happens to schedule 2 tasks that do something like this: val fieldsRDD: RDD[(ItemID, PropertyMap)] = PEventStore.aggregateProperties( appName = dsp.appName, entityType = "item")(sc) to execute in parallel The PEventStore calls from 2 separate closures start hitti

[GitHub] incubator-predictionio pull request #308: Update the Recommendation Quicksta...

2016-10-13 Thread chriswoodford
GitHub user chriswoodford opened a pull request: https://github.com/apache/incubator-predictionio/pull/308 Update the Recommendation Quickstart * Clean up some of the language (fix suffixes, remove unnecessary pronouns) * Add specificity, clarity, and structure to the rate/buy ex

[GitHub] incubator-predictionio-template-text-classifier pull request #7: Update temp...

2016-10-13 Thread chanlee514
GitHub user chanlee514 opened a pull request: https://github.com/apache/incubator-predictionio-template-text-classifier/pull/7 Update template for PIO version 0.10.0-incubating You can merge this pull request into a Git repository by running: $ git pull https://github.com/ch

[GitHub] incubator-predictionio-template-text-classifier pull request #6: Update name...

2016-10-13 Thread chanlee514
Github user chanlee514 closed the pull request at: https://github.com/apache/incubator-predictionio-template-text-classifier/pull/6 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enab

Re: PIO Build Error

2016-10-13 Thread Jim Miller
Thanks Chan. I will try this evening then post the results. Jim On Thu, Oct 13, 2016 at 12:05 AM, Chan Lee wrote: > Hi Jim, > > Could you try removing pio.sbt in the template directory? > > Chan > > On Wed, Oct 12, 2016 at 8:24 PM, Jim Miller > wrote: > > > vagrant:tapster-episode-similar2/ $