You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Eric Pugh (JIRA)" <ji...@apache.org> on 2009/08/18 18:05:14 UTC

[jira] Created: (SOLR-1369) Add HSQLDB Jar to example-dih

Add HSQLDB Jar to example-dih
-----------------------------

                 Key: SOLR-1369
                 URL: https://issues.apache.org/jira/browse/SOLR-1369
             Project: Solr
          Issue Type: Improvement
            Reporter: Eric Pugh


I went back to show someone the Example-DIH and followed the wiki page directions.  I then ran into an error because the hsqldb uses 1.8, and the hsqldb.jar I downloaded from hsqldb.org was 1.9.  The 1.9 rc shows up above the 1.8 version.

I see two approaches:  1) Be clearer on the docs, maybe embed a direct link to http://sourceforge.net/projects/hsqldb/files/hsqldb/hsqldb_1_8_0/hsqldb_1_8_0_10.zip/download.  

2) include hsqldb.jar in the example.  I am assuming the reason this wasn't done was because of licensing issues??????   

Also, any real reason to zip the hsqldb database?  It's under 20k expanded and adds another step.

Figured I'd get the wisdom of the crowds before changing.

Eric

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1369) Add HSQLDB Jar to example-dih

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-1369:
----------------------------------------

    Attachment: SOLR-1369.patch

# unzip hsqldb.zip
# svn add hsqldb
# svn delete hsqldb.zip
# cp hsqldb.jar example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar
# svn add example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar
# Changed instructions in example-DIH/README.txt
# Added hsqldb notices to NOTICE.txt

I'll commit this shortly.

> Add HSQLDB Jar to example-dih
> -----------------------------
>
>                 Key: SOLR-1369
>                 URL: https://issues.apache.org/jira/browse/SOLR-1369
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Eric Pugh
>         Attachments: SOLR-1369.patch
>
>
> I went back to show someone the Example-DIH and followed the wiki page directions.  I then ran into an error because the hsqldb uses 1.8, and the hsqldb.jar I downloaded from hsqldb.org was 1.9.  The 1.9 rc shows up above the 1.8 version.
> I see two approaches:  1) Be clearer on the docs, maybe embed a direct link to http://sourceforge.net/projects/hsqldb/files/hsqldb/hsqldb_1_8_0/hsqldb_1_8_0_10.zip/download.  
> 2) include hsqldb.jar in the example.  I am assuming the reason this wasn't done was because of licensing issues??????   
> Also, any real reason to zip the hsqldb database?  It's under 20k expanded and adds another step.
> Figured I'd get the wisdom of the crowds before changing.
> Eric

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1369) Add HSQLDB Jar to example-dih

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745152#action_12745152 ] 

Shalin Shekhar Mangar commented on SOLR-1369:
---------------------------------------------

{quote}
Be clearer on the docs, maybe embed a direct link to http://sourceforge.net/projects/hsqldb/files/hsqldb/hsqldb_1_8_0/hsqldb_1_8_0_10.zip/download. 
{quote}

Sure

{quote}
2) include hsqldb.jar in the example. I am assuming the reason this wasn't done was because of licensing issues??????
{quote}

I don't remember too well. It may have been the license. We can check with legal on the license.

{quote}
Also, any real reason to zip the hsqldb database? It's under 20k expanded and adds another step.
{quote}

Yeah, I guess we can leave it expanded.

> Add HSQLDB Jar to example-dih
> -----------------------------
>
>                 Key: SOLR-1369
>                 URL: https://issues.apache.org/jira/browse/SOLR-1369
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Eric Pugh
>
> I went back to show someone the Example-DIH and followed the wiki page directions.  I then ran into an error because the hsqldb uses 1.8, and the hsqldb.jar I downloaded from hsqldb.org was 1.9.  The 1.9 rc shows up above the 1.8 version.
> I see two approaches:  1) Be clearer on the docs, maybe embed a direct link to http://sourceforge.net/projects/hsqldb/files/hsqldb/hsqldb_1_8_0/hsqldb_1_8_0_10.zip/download.  
> 2) include hsqldb.jar in the example.  I am assuming the reason this wasn't done was because of licensing issues??????   
> Also, any real reason to zip the hsqldb database?  It's under 20k expanded and adds another step.
> Figured I'd get the wisdom of the crowds before changing.
> Eric

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1369) Add HSQLDB Jar to example-dih

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-1369:
----------------------------------------

    Component/s: contrib - DataImportHandler

> Add HSQLDB Jar to example-dih
> -----------------------------
>
>                 Key: SOLR-1369
>                 URL: https://issues.apache.org/jira/browse/SOLR-1369
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Eric Pugh
>
> I went back to show someone the Example-DIH and followed the wiki page directions.  I then ran into an error because the hsqldb uses 1.8, and the hsqldb.jar I downloaded from hsqldb.org was 1.9.  The 1.9 rc shows up above the 1.8 version.
> I see two approaches:  1) Be clearer on the docs, maybe embed a direct link to http://sourceforge.net/projects/hsqldb/files/hsqldb/hsqldb_1_8_0/hsqldb_1_8_0_10.zip/download.  
> 2) include hsqldb.jar in the example.  I am assuming the reason this wasn't done was because of licensing issues??????   
> Also, any real reason to zip the hsqldb database?  It's under 20k expanded and adds another step.
> Figured I'd get the wisdom of the crowds before changing.
> Eric

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-1369) Add HSQLDB Jar to example-dih

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-1369.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4
         Assignee: Shalin Shekhar Mangar

Committed revision 807919.

Thanks Eric!

> Add HSQLDB Jar to example-dih
> -----------------------------
>
>                 Key: SOLR-1369
>                 URL: https://issues.apache.org/jira/browse/SOLR-1369
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - DataImportHandler
>            Reporter: Eric Pugh
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: SOLR-1369.patch
>
>
> I went back to show someone the Example-DIH and followed the wiki page directions.  I then ran into an error because the hsqldb uses 1.8, and the hsqldb.jar I downloaded from hsqldb.org was 1.9.  The 1.9 rc shows up above the 1.8 version.
> I see two approaches:  1) Be clearer on the docs, maybe embed a direct link to http://sourceforge.net/projects/hsqldb/files/hsqldb/hsqldb_1_8_0/hsqldb_1_8_0_10.zip/download.  
> 2) include hsqldb.jar in the example.  I am assuming the reason this wasn't done was because of licensing issues??????   
> Also, any real reason to zip the hsqldb database?  It's under 20k expanded and adds another step.
> Figured I'd get the wisdom of the crowds before changing.
> Eric

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.